# Syncing the NIST National Vulnerability Database to Sqlite3

DevFeed: [Syncing the NIST National Vulnerability Database to Sqlite3](<https://devfeed.tech/articles/syncing-the-nist-national-vulnerability-database-to-sqlite3-30093.md>)

Original publisher: [Read original article](<http://www.netmeister.org/blog/nvd2sqlite3.html>)

Published: 2013-04-27T02:58:53Z

Content type: tutorial

Language: en

Sources: [Signs of Triviality](<https://devfeed.tech/sources/signs-of-triviality.md>)

Topics: [Database](<https://devfeed.tech/topics/database.md>), [Utility Software](<https://devfeed.tech/topics/utility.md>), [Vulnerabilities](<https://devfeed.tech/topics/vulnerabilities.md>)

Tags: [cves](<https://devfeed.tech/tags/cves.md>), [database](<https://devfeed.tech/tags/database.md>), [local](<https://devfeed.tech/tags/local.md>), [map](<https://devfeed.tech/tags/map.md>), [nist](<https://devfeed.tech/tags/nist.md>), [packages](<https://devfeed.tech/tags/packages.md>), [sync](<https://devfeed.tech/tags/sync.md>), [vulnerabilities](<https://devfeed.tech/tags/vulnerabilities.md>), [vulnerability](<https://devfeed.tech/tags/vulnerability.md>)

## AI overview

The article describes nvd2sqlite3, a utility that populates and synchronizes NIST's Vulnerability Database in a local SQLite3 database. The database can be used to map public CVEs to internal tickets or packages and track known vulnerabilities.

## Source excerpt

The 'nvd2sqlite3' utility will populate and sync NIST's Vulnerability Database into a local sqlite3 database to allow you to map public CVEs to internal tickets, packages, or otherwise keep track of the known vulnerabilities.