hydron: mark as vulnerable to CVE-2023-4863
This commit is contained in:
parent
b81091dce6
commit
fd45d4a3cb
@ -31,6 +31,7 @@ buildGoModule rec {
|
|||||||
homepage = "https://github.com/bakape/hydron";
|
homepage = "https://github.com/bakape/hydron";
|
||||||
description = "High performance media tagger and organizer";
|
description = "High performance media tagger and organizer";
|
||||||
license = with licenses; [ lgpl3Plus ];
|
license = with licenses; [ lgpl3Plus ];
|
||||||
|
knownVulnerabilities = [ "CVE-2023-4863" ]; # Via https://github.com/chai2010/webp dep
|
||||||
maintainers = with maintainers; [ Madouura ];
|
maintainers = with maintainers; [ Madouura ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user