Unverified Commit e569e804 authored by Stig Palmquist's avatar Stig Palmquist
Browse files

perlPackages.NetNVD: init at 0.0.3

parent 96af761f
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -18668,6 +18668,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";