Java: Expand ExactPathSanitizer to work on the argument of 'equals' too

This commit is contained in:
Tony Torralba
2024-02-15 09:54:29 +01:00
parent 8aff913c3c
commit 90a9d82b9d
4 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The sanitizer for the path injection queries has been improved to handle more cases where `equals` is used to check an exact path match.