Eric Brown
Eric Brown
This change adds steps to the Contributing document instructions to Maintainers on how to create and publish a release. This change also fixed some missing steps in the git workflow...
### Describe the bug The pysnmp module has a new organization owning the package. https://pypi.org/project/pysnmp/. See information on the history here: https://docs.lextudio.com/snmp/history It appears the API has also changed significantly...
**Is your feature request related to a problem? Please describe.** A new way to avoid duplicate maintenance of the man page would be to take advantage of argparse-manpage to automatically...
**Is your feature request related to a problem? Please describe.** Bandit could really benefit from a Control Flow Graph to do things like taint analysis and analysis based on possible...
**Is your feature request related to a problem? Please describe.** Another SAST for Golang named Gosec has a feature to suggest code fixes using an AI/LLM. It would be nice...
### Describe the bug PR #1189 was introduced in Bandit 1.8.1 which caused a regression found in bug #1216. So the PR was reverted in #1217 so version 1.8.2 could...
I want to suggest a different way of detecting dead code. While the AST is useful, I think it can result in a number of false positives. If you take...