Merge pull request #255959 from delroth/hydron-known-vulnerable

hydron: mark as vulnerable to CVE-2023-4863
This commit is contained in:
Pierre Bourdon
2023-09-19 22:59:04 +02:00
committed by GitHub
+1
View File
@@ -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 ];
};
}