Update python-scanner.yaml

patch-1
Majid Iranpour 2021-10-25 06:44:24 +00:00 committed by GitHub
parent 1eb3e16ea1
commit 2a4d0446cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

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'