13 buildPythonPackage rec {
17 src = fetchFromGitHub {
18 owner = "JordanMilne";
21 hash = "sha256-opObkjkad+yrLE2b7DULHjGuNeVhu4fEmSavgA39YPw=";
24 propagatedBuildInputs = [
34 # The tests do network requests, so disabled
37 pythonImportsCheck = [ "advocate" ];
40 homepage = "https://github.com/JordanMilne/Advocate";
41 description = "An SSRF-preventing wrapper around Python's requests library";
42 license = licenses.asl20;
43 maintainers = with maintainers; [ pborzenkov ];