polipo: mark as vulnerable (close #33709)

This commit is contained in:
Vladimír Čunát 2018-02-08 18:49:28 +01:00
parent 65e6fbf2b5
commit 9d5ab32f01
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -18,5 +18,8 @@ stdenv.mkDerivation rec {
license = licenses.mit;
maintainers = with maintainers; [ phreedom ehmry ];
platforms = platforms.all;
knownVulnerabilities = [
"Unmaintained upstream: https://github.com/jech/polipo/commit/4d42ca1b5849"
];
};
}
}