cxnleach / Vuln_GO_App

MIT License
0 stars 0 forks source link

CX Client_Hardcoded_Domain @ template/tracking.html [master] #54

Open github-actions[bot] opened 1 month ago

github-actions[bot] commented 1 month ago

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

*The JavaScript file imported in "https://maps.googleapis.com/maps/api/js?key=AIzaSyCjCGmQ0Uq4exrzdcL6rvxywDDOvfAu6eE" in template\tracking.html at line 239 is from a remote domain, which may allow attackers to replace its contents with malicious code.Similarity ID: 2122448942

The JavaScript file imported in "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" in template\tracking.html at line 229 is from a remote domain, which may allow attackers to replace its contents with malicious code.Similarity ID: -2052638450*

Severity: Low

CWE:829

Vulnerability details and guidance

Internal Guidance

Checkmarx

Training Recommended Fix

Lines: 229 239


Code (Line #229):

<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4"

Code (Line #239):

<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCjCGmQ0Uq4exrzdcL6rvxywDDOvfAu6eE"></script>

github-actions[bot] commented 1 month ago

Issue still exists.