1 { lib, python3Packages, fetchFromGitHub, fetchpatch }:
3 python3Packages.buildPythonApplication rec {
7 src = fetchFromGitHub {
11 rev = "aa40e504bee95cf731f0cc9f228bcf5fdfbe6194";
12 sha256 = "K8ESI2EOqH9zBDfSKgVcTKjCMdRhBiwltIbXDt1vF+M=";
16 # Fix compatibility with aiohttp 3.x
17 # Merged - pending next release
19 url = "https://github.com/iniqua/plecost/pull/34/commits/c09e7fab934f136f8fbc5f219592cf5fec151cf9.patch";
20 sha256 = "sha256-G7Poo3+d+PQTrg8PCrmsG6nMHt8CXgiuAu+ZNvK8oiw=";
24 propagatedBuildInputs = with python3Packages; [
31 # Project has no tests
35 description = "Vulnerability fingerprinting and vulnerability finder for Wordpress blog engine";
36 mainProgram = "plecost";
37 homepage = "https://github.com/iniqua/plecost";
38 license = licenses.bsd3;
39 maintainers = with maintainers; [ emilytrau ];