Update python-scanner.yaml
parent
1eb3e16ea1
commit
2a4d0446cb
|
@ -15,7 +15,7 @@ file:
|
|||
|
||||
extractors:
|
||||
- type: regex
|
||||
name: Possibility of SQLi vulnerability Code Injection
|
||||
name: Possibility of Code Injection vulnerability
|
||||
regex:
|
||||
- 'exec'
|
||||
- 'eval'
|
||||
|
@ -23,7 +23,7 @@ file:
|
|||
|
||||
|
||||
- type: regex
|
||||
name: The Command Injection Series
|
||||
name: The Command Injection series
|
||||
regex:
|
||||
- 'subprocess.call\(.*shell=True.*\)'
|
||||
- 'os.system'
|
||||
|
@ -46,4 +46,4 @@ file:
|
|||
- type: regex
|
||||
name: Possibility of SQLi vulnerability
|
||||
regex:
|
||||
- 'cursor.execute'
|
||||
- 'cursor.execute'
|
||||
|
|
Loading…
Reference in New Issue