hass-core/tests/bandit.yaml
Ville Skyttä d4c80f160c Add bandit, use to catch known vulnerable XML parsing (#28341)
* 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
2019-11-18 09:10:15 +01:00

11 lines
134 B
YAML

# https://bandit.readthedocs.io/en/latest/config.html
tests:
- B313
- B314
- B315
- B316
- B317
- B318
- B319
- B320