summaryrefslogtreecommitdiff
path: root/dev-python/bandit
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-04-29 06:01:20 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-04-29 06:01:20 +0000
commit585411f8a551570e81d5af64aac1ac83374fd93e (patch)
tree07aea7a4ff7f2ae12fe0bb5434a350d982a2ec01 /dev-python/bandit
parent103afc75d23d19b7864dfb2e0fb35b982dfa5962 (diff)
downloadbaldeagleos-repo-585411f8a551570e81d5af64aac1ac83374fd93e.tar.gz
baldeagleos-repo-585411f8a551570e81d5af64aac1ac83374fd93e.tar.xz
baldeagleos-repo-585411f8a551570e81d5af64aac1ac83374fd93e.zip
Adding metadata
Diffstat (limited to 'dev-python/bandit')
-rw-r--r--dev-python/bandit/metadata.xml30
1 files changed, 16 insertions, 14 deletions
diff --git a/dev-python/bandit/metadata.xml b/dev-python/bandit/metadata.xml
index 6de9bdb053f9..a083c37dbb02 100644
--- a/dev-python/bandit/metadata.xml
+++ b/dev-python/bandit/metadata.xml
@@ -1,18 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<!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">
+ <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>
-
- <origin>gentoo-staging</origin>
- <stabilize-allarches/>
-</pkgmetadata> \ No newline at end of file
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="pypi">bandit</remote-id>
+ <remote-id type="github">PyCQA/bandit</remote-id>
+ </upstream>
+</pkgmetadata>