PyCQA / bandit

Bandit is a tool designed to find common security issues in Python code.
https://bandit.readthedocs.io
Apache License 2.0
6.5k stars 610 forks source link

Update project urls with added links #1193

Closed ericwb closed 1 month ago

ericwb commented 1 month ago

The PyPI warehouse supports a number of custom links to display on the project page. Of interest to Bandit are the links to the docs, sponsors, and discord.

https://github.com/pypi/warehouse/blob/main/warehouse/templates/packaging/detail.html

ericwb commented 1 month ago

This is a minimal enough change that I'll go ahead and self-merge.