mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
poetry: mark insecure
The version of cleo in poetry.lock (1.0.0a5) is vulnerable to
CVE-2022-42966.
(cherry picked from commit d1bdaa9a99)
This commit is contained in:
committed by
Robert Schütz
parent
085fde3706
commit
7b9eeb856c
@@ -50,5 +50,8 @@ poetry2nix.mkPoetryApplication {
|
||||
meta = with lib; {
|
||||
inherit (python.meta) platforms;
|
||||
maintainers = with maintainers; [ adisbladis jakewaksbaum ];
|
||||
knownVulnerabilities = [
|
||||
"CVE-2022-42966" # cleo version in poetry.lock is vulnerable
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user