Goal
Design and implement a project-specific .bandit.yml configuration to reduce false positives and enforce security standards relevant to the LedgerBase codebase.
Tasks
Reference
- Bandit config reference
- Example baseline file:
exclude_dirs:
- tests/
- migrations/
severity: LOW
confidence: HIGH
skiptags:
- B101 # assert
- B403 # import_pickle
Goal
Design and implement a project-specific
.bandit.ymlconfiguration to reduce false positives and enforce security standards relevant to the LedgerBase codebase.Tasks
.bandit.ymlat the project root with:README-security.mdReference