bandit-python专题提供bandit-python的最新资讯内容,帮你更好的了解bandit-python。
我正在使用强盗检查我的代码中是否存在潜在的安全问题: <pre><code>bandit -r git-repository/ </code></pre>
我在 python 中使用以下代码发送请求 <pre><code>def get(self, url): response = None try: ctx = ssl.SSLContext(ssl.PR
我使用 <code>random.choice</code> 进行测试。 Bandit 显示警告。 <pre><code>x = random.choice(lists) </code></pre> 我
我正在使用受支持的工具 bandit 与探矿者,有没有办法在探矿者.yaml 中说 <code>bandit: run: true options: ignore:
我已经使用 pip 安装了 bandit,但是当我在命令行中运行 <code>bandit --help</code> 时,出现以下错误: <pre>