python310Packages.beaker: mark insecure
This commit is contained in:
parent
0886438a2c
commit
12fb03569f
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue