mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
wire-desktop: add CVE-2024-6775 to knownVulnerabilities
wire-desktop on Linux uses electron 29.4.5, which is known to be vulnerable to CVE-2024-6775:cf65edb598/package.json (L85)
The MacOS version is even older, and affected by this too. (cherry picked from commit32309e4468
)
This commit is contained in:
parent
d518f33c2f
commit
92b9278cfc
@ -57,6 +57,7 @@ let
|
||||
homepage = "https://wire.com/";
|
||||
downloadPage = "https://wire.com/download/";
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
knownVulnerabilities = [ "CVE-2024-6775" ];
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [
|
||||
arianvp
|
||||
|
Loading…
Reference in New Issue
Block a user