Merge pull request #140371 from helsinki-systems/cve/openssh

openssh_hpn/openssh_gssapi: Add CVE-2021-41617

authored by ajs124 and committed by GitHub cb715900 584cfacc

+2
+2
pkgs/tools/networking/openssh/default.nix
··· 39 40 extraMeta.knownVulnerabilities = [ 41 "CVE-2021-28041" 42 ]; 43 }; 44 ··· 69 70 extraMeta.knownVulnerabilities = [ 71 "CVE-2021-28041" 72 ]; 73 }; 74 }
··· 39 40 extraMeta.knownVulnerabilities = [ 41 "CVE-2021-28041" 42 + "CVE-2021-41617" 43 ]; 44 }; 45 ··· 70 71 extraMeta.knownVulnerabilities = [ 72 "CVE-2021-28041" 73 + "CVE-2021-41617" 74 ]; 75 }; 76 }