Replies: 3 comments 1 reply
-
My expectation looks like it got changed, it should say "×tamp" not "×tamp" |
Beta Was this translation helpful? Give feedback.
1 reply
-
This is expected behavior. See #362 for more information. |
Beta Was this translation helpful? Give feedback.
0 replies
-
See also #190 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using this sanitizer to prevent Xss. Basically, expecting all parameters to be passed without interpretation.
My problem is there is a conversion of a parameter that gets changed incorrectly. The issue is with "×tamp=1687173840" ends up as "×tamp=1687173840". I'm expecting to get "×tamp=1687173840"
If this does this for "×tamp=" what other interpretations are happening that I may not want.
Original URL:
"https://inspect.cloud.yoursix.com/?deviceId=1ec8f6d6-f04c-625e-aae5-11d71196d6cb&eventType=loiteringguard&siteId=1ec8f3c0-a82f-6139-81f2-5a4e8eac0955×tamp=1687173840&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJjc2kiLCJleHAiOjE2ODc0MzMwNDAsIkNlbnRyYWxTdGF0aW9uSUQiOiIxZWM4ODU5OS0xNzlmLTYyYjctOGRiZi02YmMzODUyZDY0ZTQiLCJTaXRlSUQiOiIxZWM4ZjNjMC1hODJmLTYxMzktODFmMi01YTRlOGVhYzA5NTUiLCJFdmVudElEIjoiMWVlMGU5M2MtOWY1ZS02ZjQ4LWE4NjMtNmIyNjgyYjVhNTY2In0.ap-lCGNfzzheZ4DeJjB4adt1qNrCCDz9Jo8dFC0DEls"
Sanitized URL:
"https://inspect.cloud.yoursix.com/?deviceId=1ec8f6d6-f04c-625e-aae5-11d71196d6cb&eventType=loiteringguard&siteId=1ec8f3c0-a82f-6139-81f2-5a4e8eac0955×tamp=1687173840&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJjc2kiLCJleHAiOjE2ODc0MzMwNDAsIkNlbnRyYWxTdGF0aW9uSUQiOiIxZWM4ODU5OS0xNzlmLTYyYjctOGRiZi02YmMzODUyZDY0ZTQiLCJTaXRlSUQiOiIxZWM4ZjNjMC1hODJmLTYxMzktODFmMi01YTRlOGVhYzA5NTUiLCJFdmVudElEIjoiMWVlMGU5M2MtOWY1ZS02ZjQ4LWE4NjMtNmIyNjgyYjVhNTY2In0.ap-lCGNfzzheZ4DeJjB4adt1qNrCCDz9Jo8dFC0DEls"
Beta Was this translation helpful? Give feedback.
All reactions