# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 name bandit version 1.9.2 revision 0 license Apache-2 categories-append security platforms {darwin any} supported_archs noarch maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer description Security oriented static analyser for python code. long_description {*}${description} Bandit is a tool designed to find \ common security issues in Python code. To do this Bandit \ processes each file, builds an AST from it, and runs \ appropriate plugins against the AST nodes. Once Bandit \ has finished scanning all the files it generates a report. homepage https://bandit.readthedocs.io/en/latest checksums rmd160 6bc481cd4300443148518250b37e122d971a8ec8 \ sha256 32410415cd93bf9c8b91972159d5cf1e7f063a9146d70345641cd3877de348ce \ size 4241659 python.default_version 313 depends_build-append \ port:py${python.version}-pbr depends_run-append port:py${python.version}-jschema_to_python \ port:py${python.version}-gitpython \ port:py${python.version}-sarif-om \ port:py${python.version}-rich \ port:py${python.version}-stevedore \ port:py${python.version}-yaml