My application is being penetration tested.
One of the XSS items being flagged is that Im using a hidden form field to store a record id in a browser/search screen then using id this to open the full record. (via a post)
I'm struggling to see how this is an XSS attack. Am I missing something?