wfuzz: update attributes

This commit is contained in:
Fabian Affolter 2021-01-03 22:51:26 +01:00
parent 5d6bc872ce
commit b56672e501

View file

@ -55,9 +55,14 @@ buildPythonPackage rec {
'';
meta = with lib; {
description = "Web content fuzzer, to facilitate web applications assessments";
description = "Web content fuzzer to facilitate web applications assessments";
longDescription = ''
Wfuzz provides a framework to automate web applications security assessments
and could help you to secure your web applications by finding and exploiting
web application vulnerabilities.
'';
homepage = "https://wfuzz.readthedocs.io";
license = licenses.gpl2;
license = with licenses; [ gpl2Only ];
maintainers = with maintainers; [ pamplemousse ];
};
}