Skip to content
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

Java: More sanitizers for request-forgery #15731

Merged
merged 6 commits into from
Mar 12, 2024
Merged

Conversation

erik-krogh
Copy link
Contributor

@erik-krogh erik-krogh commented Feb 26, 2024

This PR adds the same sanitizers as #15596 did for C#.
I mostly used AI to translate the tests from C# to Java.

An evaluation looks fine.
One less result due to a List.contains() call that sanitizes the value.


I'll try to update the QHelp (similarly to #15623) once this PR has been merged.

@github-actions github-actions bot added the Java label Feb 26, 2024
@erik-krogh erik-krogh marked this pull request as ready for review February 27, 2024 11:51
@erik-krogh erik-krogh requested a review from a team as a code owner February 27, 2024 11:51
@atorralba
Copy link
Contributor

Also we should include a change note.

erik-krogh and others added 2 commits March 12, 2024 15:22
Co-authored-by: Tony Torralba <atorralba@users.noreply.github.com>
atorralba
atorralba previously approved these changes Mar 12, 2024
@erik-krogh erik-krogh merged commit 863e3f7 into github:main Mar 12, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants