diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-01 13:53:53 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-01 14:02:01 +0200 |
commit | 5bbc94a101b8e608a29bc0680fdbfd095e8bc383 (patch) | |
tree | ff452308cb1c2a3fafe350099c567b8365c37c08 /net-analyzer/wapiti | |
parent | dev-python/pysnmp: Fix utf-8 japaneses text (diff) | |
download | gentoo-5bbc94a101b8e608a29bc0680fdbfd095e8bc383.tar.gz gentoo-5bbc94a101b8e608a29bc0680fdbfd095e8bc383.tar.bz2 gentoo-5bbc94a101b8e608a29bc0680fdbfd095e8bc383.zip |
Add missing remote-id type=sourceforge
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-analyzer/wapiti')
-rw-r--r-- | net-analyzer/wapiti/metadata.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-analyzer/wapiti/metadata.xml b/net-analyzer/wapiti/metadata.xml index bd38de902c9a..ce6c6fb75680 100644 --- a/net-analyzer/wapiti/metadata.xml +++ b/net-analyzer/wapiti/metadata.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer> @@ -10,4 +10,7 @@ It performs black-box scans, i.e. it does not study the source code of the application but will scans the webpages of the deployed webapp, looking for scripts and forms where it can inject data. Once it gets this list, Wapiti acts like a fuzzer, injecting payloads to see if a script is vulnerable.</longdescription> + <upstream> + <remote-id type="sourceforge">wapiti</remote-id> + </upstream> </pkgmetadata> |