
* 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
13 lines
231 B
JSON
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": [
|
|
]
|
|
}
|