Skip to content

Django sql injection using raw

Bhavya Kaushal requested to merge django-sql-injection-using-raw into main

What does this MR do?

This MR adds Django rule and test cases to cover SQL Injection caused by using raw() method

What are the relevant issue numbers?

Addresses issue : gitlab-org/gitlab#438856 (closed)

Does this MR meet the acceptance criteria?

Merge request reports