about summary refs log tree commit diff
path: root/pkgs/development/web/nodejs
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-12-29 18:01:08 +0000
committerGitHub <noreply@github.com>2021-12-29 18:01:08 +0000
commitc4d18cf442e176b19895fba2186bda91f8f3a9d1 (patch)
tree9bca27294de97df27e0ae0817abc89abe983873a /pkgs/development/web/nodejs
parentf0ca69797e877143c409244f4f213e6ad9ef9430 (diff)
parent053951abf4edba6b60e40dc275b8936e8e4664e6 (diff)
downloadnixlib-c4d18cf442e176b19895fba2186bda91f8f3a9d1.tar
nixlib-c4d18cf442e176b19895fba2186bda91f8f3a9d1.tar.gz
nixlib-c4d18cf442e176b19895fba2186bda91f8f3a9d1.tar.bz2
nixlib-c4d18cf442e176b19895fba2186bda91f8f3a9d1.tar.lz
nixlib-c4d18cf442e176b19895fba2186bda91f8f3a9d1.tar.xz
nixlib-c4d18cf442e176b19895fba2186bda91f8f3a9d1.tar.zst
nixlib-c4d18cf442e176b19895fba2186bda91f8f3a9d1.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/development/web/nodejs')
-rw-r--r--pkgs/development/web/nodejs/nodejs.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/web/nodejs/nodejs.nix b/pkgs/development/web/nodejs/nodejs.nix
index 56c83e38c4ff..72615b356222 100644
--- a/pkgs/development/web/nodejs/nodejs.nix
+++ b/pkgs/development/web/nodejs/nodejs.nix
@@ -181,6 +181,7 @@ let
       maintainers = with maintainers; [ goibhniu gilligan cko marsam ];
       platforms = platforms.linux ++ platforms.darwin;
       mainProgram = "node";
+      knownVulnerabilities = optional (versionOlder version "12") "This NodeJS release has reached its end of life. See https://nodejs.org/en/about/releases/.";
     };
 
     passthru.python = python; # to ensure nodeEnv uses the same version