summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Fangel <34864484+MikaelFangel@users.noreply.github.com>2023-10-20 22:35:57 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-10-21 12:06:02 +0000
commit6f002fcb01550396639b2f81c7ff65b1359e5e7e (patch)
tree35a13a34e8a32c290a245ce0577dc25b2a3667c8
parentMerge pull request #261847 from NixOS/backport-261725-to-release-23.05 (diff)
downloadnixpkgs-origin/backport-262376-to-release-23.05.tar.gz
pulsar: mark vulnerable to multiple CVE'sorigin/backport-262376-to-release-23.05
(cherry picked from commit d0339309ec65aa842532e18def5f4ee679876413)
-rw-r--r--pkgs/applications/editors/pulsar/default.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/applications/editors/pulsar/default.nix b/pkgs/applications/editors/pulsar/default.nix
index fe850a8f427f..ab44e4b9beb4 100644
--- a/pkgs/applications/editors/pulsar/default.nix
+++ b/pkgs/applications/editors/pulsar/default.nix
@@ -177,5 +177,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"
+ ];
};
}