List all CWEs associated to the current configuration
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 8.3k
- Forks
- 835
- Avg merge
- 5d 3h
- Merged PRs (30d)
- 1
Description
I expect
- to list all CWEs associated to the current configuration
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
...
...
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the command-line handling for bandit --help --cve and trace how the current configuration's discovered tests are listed. Done means the help output lists every discovered test together with all CWEs associated with it, as illustrated by the issue example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, security
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100