Skip to content

B404-B603- Categorisation as warnings #280

@ericwb

Description

@ericwb

Hi

Im running bandit against my python project (its a great tool, i love it!) but there are some things that could be improved

Im using subprocess.call, but with shell set to False, so im not vulnerable to command injection there. However, i have two errors in my build.

B404 - as im using subprocess
B607 - as, despite not being vulnerable to command injection, i need to be careful

Those recommendations are great, but in my opinion should be categorised as warnings rather than vulnerabilities. I have been reading and most of the people ignore those rules by default

Would be possible to have this amended?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions