cxdcox / DVWA

git clone https://github.com/ethicalhack3r/DVWA.git
GNU General Public License v3.0
1 stars 0 forks source link

CX Unsafe_Use_Of_Target_blank @ external/phpids/0.6/docs/phpdocumentor/PHPIDS/_Filter---Filter.php.html [master] #1

Open cxdcox opened 4 years ago

cxdcox commented 4 years ago

Unsafe_Use_Of_Target_blank issue exists @ external/phpids/0.6/docs/phpdocumentor/PHPIDS/_Filter---Filter.php.html in branch master

Using <a href="http://www.phpdoc.org&quot; target="_blank"> at line 60 of external\phpids\0.6\docs\phpdocumentor\PHPIDS_Filter---Filter.php.html, without correctly setting the "rel" attribute, or disassociating the new window from its parent, is an unsafe way of opening a new window.

Severity: Low

CWE:1022

Checkmarx

Lines: 60


Code (Line #60):

        Documentation generated on Mon, 24 Sep 2007 20:06:51 +0200 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.0</a>

cxdcox commented 4 years ago

Issue still exists.