badkeys: add version test

This commit is contained in:
Seth Flynn 2025-02-11 02:13:16 -05:00
parent ed3db9c9a7
commit c6f6d0bdaa
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -1,7 +1,9 @@
{
lib,
badkeys,
fetchFromGitHub,
python3Packages,
testers,
}:
python3Packages.buildPythonApplication rec {
@ -35,6 +37,10 @@ python3Packages.buildPythonApplication rec {
pythonImportsCheck = [ "badkeys" ];
passthru = {
tests.version = testers.testVersion { package = badkeys; };
};
meta = {
description = "Tool to find common vulnerabilities in cryptographic public keys";
homepage = "https://badkeys.info/";