1
Answer

Cross Site Script Persistent Error for XmlDocument in VB.Net

Kalyan  Reddy

Kalyan Reddy

4y
757
1
we have a scan for our application with hp fortify. in the result showed couple of cross site script Persistent issues. can anyone pls help me with fixing. Dim xdoc As XmlDocument =New XmlDocument xdoc.xmlResolver= null -- this also add no use xdoc.Loadxml(strxml) return xdoc -- it's returning error. please help me resolving this issue.
Answers (1)