Skip to content

Commit

Permalink
wpa_supplicant: add CVE-ID for P2P provision discovery proccessing vuln.
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Feb 27, 2021
1 parent 01f1773 commit 6a0b4ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/os-specific/linux/wpa_supplicant/default.nix
Expand Up @@ -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";
})
Expand Down

0 comments on commit 6a0b4ab

Please sign in to comment.