wpa_supplicant: add CVE-ID for P2P provision discovery proccessing vuln.
This commit is contained in:
parent
01f1773e8e
commit
6a0b4ab7be
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
|
|||
})
|
||||
# P2P: Fix a corner case in peer addition based on PD Request (https://w1.fi/security/2021-1/)
|
||||
(fetchurl {
|
||||
name = "CVE-2021-27803.patch";
|
||||
url = "https://w1.fi/security/2021-1/0001-P2P-Fix-a-corner-case-in-peer-addition-based-on-PD-R.patch";
|
||||
sha256 = "04cnds7hmbqc44jasabjvrdnh66i5hwvk2h2m5z94pmgbzncyh3z";
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue