NAME

NIST::NVD::Store::SQLite3 - SQLite3 store for NIST::NVD

VERSION

Version 0.02

SYNOPSIS

$q = eval { NIST::NVD::Query->new( store => 'SQLite3', database => $db_file, ); };

SUBROUTINES/METHODS

new

my $NVD_Storage_SQLite3 = NIST::NVD::Store::SQLite3->new(
    store     => 'SQLite3',
    database  => '/path/to/database.sqlite',
);

get_cve_for_cpe

_get_cpe_id

get_cve

put_idx_cpe

put_cpe

put_cve

put_nvd_entries

AUTHOR

C.J. Adams-Collier, <cjac at f5.com>

BUGS

Please report any bugs or feature requests to bug-nist-nvd-store-sqlite3 at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=NIST-NVD-Store-SQLite3. 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::Store::SQLite3

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2012 F5 Networks, Inc.

This program is released under the following license: perl