openssh_hpn/openssh_gssapi: Add CVE-2021-28041
This commit is contained in:
@@ -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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user