How to fix the path traversal vulnerability in the below ASP (Active Server Page) code.
docType = "system"
schema = Request.Form("schema")
paymentInitiative = Request.Form("pi")
paymentProcessorName = Request.Form("paymentProcessorName")
I am getting the following error message like "This element's value then flows through the code and is eventually used in a file path for local disk access in GetXMLString" when i scan the code in checkmarx.
Comments
Post a Comment