Skip to content

Get vulns info from nvd base and store in local postgres db

Notifications You must be signed in to change notification settings

dmarushkin/nvd-local-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NVD Vulnerabilities Store Service

Get CVE vulnerabilities info from NVD api and store in local postgres db On first start it loads all CVEs from 1990, next runs update insert only CVEs created or changed last week.

Build and start service

To run it local you just need docker compose. Set your DB private DB password in .env file and start services (app and db docker conteiners):

docker-compose up --build

For prod environments feel free to bake Docker image from app folder as you like ;)

About

Get vulns info from nvd base and store in local postgres db

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published