pulsar: mark vulnerable to multiple CVE's

This commit is contained in:
Mikael Fangel
2023-10-21 14:05:23 +02:00
committed by Yaya
parent 7e0a6d7ffc
commit 046c7199a6
@@ -209,5 +209,14 @@ stdenv.mkDerivation rec {
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ colamaroro ];
knownVulnerabilities = [
"CVE-2023-5217"
"CVE-2022-21718"
"CVE-2022-29247"
"CVE-2022-29257"
"CVE-2022-36077"
"CVE-2023-29198"
"CVE-2023-39956"
];
};
}