diff --git a/rules/application/python/app_python_sql_exceptions.yml b/rules/application/python/app_python_sql_exceptions.yml index 9b3aafead..a070253a0 100644 --- a/rules/application/python/app_python_sql_exceptions.yml +++ b/rules/application/python/app_python_sql_exceptions.yml @@ -11,12 +11,12 @@ logsource: category: application product: python detection: - selection: + keywords: - DataError - IntegrityError - ProgrammingError - OperationalError - condition: selection + condition: keywords falsepositives: - Application bugs level: medium