Loading pkgs/tools/security/wapiti/default.nix +33 −35 Original line number Diff line number Diff line { lib , fetchFromGitHub , python3 { lib, fetchFromGitHub, python3, }: python3.pkgs.buildPythonApplication rec { Loading @@ -23,15 +24,13 @@ python3.pkgs.buildPythonApplication rec { pythonRelaxDeps = true; build-system = with python3.pkgs; [ setuptools ]; build-system = with python3.pkgs; [ setuptools ]; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ]; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ]; dependencies = with python3.pkgs; [ dependencies = with python3.pkgs; [ aiocache aiohttp aiosqlite Loading @@ -52,7 +51,8 @@ python3.pkgs.buildPythonApplication rec { sqlalchemy tld yaswfp ] ++ httpx.optional-dependencies.brotli ] ++ httpx.optional-dependencies.brotli ++ httpx.optional-dependencies.socks; __darwinAllowLocalNetworking = true; Loading Loading @@ -140,9 +140,7 @@ python3.pkgs.buildPythonApplication rec { "tests/attack/test_mod_ssl.py" ]; pythonImportsCheck = [ "wapitiCore" ]; pythonImportsCheck = [ "wapitiCore" ]; meta = with lib; { description = "Web application vulnerability scanner"; Loading Loading
pkgs/tools/security/wapiti/default.nix +33 −35 Original line number Diff line number Diff line { lib , fetchFromGitHub , python3 { lib, fetchFromGitHub, python3, }: python3.pkgs.buildPythonApplication rec { Loading @@ -23,15 +24,13 @@ python3.pkgs.buildPythonApplication rec { pythonRelaxDeps = true; build-system = with python3.pkgs; [ setuptools ]; build-system = with python3.pkgs; [ setuptools ]; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ]; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ]; dependencies = with python3.pkgs; [ dependencies = with python3.pkgs; [ aiocache aiohttp aiosqlite Loading @@ -52,7 +51,8 @@ python3.pkgs.buildPythonApplication rec { sqlalchemy tld yaswfp ] ++ httpx.optional-dependencies.brotli ] ++ httpx.optional-dependencies.brotli ++ httpx.optional-dependencies.socks; __darwinAllowLocalNetworking = true; Loading Loading @@ -140,9 +140,7 @@ python3.pkgs.buildPythonApplication rec { "tests/attack/test_mod_ssl.py" ]; pythonImportsCheck = [ "wapitiCore" ]; pythonImportsCheck = [ "wapitiCore" ]; meta = with lib; { description = "Web application vulnerability scanner"; Loading