polipo: mark as vulnerable (close #33709)
This commit is contained in:
parent
65e6fbf2b5
commit
9d5ab32f01
@ -18,5 +18,8 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ phreedom ehmry ];
|
maintainers = with maintainers; [ phreedom ehmry ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
knownVulnerabilities = [
|
||||||
|
"Unmaintained upstream: https://github.com/jech/polipo/commit/4d42ca1b5849"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user