Unverified Commit fd45d4a3 authored by Pierre Bourdon's avatar Pierre Bourdon
Browse files

hydron: mark as vulnerable to CVE-2023-4863

parent b81091dc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ buildGoModule rec {
    homepage = "https://github.com/bakape/hydron";
    description = "High performance media tagger and organizer";
    license = with licenses; [ lgpl3Plus ];
    knownVulnerabilities = [ "CVE-2023-4863" ];  # Via https://github.com/chai2010/webp dep
    maintainers = with maintainers; [ Madouura ];
  };
}