java - Checkmarx How to validate/encode String array and Enumerator using ESAPI -
i want validate httprequest
m_req.getparametervalues(name) : string[] m_req.getparameternames() :enumeration
to resolve code injection vulnerability type using esapi library.but unable find suitable method in esapi library has input parameter type of object.
code injection\path 2: severity high
"gets user input getparameternames element. element’s value flows through code without being filtered or encoded , used in executed code,"
can me resolve checkmarx code injection security type using esapi?
Comments
Post a Comment