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

More Info hyperlink is broken #1095

Closed
ssabzevari-antuit opened this issue Jan 17, 2024 · 3 comments
Closed

More Info hyperlink is broken #1095

ssabzevari-antuit opened this issue Jan 17, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@ssabzevari-antuit
Copy link

Describe the bug

The more info hyperlink is missing the version number. It is always printed with 0.0.0

image

Reproduction steps

1.Install bandit
2.check any code with issue
3.check the More info hyperlink

Expected behavior

The URL provided for readthedocs comes out like: https://bandit.readthedocs.io/en/0.0.0/plugins/b101_assert_used.html
When the correct one is: https://bandit.readthedocs.io/en/1.7.6/plugins/b101_assert_used.html

Bandit version

1.7.6 (Default)

Python version

3.8

Additional context

No response

@ssabzevari-antuit ssabzevari-antuit added the bug Something isn't working label Jan 17, 2024
@ericwb
Copy link
Member

ericwb commented Jan 17, 2024

Was bandit installed via pip (pip install bandit)?

@ssabzevari-antuit
Copy link
Author

Was bandit installed via pip (pip install bandit)?

Yes. It was.

image

@ericwb
Copy link
Member

ericwb commented Jan 22, 2024

Ah, I see you're running on Windows. Bandit doesn't currently test with or support Windows environments. Probably nothing stops pip from installing since we release a universal py3 wheel, but the classifiers in the package do only state macOS and Linux.

@ericwb ericwb closed this as completed Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants