python310Packages.beaker: mark insecure

This commit is contained in:
Robert Schütz 2022-06-21 00:12:24 +00:00
parent 0886438a2c
commit 12fb03569f

View file

@ -70,6 +70,11 @@ buildPythonPackage rec {
meta = {
description = "A Session and Caching library with WSGI Middleware";
homepage = "https://github.com/bbangert/beaker";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ domenkozar ];
knownVulnerabilities = [
"CVE-2013-7489"
];
};
}