How to prevent "Path manipulation" issues in C#, .net core For below statment getting error

119 views Asked by At

Fority Scan reported "Path Manipulation" security issues in following methods

File.Exist()

File.Create()

File.Delete()

File.OpenRead()

File.OpenWrite()

screenshot

screenshot

should i ignore the scan report or what would be the correct fix for this?

0

There are 0 answers