-
-
Notifications
You must be signed in to change notification settings - Fork 626
Issues: PyCQA/bandit
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Add a configuration option to prohibit New feature or request
# nosec
without specific error codes
enhancement
#888
opened Apr 24, 2022 by
mkniewallner
Bandit does not identify hard coded password for DB connection variable
bug
Something isn't working
#886
opened Apr 22, 2022 by
ahsisti
Add ability to filter results by CWE
enhancement
New feature or request
#866
opened Mar 29, 2022 by
ericwb
Provide deterministic URLs with description of tests
enhancement
New feature or request
#852
opened Mar 7, 2022 by
darkdragon-001
Use .gitignore as basis of default excludes
enhancement
New feature or request
#826
opened Feb 25, 2022 by
ericwb
Auto create a URL to file an issue when encountering an error
enhancement
New feature or request
#816
opened Feb 16, 2022 by
ericwb
Add plugin to check for insecure usage of jwt
enhancement
New feature or request
#799
opened Feb 6, 2022 by
ericwb
Excluded paths from the .ini file ignored if -x flag is set
bug
Something isn't working
#753
opened Nov 12, 2021 by
upcFrost
standard code suggestion from psycopg gets errors
bug
Something isn't working
#747
opened Oct 26, 2021 by
BenjaminJanes
Option to output violation information of skipped tests/lines
enhancement
New feature or request
#737
opened Sep 16, 2021 by
syl-ms
Bandit fails when running as part of pre-commit
bug
Something isn't working
#730
opened Aug 29, 2021 by
efimk-lu
Any chance of supporting sonarqube plugin?
enhancement
New feature or request
#729
opened Aug 23, 2021 by
jooeji
SQL Injection flagged when concatenating strings
bug
Something isn't working
#727
opened Aug 7, 2021 by
Dreamsorcerer
Possible hardcoded password: ''
bug
Something isn't working
#714
opened Jun 1, 2021 by
Dreamsorcerer
XML (JUnit) output is not recognized by Bamboo JUnit parser
bug
Something isn't working
#712
opened May 18, 2021 by
StykMartin
B405 complains about any xml.etree.ElementTree import, not just parse-related ones
bug
Something isn't working
#709
opened Apr 15, 2021 by
vanschelven
Error message refers to "defusedxml.defuse_stdlib()" but calling that does not silence bandit
bug
Something isn't working
#708
opened Apr 15, 2021 by
vanschelven
It would be useful to declare skips at module-level
enhancement
New feature or request
#700
opened Mar 22, 2021 by
jamercee
ProTip!
Exclude everything labeled
bug
with -label:bug.