figma-linux: mark vulnerable to CVE-2023-5217

This commit is contained in:
Mikael Fangel 2023-10-16 14:33:52 +02:00
parent 2061388fd2
commit bce2a46259
No known key found for this signature in database
GPG Key ID: 306DE4426F0B77C3

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" ];
};
})