PyCQA / bandit

Bandit is a tool designed to find common security issues in Python code.
https://bandit.readthedocs.io
Apache License 2.0
6.52k stars 612 forks source link

List all CWEs associated to the current configuration #906

Open ioggstream opened 2 years ago

ioggstream commented 2 years ago

I expect

Example


$ bandit --help --cve
...
The following tests were discovered and loaded:
--------------
B406    import_xml_sax CWE:000,CWE:001
B108    hardcoded_tmp_directory CWE:002
...
...