0

Does anyone know how to resolve path manipulation issue reported by Forify scan.

I am already checking it path is exists but still Fortify reporting it as a vulnerability. Example:

string path = "set by user";
if(Path.Exists(path))
{
//Do file upload
}
Harshal C
  • 7
  • 5
  • Possible Duplicate of: https://stackoverflow.com/questions/4732967/how-to-fix-path-manipulation-issue-from-fortify-scan-report-for-tthe-following – scottdavidwalker Jul 27 '22 at 14:39

0 Answers0