gentoo/dev-python/bandit/metadata.xml
Matthew Thode e821261fce
dev-python/bandit: 1.6.2 bump
Closes: https://bugs.gentoo.org/710506
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
2020-02-24 10:51:55 -06:00

15 lines
632 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>prometheanfire@gentoo.org</email>
<name>Matthew Thode</name>
</maintainer>
<longdescription lang="en">
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.
</longdescription>
<upstream>
<remote-id type="pypi">bandit</remote-id>
</upstream>
</pkgmetadata>