cxnleach / Vuln_GO_App

MIT License
0 stars 0 forks source link

CX Unsafe_Use_Of_Target_blank @ template/blog.html [master] #80

Open github-actions[bot] opened 3 months ago

github-actions[bot] commented 3 months ago

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

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

Severity: Low

CWE:1022

Vulnerability details and guidance

Internal Guidance

Checkmarx

Training Recommended Fix

Lines: 599


Code (Line #599):

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 3 months ago

Issue still exists.