cxnleach / Vuln_GO_App

MIT License
0 stars 0 forks source link

CX Unsafe_Use_Of_Target_blank @ template/category.html [master] #11

Open github-actions[bot] opened 2 months ago

github-actions[bot] commented 2 months ago

Unsafe_Use_Of_Target_blank issue exists @ template/category.html in branch master

*Using <a href="#" target="_blank"> at line 692 of template\category.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: 733084774

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

Severity: Low

CWE:1022

Vulnerability details and guidance

Internal Guidance

Checkmarx

Training Recommended Fix

Lines: 692 774


Code (Line #692):

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

Code (Line #774):

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>

github-actions[bot] commented 2 months ago

Issue still exists.