Skip to content

Enhance sast-rule python/django/rule-django_rawsql_used.yml

Vadym Riznyk requested to merge feat/issue-434267/rule-django_rawsql_used into main

Commit for fix issue: gitlab-org/gitlab#434267 (closed) I added rules to search only for the use of the function where external user input occurs. I also added a search for a vulnerable parameterized function by enclosing the parameter in quotes.

Merge request reports