gentoo-ebuilds/dev-python/bandit/metadata.xml
Michał Górny 730fb8af3e
dev-python/bandit: Add python@ as co-maint.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-04-11 20:39:04 +02:00

20 lines
810 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>prometheanfire@gentoo.org</email>
<name>Matthew Thode</name>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</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>
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">bandit</remote-id>
<remote-id type="github">PyCQA/bandit</remote-id>
</upstream>
</pkgmetadata>