cyborg/releasenotes/notes/introduce-bandit-security-l...

8 lines
267 B
YAML

---
security:
- |
Introduce bandit check as the code security check, which can help us avoid
possible security issues. For example, shell-related operations for drivers
may be insecure. With bandit test, it can check the potential security
issues.