yubikey-manager-qt: mark as insecure

The project is not under development anymore, Yubico Authenticator is recommended instead.
This commit is contained in:
Claudio Bley
2025-03-23 11:13:48 +01:00
committed by Sandro Jäckel
parent b7de017cc6
commit 7f4cb6e5cb
@@ -87,6 +87,9 @@ mkDerivation rec {
meta = with lib; {
description = "Cross-platform application for configuring any YubiKey over all USB interfaces";
homepage = "https://developers.yubico.com/yubikey-manager-qt/";
knownVulnerabilities = [
"Yubico has announced the End of Life of YubiKey Manager QT. Upstream recommends yubioath-flutter to configure a YubiKey. yubikey-manager-qt will be dropped after NixOS 25.05."
];
license = licenses.bsd2;
maintainers = [ maintainers.cbley ];
mainProgram = "ykman-gui";