From 2a4d0446cb3e15c992f1ac72ef56ea35d263f34c Mon Sep 17 00:00:00 2001 From: Majid Iranpour <33040588+majidmc2@users.noreply.github.com> Date: Mon, 25 Oct 2021 06:44:24 +0000 Subject: [PATCH] Update python-scanner.yaml --- file/python/python-scanner.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'