about summary refs log tree commit diff
path: root/pkgs/tools/networking/openssh
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-10-03 18:01:40 +0000
committerGitHub <noreply@github.com>2021-10-03 18:01:40 +0000
commit23fbe4eb931b18d93ad8d3cdba12ca2833c4208a (patch)
treef6a016063e5be6b154be3b116f832057266c6c24 /pkgs/tools/networking/openssh
parentc419405421d706d78f3ce44637ebc3fb0d3c13fd (diff)
parent329f56da4b384981ae50dc98ad9d6af151ac0a13 (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/tools/networking/openssh')
-rw-r--r--pkgs/tools/networking/openssh/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/networking/openssh/default.nix b/pkgs/tools/networking/openssh/default.nix
index bdf048273c0d3..4bc181717168b 100644
--- a/pkgs/tools/networking/openssh/default.nix
+++ b/pkgs/tools/networking/openssh/default.nix
@@ -40,6 +40,7 @@ in
 
     extraMeta.knownVulnerabilities = [
       "CVE-2021-28041"
+      "CVE-2021-41617"
     ];
   };
 
@@ -70,6 +71,7 @@ in
 
     extraMeta.knownVulnerabilities = [
       "CVE-2021-28041"
+      "CVE-2021-41617"
     ];
   };
 }