NAME
NIST::NVD - Fetch and convert NIST's NVD feeds
VERSION
Version 1.02.01
SYNOPSIS
my $nvd = NIST::NVD->new( store => 'DB_File',
db_path => $db_path,
);
$nvd->update();
SUBROUTINES/METHODS
new
my $nvd = NIST::NVD->new( store => 'DB_File',
db_path => $db_path,
);
update
my $result = $nvd->update();
Not yet implemented. Stubbed out while other features are completed.
AUTHOR
C.J. Collier, <cjac at google.com>
BUGS
Please report any bugs or feature requests to bug-nist-nvd at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=NIST-NVD. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc NIST::NVD
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright (C) 2012 C.J. Adams-Collier Copyright (C) 2011,2012 F5 Networks, Inc Copyright (C) 2013 Washington State Guard Association Copyright (C) 2022 Google, LLC
CVE(r) and CWE(tm) are marks of The MITRE Corporation and used here with permission. The information in CVE and CWE are copyright of The MITRE Corporation and also used here with permission.
Please include links for CVE(r) <http://cve.mitre.org/> and CWE(tm) <http://cwe.mitre.org/> in all reproductions of these materials.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.