config is not in effect from pyproject.toml? #1244
Replies: 1 comment
-
(I'm a random passerby so please take the following with a pinch of salt as it could be wildly wrong) TLDR; severity and confidence can't be set in a configuration files - only ini files or on the command line. Longer explanation
You were trying set options/arguments that only work on the command or in ini files within a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
New to bandit here, thought to give it a try but can't make it just alert on HIGH confidence/impact issues: I have in my
pyproject.toml
but when I do a sample run, I still get those lower severity ones for that test code:
what am I doing wrong?
PS might somewhat relate to #606 since it seems I am doing what the bible says but still come out a sinner ...
Beta Was this translation helpful? Give feedback.
All reactions