nautobot / nautobot-app-version-control

Version Control App that uses and requires a Dolt Database
Other
29 stars 6 forks source link

Rebake from latest cookie, fix mark_safe usage #214

Closed glennmatthews closed 3 weeks ago

glennmatthews commented 3 weeks ago

Rebake from latest cookie. Updated ruff configs correctly warned about a bunch of places we were unsafely using mark_safe, which I've updated in this PR to use format_html instead where appropriate.

Lots of other ruff warnings about raw SQL calls and potential SQL injection which are currently beyond the scope of this PR to address, but I've tried to make sure they at least have TODO comments for later revisitation.