6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
14 rev = "refs/tags/v${version}";
15 sha256 = "sha256-mK20PbVGhTEjhY5L6coCzSMIrG/PHHmNq30ZoJEs6uI=";
18 propagatedBuildInputs = with python3.pkgs; [
26 pythonImportsCheck = [
31 description = "CRLF injection (HTTP Response Splitting) scanner";
32 mainProgram = "crlfsuite";
33 homepage = "https://github.com/Nefcore/CRLFsuite";
34 license = licenses.mit;
35 maintainers = with maintainers; [ c0bw3b fab ];