Merge pull request #261404 from MikaelFangel/mark-figma-linux
figma-linux: mark vulnerable to CVE-2023-5217
This commit is contained in:
commit
7bdd297dc2
1 changed files with 1 additions and 0 deletions
|
@ -74,5 +74,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ ercao kashw2 ];
|
maintainers = with maintainers; [ ercao kashw2 ];
|
||||||
|
knownVulnerabilities = [ "CVE-2023-5217" ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue