bandit icon indicating copy to clipboard operation
bandit copied to clipboard

django_rawsql_used: support keyword arguments used in `RawSQL`

Open kevinmarsh opened this issue 3 years ago • 2 comments
trafficstars

Fix rule B611: django_rawsql_used breaking when a user passes in keyword arguments to Django's RawSQL.

Closes #764

kevinmarsh avatar Dec 13 '21 21:12 kevinmarsh

Is it possible to try and progress this? Presumably we just need an approving review plus a rebase (to get the checks running and passing).

amrishparmar avatar Apr 05 '22 11:04 amrishparmar

Have rebased and pushed the fix, this is still causing noise/breaking if someone can please approve running the workflows/checks so this issue can be resolved?

kevinmarsh avatar Jun 06 '22 23:06 kevinmarsh

Just rebased again and all checks pass on my fork: https://github.com/kevinmarsh/bandit/actions/runs/5648344872

kevinmarsh avatar Jul 24 '23 18:07 kevinmarsh