core/homeassistant/components/command_line
Ville Skyttä 5e2ba2eb77
Enable some more bandit checks (#30857)
* Enable B108 (hardcoded tmp dir), address findings

* Enable B602 (subprocess popen with shell), address findings

* Enable B604 (start process with shell), address findings

* Enable B306 (mktemp), B307 (eval), and B325 (tempnam), no issues to address
2020-01-20 18:44:55 +02:00
..
__init__.py
binary_sensor.py
cover.py Enable some more bandit checks (#30857) 2020-01-20 18:44:55 +02:00
manifest.json Correct names in manifests (C-L) (#30532) 2020-01-07 08:19:17 +01:00
notify.py Enable some more bandit checks (#30857) 2020-01-20 18:44:55 +02:00
sensor.py Enable some more bandit checks (#30857) 2020-01-20 18:44:55 +02:00
switch.py Enable some more bandit checks (#30857) 2020-01-20 18:44:55 +02:00