home-assistant/homeassistant/components/ssdp/manifest.json
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

13 lines
231 B
JSON

{
"domain": "ssdp",
"name": "SSDP",
"documentation": "https://www.home-assistant.io/integrations/ssdp",
"requirements": [
"defusedxml==0.6.0",
"netdisco==2.6.0"
],
"dependencies": [
],
"codeowners": [
]
}