From fc8e2c074b4b95e397361845c1b1cabbcea9e4ee Mon Sep 17 00:00:00 2001 From: Faheel Ahmad Date: Wed, 26 Dec 2018 20:29:49 +0530 Subject: [PATCH] Fix Markdown formatting --- components/checks/passive/grep/private_ip.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/checks/passive/grep/private_ip.rb b/components/checks/passive/grep/private_ip.rb index b7bea1d7b2..9f34aa9990 100644 --- a/components/checks/passive/grep/private_ip.rb +++ b/components/checks/passive/grep/private_ip.rb @@ -51,7 +51,7 @@ def self.info IP address and therefore could be revealing sensitive information. _This finding typically requires manual verification to ensure the context is -correct, as any private IP address within the HTML body will trigger it. +correct, as any private IP address within the HTML body will trigger it._ }, references: { 'WebAppSec' => 'http://projects.webappsec.org/w/page/13246936/Information%20Leakage'