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/_Caching---Memcached.php.html [master] #13

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/_Caching---Memcached.php.html in branch master

Using <a href="http://www.phpdoc.org&quot; target="_blank"> at line 102 of external\phpids\0.6\docs\phpdocumentor\PHPIDS_Caching---Memcached.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: 102


Code (Line #102):

        Documentation generated on Mon, 22 Dec 2008 13:36:50 +0100 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.2</a>

cxdcox commented 4 years ago

Issue still exists.