nautobot / cookiecutter-nautobot-app

Cookiecutter template for creating new Nautobot Apps.
https://docs.nautobot.com/projects/cookiecutter-nautobot-app/en/latest/
Apache License 2.0
14 stars 5 forks source link

Remove bandit completely #143

Closed gsnider2195 closed 2 weeks ago

gsnider2195 commented 1 month ago

Ruff bandit is a drop-in replacement for bandit. We need to remove bandit in the cookie now that ruff bandit rules are enabled.

gsnider2195 commented 1 month ago

Put directly into the cookie (skip app-dev-example) since we've already done this work on multiple real apps

gsnider2195 commented 1 month ago

We'll also need to remove any nosec comments from the apps

cmsirbu commented 3 weeks ago

And disable pylint rules in the ruff section, which is another post-v2.3.0 rollout cleanup task.