hydron: mark as vulnerable to CVE-2023-4863

+1
+1
pkgs/servers/hydron/default.nix
··· 31 31 homepage = "https://github.com/bakape/hydron"; 32 32 description = "High performance media tagger and organizer"; 33 33 license = with licenses; [ lgpl3Plus ]; 34 + knownVulnerabilities = [ "CVE-2023-4863" ]; # Via https://github.com/chai2010/webp dep 34 35 maintainers = with maintainers; [ Madouura ]; 35 36 }; 36 37 }