Merge pull request #263350 from stigtsp/perl/net-nvd-init

perlPackages.NetNVD: init at 0.0.3
This commit is contained in:
Stig 2023-11-18 20:41:55 +01:00 committed by GitHub
commit a6ca8a05cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18904,6 +18904,20 @@ with self; {
};
};
NetNVD = buildPerlPackage {
pname = "Net-NVD";
version = "0.0.3";
src = fetchurl {
url = "mirror://cpan/authors/id/G/GA/GARU/Net-NVD-0.0.3.tar.gz";
hash = "sha256-uKZXEg+UsO7R2OvbA4i8M2DSj6Xw+CNrnNjNrovv5Bg=";
};
propagatedBuildInputs = [ IOSocketSSL JSON ];
meta = {
description = "Query CVE data from NIST's NVD (National Vulnerability Database)";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
NetOAuth = buildPerlModule {
pname = "Net-OAuth";
version = "0.28";