-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[24.1] Apply statsd arg sanitization to all pages #18509
Conversation
Curious what's the motivation here? It was intentional to only sanitize the flexible part of the key there as the controller action key is something we compose ourselves and is always safe keys like |
https://sentry.galaxyproject.org/share/issue/e2c535d2d4904d438a0a1524c991bba4/:
It seems like action contains the query fragment. Given statsd is the only consumer I don't think there's much harm here ? |
Or, if you like I can do just the ascii encode/decode dance on |
@mvdbeek What about this?
It was never intended that |
ddf7883
to
6be9f23
Compare
Looks, good, let's do that. |
Been running this on main and working fine, let's merge ? |
The previous sanitization would only run on the
or
portion.How to test the changes?
(Select all options that apply)
License