cxnleach / Vuln_GO_App

MIT License
0 stars 0 forks source link

CX Unsafe_Use_Of_Target_blank @ template/single-product.html [master] #52

Open github-actions[bot] opened 3 months ago

github-actions[bot] commented 3 months ago

Unsafe_Use_Of_Target_blank issue exists @ template/single-product.html in branch master

*Using <a href="#" target="_blank"> at line 622 of template\single-product.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: -126148186

Using <a href="https://colorlib.com&quot; target="_blank"> at line 704 of template\single-product.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: 447488198*

Severity: Low

CWE:1022

Vulnerability details and guidance

Internal Guidance

Checkmarx

Training Recommended Fix

Lines: 704 622


Code (Line #704):

Copyright &copy;<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>

Code (Line #622):

<a href="#" target="_blank">

github-actions[bot] commented 3 months ago

Issue still exists.