Add change note

This commit is contained in:
Joe Farebrother
2024-06-04 09:52:57 +01:00
parent 9331c2c33a
commit 6ff7fb2a70

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Additional sanitizers have been added to the `py/full-ssrf` and `py/partial-ssrf` queries for methods that verify a string contains only a certain set of characters, such as `.isalnum()` as well as regular expression tests.