gitter: mark vulnerable to CVE-2023-4863

This commit is contained in:
Pierre Bourdon
2023-09-18 02:26:12 +02:00
parent 29001e591c
commit 68a57fffbd

View File

@@ -97,6 +97,7 @@ in stdenv.mkDerivation rec {
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.mit;
maintainers = [ maintainers.imalison ];
knownVulnerabilities = [ "CVE-2023-4863" ];
platforms = [ "x86_64-linux" ];
};
}