Update python-scanner.yaml

This commit is contained in:
Majid Iranpour
2021-10-25 06:44:24 +00:00
committed by GitHub
parent 1eb3e16ea1
commit 2a4d0446cb

View File

@@ -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'