openssh_hpn/openssh_gssapi: Add CVE-2021-28041

This commit is contained in:
Janne Heß
2021-03-11 11:58:00 +01:00
parent c99c4998fd
commit 2b1011d4a3
2 changed files with 10 additions and 1 deletions
@@ -33,6 +33,10 @@ in {
];
extraNativeBuildInputs = [ autoreconfHook ];
extraMeta.knownVulnerabilities = [
"CVE-2021-28041"
];
};
openssh_gssapi = common rec {
@@ -59,5 +63,9 @@ in {
];
extraNativeBuildInputs = [ autoreconfHook ];
extraMeta.knownVulnerabilities = [
"CVE-2021-28041"
];
};
}