Merge pull request #140395 from NixOS/backport-140371-to-release-21.05

[Backport release-21.05] openssh_hpn/openssh_gssapi: Add CVE-2021-41617
This commit is contained in:
ajs124 2021-10-03 22:26:07 +02:00 committed by GitHub
commit 80c3715e2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,7 @@ in {
extraMeta.knownVulnerabilities = [
"CVE-2021-28041"
"CVE-2021-41617"
];
};
@ -66,6 +67,7 @@ in {
extraMeta.knownVulnerabilities = [
"CVE-2021-28041"
"CVE-2021-41617"
];
};
}