Start adding hyperlinks to the tool's homepages.

This commit is contained in:
Andrew Hamilton 2016-11-19 16:47:05 +01:00
parent be71ddadde
commit 1028f74de9
3 changed files with 10 additions and 2 deletions

View file

@ -460,6 +460,7 @@ def bandit(path):
text_without_timestamp = "".join(text.splitlines(keepends=True)[2:])
return status, fill3.Text(text_without_timestamp)
bandit.dependencies = {"python-bandit", "python3-bandit"}
bandit.url = "http://wiki.openstack.org/wiki/Security/Project/Bandit"
def _perl_version(path):