Update php-scanner.yaml
parent
5028b76fb3
commit
06e1e81f5e
|
@ -249,3 +249,10 @@ file:
|
||||||
# XML document
|
# XML document
|
||||||
regex:
|
regex:
|
||||||
- "x(ptr|path)_new_context"
|
- "x(ptr|path)_new_context"
|
||||||
|
- type: regex
|
||||||
|
# Investigate if GetTableFields is called safely
|
||||||
|
regex:
|
||||||
|
- "GetTableFields"
|
||||||
|
- type: regex
|
||||||
|
regex:
|
||||||
|
- "ini_get.*magic_quotes_gpc.*"
|
||||||
|
|
Loading…
Reference in New Issue