{ "id": "bandit", "version": "2.0.18", "name": "Bandit (via pipx)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/bandit", "description": "Bandit is a tool designed to find common security issues in Python code.", "options": { "version": { "default": "latest", "description": "Select the version to install.", "proposals": [ "latest" ], "type": "string" } }, "installsAfter": [ "ghcr.io/devcontainers-extra/features/pipx-package", "ghcr.io/devcontainers/features/python" ] }