While checking my veracode issue, i found this CWE 259 Use of Hard-coded Password in one of my class file. while checking that file, the 1st line of the file is responsible to this vulnerability, which is my package name. Can any one tell me why this is occurring or is this some flaw with veracode scan logic.
Inside this class file they are some place where word "password" is printed. as a precaution i tried by commenting those lines and scan it again. but the issue was thrown on the same line.
package com.name.ta.etc.cse;