generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
The bandit suggestions after codeguru analysis for api usage recommendations are display with broken links.
Example:
Consider possible security implications associated with subprocess module. [https://bandit.readthedocs.io/en/latest/blacklists/blacklist\_imports.html#b404-import-subprocess](https://bandit.readthedocs.io/en/latest/blacklists/blacklist%5C_imports.html#b404-import-subprocess)
The underscores are not handled correctly during link formatting. It would be great if this could be resolved.
So basically this should be:
Broken: https://bandit.readthedocs.io/en/latest/blacklists/blacklist\_imports.html#b404-import-subprocess
Fix: https://bandit.readthedocs.io/en/latest/blacklists/blacklist_imports.html#b404-import-subprocess
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels