blob: 8ee1f52b6c106192312dd44020c6133ec378106c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?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">
A tool designed to find common security issues in Python code.
</longdescription>
<upstream>
<remote-id type="pypi">bandit</remote-id>
</upstream>
</pkgmetadata>
|