diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-04-11 20:27:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-04-11 20:39:04 +0200 |
commit | 730fb8af3eb7f6e6f6b7afbc3c7fedcc495390ae (patch) | |
tree | 93fdd114692574c0a056e9e451eb9b9594090305 /dev-python/bandit | |
parent | net-libs/zeromq: Stabilize 4.3.4-r2 arm64, #904189 (diff) | |
download | gentoo-730fb8af3eb7f6e6f6b7afbc3c7fedcc495390ae.tar.gz gentoo-730fb8af3eb7f6e6f6b7afbc3c7fedcc495390ae.tar.bz2 gentoo-730fb8af3eb7f6e6f6b7afbc3c7fedcc495390ae.zip |
dev-python/bandit: Add python@ as co-maint.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bandit')
-rw-r--r-- | dev-python/bandit/metadata.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/bandit/metadata.xml b/dev-python/bandit/metadata.xml index 87ea544cd31c..a083c37dbb02 100644 --- a/dev-python/bandit/metadata.xml +++ b/dev-python/bandit/metadata.xml @@ -5,6 +5,10 @@ <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> |