Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken links for bandit suggestions in codeguru results #18

Open
virajvchaudhari opened this issue Feb 3, 2023 · 1 comment
Open

Broken links for bandit suggestions in codeguru results #18

virajvchaudhari opened this issue Feb 3, 2023 · 1 comment

Comments

@virajvchaudhari
Copy link

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

@virajvchaudhari
Copy link
Author

Hello, do we have any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant