Skip to content
  • pi's avatar
    New port: devel/py-bandit · a5d54253
    pi authored
    Bandit is a tool for finding 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.
    
    WWW: https://github.com/stackforge/bandit
    
    PR:		201386
    Submitted by:	yuri@rawbw.com
    Reviewed by:	koobs
    a5d54253