2jung / CVEScannerV2DB

Semiupdated database of CVEScannerV2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Repository containing the .sql files of a semi-updated database used in CVEScannerV2.

Database generation

Automatic

We created a bash script to automate the database creation process. Run build.sh script.

$ ./build.sh

Manual

If you want to create the database manually, we recommend to use sqlite3 and the built-in command .read:

$ sqlite3 cve.db < schema.sql
$ sqlite3 cve.db
SQLite version 3.35.4 2021-04-02 15:20:15
Enter ".help" for usage hints.
sqlite> .read data_00.sql
sqlite> .read data_01.sql
sqlite> .read data_02.sql
# <repeat for every data_*.sql>

License

CVEScannerV2DB  Copyright (C) 2021-2023 Sergio Chica Manjarrez @ pervasive.it.uc3m.es.
Universidad Carlos III de Madrid.
This program comes with ABSOLUTELY NO WARRANTY; for details check below.
This is free software, and you are welcome to redistribute it
under certain conditions; check below for details.

LICENSE

About

Semiupdated database of CVEScannerV2

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%