parent
0cc5a83e13
commit
97baa89b58
|
@ -38,19 +38,17 @@ file:
|
||||||
- 'pickle\.loads'
|
- 'pickle\.loads'
|
||||||
- 'c?Pickle\.loads?'
|
- 'c?Pickle\.loads?'
|
||||||
- 'marshal\.loads'
|
- 'marshal\.loads'
|
||||||
- 'pickle\.Unpickler
|
- 'pickle\.Unpickler'
|
||||||
|
|
||||||
- type: regex
|
- type: regex
|
||||||
name: dangerous-yaml
|
name: dangerous-yaml
|
||||||
regex:
|
regex:
|
||||||
regex:
|
|
||||||
- 'yaml\.load'
|
- 'yaml\.load'
|
||||||
- 'yaml\.safe_load'
|
- 'yaml\.safe_load'
|
||||||
|
|
||||||
- type: regex
|
- type: regex
|
||||||
name: sqli
|
name: sqli
|
||||||
regex:
|
regex:
|
||||||
regex:
|
|
||||||
- 'cursor\.execute'
|
- 'cursor\.execute'
|
||||||
- 'sqlite3\.execute'
|
- 'sqlite3\.execute'
|
||||||
- 'MySQLdb\.execute'
|
- 'MySQLdb\.execute'
|
||||||
|
|
Loading…
Reference in New Issue