wapiti: 3.2.4 -> 3.2.5
Changelog: https://github.com/wapiti-scanner/wapiti/blob/3.2.5/doc/ChangeLog_Wapiti
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
python3Packages,
|
||||
fetchpatch,
|
||||
versionCheckHook,
|
||||
writableTmpDirAsHomeHook,
|
||||
nix-update-script,
|
||||
@@ -11,26 +10,16 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "wapiti";
|
||||
version = "3.2.4";
|
||||
version = "3.2.5";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "wapiti-scanner";
|
||||
repo = "wapiti";
|
||||
tag = version;
|
||||
hash = "sha256-97RYJKCk3oY715mgkFNstrrhWc1Q7jZqktqt7l8uzGs=";
|
||||
hash = "sha256-Sof7ZaCeIJ6Hsut0uK9yPcunXArexpzIbSbksZpHqVU=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# Fixes:
|
||||
# TypeError: AsyncClient.__init__() got an unexpected keyword argument 'proxies'
|
||||
(fetchpatch {
|
||||
name = "fix-wappalyzer-warnings";
|
||||
url = "https://github.com/wapiti-scanner/wapiti/commit/77fe140f8ad4d2fb266f1b49285479f6af25d6b7.patch";
|
||||
hash = "sha256-Htkpr+67V0bp4u8HbMP+yTZ4rlIWDadLZxLDSruDbZY=";
|
||||
})
|
||||
];
|
||||
|
||||
pythonRelaxDeps = true;
|
||||
|
||||
build-system = with python3Packages; [ setuptools ];
|
||||
@@ -147,6 +136,10 @@ python3Packages.buildPythonApplication rec {
|
||||
"test_persister_upload"
|
||||
# Requires creating a socket to an external URL
|
||||
"test_attack_unifi"
|
||||
# AssertionError
|
||||
"test_comment_in_noscript_context"
|
||||
"test_noscript_context"
|
||||
"test_title_context"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
||||
Reference in New Issue
Block a user