bloodhound: mark as insecure

(cherry picked from commit 46485bd111)
This commit is contained in:
Ross Smyth
2026-09-08 23:25:14 -04:00
committed by FliegendeWurst
parent f1cc9e5c20
commit dc225a5837

View File

@@ -138,5 +138,8 @@ stdenv.mkDerivation (finalAttrs: {
maintainers = with lib.maintainers; [ akechishiro ];
platforms = [ "x86_64-linux" ];
mainProgram = "BloodHound";
knownVulnerabilities = [
"Upstream is deprecated, using Electron 11 which was EOL in 2021. Consider using bloodhound-ce instead."
];
};
})