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.
This commit is contained in:
parent
d2d9d9f005
commit
32309e4468
@ -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