Merge pull request #15731 from erik-krogh/java-url

Java: More sanitizers for request-forgery
This commit is contained in:
Erik Krogh Kristensen
2024-03-12 19:31:52 +01:00
committed by GitHub
4 changed files with 132 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Added sanitizers for relative URLs, `List.contains()`, and checking the host of a URI to the `java/ssrf` and `java/unvalidated-url-redirection` queries.