diff --git a/file/python/python-scanner.yaml b/file/python/python-scanner.yaml index 7fc05334ae3..fb7b6a79022 100644 --- a/file/python/python-scanner.yaml +++ b/file/python/python-scanner.yaml @@ -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' \ No newline at end of file + - 'cursor.execute'