about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2024-05-30 11:57:13 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-06-17 08:15:36 +0000
commit64407f3fabad474871b2bfa7daa63b6e0ce7fd47 (patch)
treeb267dbf44b4ab31b369b64e5efdde42ac2f05bee
parent474f750457b7f3bfd66faf0026a014761a2bc511 (diff)
The v8 package has not been updated for 3 years.

(cherry picked from commit bea2f0a2eaed6e0d7e139c5d5e55095843cc875f)
-rw-r--r--pkgs/development/libraries/v8/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/v8/default.nix b/pkgs/development/libraries/v8/default.nix
index 0eb3bda4286da..51903e486b4f4 100644
--- a/pkgs/development/libraries/v8/default.nix
+++ b/pkgs/development/libraries/v8/default.nix
@@ -190,5 +190,6 @@ stdenv.mkDerivation rec {
     maintainers = with maintainers; [ proglodyte matthewbauer ];
     platforms = platforms.unix;
     license = licenses.bsd3;
+    knownVulnerabilities = [ "Severely outdated with multiple publicly known vulnerabilities" ];
   };
 }