The checkmarx "Client_Hardcoded_URL" vulnerability defines the use of hardcoded URLs in Javascript code.
I have some comments written in the code as follows.
// from http://example.com
// Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
// Aenean commodo ligula eget dolor. Aenean massa.
When the checkmarx scan is executed the scan results are triggering the comments also. As a result the comments are also shown as potential cause for "Client_Hardcoded_URL" vulnerability.
How can i resolve this issue which is caused from maintaining hyperlinks in comments.?