Update php-scanner.yaml

patch-1
Geeknik Labs 2021-09-30 17:58:15 -05:00 committed by GitHub
parent 5028b76fb3
commit 06e1e81f5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -249,3 +249,10 @@ file:
# XML document
regex:
- "x(ptr|path)_new_context"
- type: regex
# Investigate if GetTableFields is called safely
regex:
- "GetTableFields"
- type: regex
regex:
- "ini_get.*magic_quotes_gpc.*"