Merge pull request #16657 from joefarebrother/python-partial-ssrf-fp

Python: Add additional sanitizers to SSRF
This commit is contained in:
Joe Farebrother
2024-06-11 23:20:50 +01:00
committed by GitHub
3 changed files with 90 additions and 1 deletions

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.