https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201386
--- Comment #11 from [email protected] --- A commit references this bug: Author: pi Date: Sun Jan 3 20:40:51 UTC 2016 New revision: 405184 URL: https://svnweb.freebsd.org/changeset/ports/405184 Log: New port: devel/py-bandit 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: [email protected] Reviewed by: koobs Changes: head/devel/Makefile head/devel/py-bandit/ head/devel/py-bandit/Makefile head/devel/py-bandit/distinfo head/devel/py-bandit/files/ head/devel/py-bandit/files/patch-setup.cfg head/devel/py-bandit/pkg-descr -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
