bandit
bandit copied to clipboard
Auto create a URL to file an issue when encountering an error
Is your feature request related to a problem? Please describe. When exceptions in Bandit occur as a result of bugs, the easier we make it to get bugs reported, the better.
Describe the solution you'd like So when an exception is encountered in Bandit, instead of just logging the issue, provide a custom URL to the user for them to open an issue on GitHub with much of the relevant information already populated.
See https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue
Describe alternatives you've considered n/a
Additional context n/a
This is a good idea! @ericwb I would happy to work on this feature if you can provide some more info on where to start! Thanks!