mirror of
https://github.com/elisspace/core.git
synced 2026-09-22 02:27:52 +00:00
* Add bandit to pre-commit and CI, use to catch known vulnerable XML parsing * Use defusedxml instead of direct xml.etree to parse XML * Move config to tests/bandit.yaml
12 lines
134 B
YAML
12 lines
134 B
YAML
# https://bandit.readthedocs.io/en/latest/config.html
|
|
|
|
tests:
|
|
- B313
|
|
- B314
|
|
- B315
|
|
- B316
|
|
- B317
|
|
- B318
|
|
- B319
|
|
- B320
|