Commit 046c7199 authored by Mikael Fangel's avatar Mikael Fangel Committed by Yaya
Browse files

pulsar: mark vulnerable to multiple CVE's

parent 7e0a6d7f
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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"
    ];
  };
}