You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch set adds a new bandit plugin to check the use of the
pyghmi library, as the IPMI is known to be an insecured protocol.
Closes: #356
Signed-off-by: Tin Lam <tin@irrational.io>
* Add new plugin to check use of pyghmi
This patch set adds a new bandit plugin to check the use of pyghmi.
Signed-off-by: Tin Lam <tin@irrational.io>
* Fix example and polish te code.
Signed-off-by: Tin Lam <tin@irrational.io>
* Add new plug-in to check pyghmi
This patch set adds a new bandit plugin to check the use of the
pyghmi library, as the IPMI is known to be an insecured protocol.
Closes: #356
Signed-off-by: Tin Lam <tin@irrational.io>
Co-authored-by: Tin Lam <tin@irrational.io>
Co-authored-by: Eric Brown <browne@vmware.com>
Is your feature request related to a problem? Please describe.
IPMI is known to be a non-secure protocol.
https://www.cisa.gov/uscert/ncas/alerts/TA13-207A
Describe the solution you'd like
New check plugin to detect use of pyghmi (python IPMI library).
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: