summaryrefslogtreecommitdiff
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
parentrPackages.V8: use nodejs.libv8 (diff)
downloadnixpkgs-64407f3fabad474871b2bfa7daa63b6e0ce7fd47.tar.gz
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 0eb3bda4286d..51903e486b4f 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" ];
};
}