cxnleach / Vuln_GO_App

MIT License
0 stars 0 forks source link

CX Unsafe_Use_Of_Target_blank @ template/Karma Shop-doc/index.html [master] #51

Open github-actions[bot] opened 1 month ago

github-actions[bot] commented 1 month ago

Unsafe_Use_Of_Target_blank issue exists @ template/Karma Shop-doc/index.html in branch master

*Using <a target="_blank" href="https://filezilla-project.org/download.php&quot;&gt; at line 100 of template\Karma Shop-doc\index.html, without correctly setting the "rel" attribute, or disassociating the new window from its parent, is an unsafe way of opening a new window.Similarity ID: 1698350950

Using <a target="_blank" href="http://www.pexels.com&quot;&gt; at line 238 of template\Karma Shop-doc\index.html, without correctly setting the "rel" attribute, or disassociating the new window from its parent, is an unsafe way of opening a new window.Similarity ID: 13830180

Using <a target="_blank" href="http://jquery.com/&quot;&gt; at line 239 of template\Karma Shop-doc\index.html, without correctly setting the "rel" attribute, or disassociating the new window from its parent, is an unsafe way of opening a new window.Similarity ID: 157117512

Using <a target="_blank" href="http://getbootstrap.com&quot;&gt; at line 240 of template\Karma Shop-doc\index.html, without correctly setting the "rel" attribute, or disassociating the new window from its parent, is an unsafe way of opening a new window.Similarity ID: 1905850004

Using <a target="_blank" href="http://www.owlgraphic.com/owlcarousel&quot;&gt; at line 241 of template\Karma Shop-doc\index.html, without correctly setting the "rel" attribute, or disassociating the new window from its parent, is an unsafe way of opening a new window.Similarity ID: 191439332

Using <a target="_blank" href="https://github.com/iamMonzurul/jQuery-AJAX-MailChimp&quot;&gt; at line 242 of template\Karma Shop-doc\index.html, without correctly setting the "rel" attribute, or disassociating the new window from its parent, is an unsafe way of opening a new window.Similarity ID: -164149264

Using <a target="_blank" href="http://fontawesome.io/&quot;&gt; at line 243 of template\Karma Shop-doc\index.html, without correctly setting the "rel" attribute, or disassociating the new window from its parent, is an unsafe way of opening a new window.Similarity ID: -1968225948

Using <a target="_blank" href="http://dimsemenov.com/plugins/magnific-popup/&quot;&gt; at line 244 of template\Karma Shop-doc\index.html, without correctly setting the "rel" attribute, or disassociating the new window from its parent, is an unsafe way of opening a new window.Similarity ID: 1113042976

Using <a target="_blank" href="http://hernansartorio.com/jquery-nice-select/&quot;&gt; at line 245 of template\Karma Shop-doc\index.html, without correctly setting the "rel" attribute, or disassociating the new window from its parent, is an unsafe way of opening a new window.Similarity ID: 7043312

Using <a target="_blank" href="https://linearicons.com/&quot;&gt; at line 246 of template\Karma Shop-doc\index.html, without correctly setting the "rel" attribute, or disassociating the new window from its parent, is an unsafe way of opening a new window.Similarity ID: 599143708

Using <a target="_blank" href="https://isotope.metafizzy.co/&quot;&gt; at line 247 of template\Karma Shop-doc\index.html, without correctly setting the "rel" attribute, or disassociating the new window from its parent, is an unsafe way of opening a new window.Similarity ID: -1932661516*

Severity: Low

CWE:1022

Vulnerability details and guidance

Internal Guidance

Checkmarx

Training Recommended Fix

Lines: 240 241 242 243 100 244 245 246 247 238 239


Code (Line #240):

<li><a target="_blank" href="http://getbootstrap.com">Bootstrap Framework</a></li>

Code (Line #241):

<li><a target="_blank" href="http://www.owlgraphic.com/owlcarousel">Owl Carousel</a></li>

Code (Line #242):

<li><a target="_blank" href="https://github.com/iamMonzurul/jQuery-AJAX-MailChimp">Ajax Mailchimp</a></li>

Code (Line #243):

<li><a target="_blank" href="http://fontawesome.io/">FontAwesome</a></li>

Code (Line #100):

<li>Now go to your cpanel or open your FTP Client (like <a target="_blank" href="https://filezilla-project.org/download.php">Filezilla</a>)

Code (Line #244):

<li><a target="_blank" href="http://dimsemenov.com/plugins/magnific-popup/">Magnefic Pop Up</a></li>

Code (Line #245):

<li><a target="_blank" href="http://hernansartorio.com/jquery-nice-select/">Nice Select</a></li>

Code (Line #246):

<li><a target="_blank" href="https://linearicons.com/">Linear Icons</a></li>

Code (Line #247):

<li><a target="_blank" href="https://isotope.metafizzy.co/">Isotope</a></li>

Code (Line #238):

<li><a target="_blank" href="http://www.pexels.com">Pexels</a></li>

Code (Line #239):

<li><a target="_blank" href="http://jquery.com/">jQuery</a></li>

github-actions[bot] commented 1 month ago

Issue still exists.