cxnleach / Vuln_GO_App

MIT License
0 stars 0 forks source link

CX Unsafe_Use_Of_Target_blank @ template/tracking.html [master] #71

Open github-actions[bot] opened 1 month ago

github-actions[bot] commented 1 month ago

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

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

Severity: Low

CWE:1022

Vulnerability details and guidance

Internal Guidance

Checkmarx

Training Recommended Fix

Lines: 217


Code (Line #217):

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 1 month ago

Issue still exists.