Merge pull request #261404 from MikaelFangel/mark-figma-linux

figma-linux: mark vulnerable to CVE-2023-5217
This commit is contained in:
Robert Scott 2023-10-28 13:35:51 +01:00 committed by GitHub
commit 7bdd297dc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,5 +74,6 @@ stdenv.mkDerivation (finalAttrs: {
platforms = [ "x86_64-linux" ];
license = licenses.gpl2;
maintainers = with maintainers; [ ercao kashw2 ];
knownVulnerabilities = [ "CVE-2023-5217" ];
};
})