summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-02-24 10:51:55 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2020-02-24 10:51:55 -0600
commite821261fcef40fe30b83943abc7eca8bf3f7c8f7 (patch)
tree4211aafdde891fc9547a323524266e07d708f3fc /dev-python/bandit/metadata.xml
parentmedia-sound/pulseeffects: cleanup (diff)
downloadgentoo-e821261fcef40fe30b83943abc7eca8bf3f7c8f7.tar.gz
gentoo-e821261fcef40fe30b83943abc7eca8bf3f7c8f7.tar.bz2
gentoo-e821261fcef40fe30b83943abc7eca8bf3f7c8f7.zip
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>
Diffstat (limited to 'dev-python/bandit/metadata.xml')
-rw-r--r--dev-python/bandit/metadata.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/bandit/metadata.xml b/dev-python/bandit/metadata.xml
index 8ee1f52b6c10..40f27867ff32 100644
--- a/dev-python/bandit/metadata.xml
+++ b/dev-python/bandit/metadata.xml
@@ -6,7 +6,7 @@
<name>Matthew Thode</name>
</maintainer>
<longdescription lang="en">
- A tool designed to find common security issues in Python code.
+ 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>