suspicious-pyghmi-import (S415)
源自 flake8-bandit linter。
此规则不稳定且处于预览状态。使用需要 --preview
标志。
作用
检查 pyghmi
模块的导入。
为什么这不好?
pyghmi
是一个与 IPMI 相关的模块,但 IPMI 被认为是不安全的。 请改用加密协议。
源自 flake8-bandit linter。
此规则不稳定且处于预览状态。使用需要 --preview
标志。
检查 pyghmi
模块的导入。
pyghmi
是一个与 IPMI 相关的模块,但 IPMI 被认为是不安全的。 请改用加密协议。