about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-09-30 19:22:53 +0100
committerYt <happysalada@proton.me>2022-10-01 09:00:26 +0900
commit3b5295131d4504fa422c45c08c808bf9da656476 (patch)
tree8cda7929b64f345aa226ce811395c8de88ca67da
parent9629d42c783ff67caa2525614a3c30f137e9ece3 (diff)
erlangR22: mark with knownVulnerabilities CVE-2022-37026
-rw-r--r--pkgs/development/interpreters/erlang/R22.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/interpreters/erlang/R22.nix b/pkgs/development/interpreters/erlang/R22.nix
index 23c77300c03d3..c42af71eacc8a 100644
--- a/pkgs/development/interpreters/erlang/R22.nix
+++ b/pkgs/development/interpreters/erlang/R22.nix
@@ -3,4 +3,5 @@
 mkDerivation {
   version = "22.3.4.24";
   sha256 = "0c9713xa8sjw7nr55hysgcnbvj7gzbrpzdl94y1nqn7vw4ni8is3";
+  meta.knownVulnerabilities = [ "CVE-2022-37026" ];
 }