diff --git a/rules/python/shared/django/http_response.yml b/rules/python/shared/django/http_response.yml index f184e18a..bdd86685 100644 --- a/rules/python/shared/django/http_response.yml +++ b/rules/python/shared/django/http_response.yml @@ -21,6 +21,10 @@ patterns: values: [http] - variable: NAME values: [HttpResponse] + # fallback + - response + - res + - r metadata: description: "Python Django HTTP Response instance." id: python_shared_django_http_response