This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Downloader of the cve.org vulnerabilities database with a little loader | |
https://github.com/CVEProject/cvelistV5/archive/refs/heads/main.zip | |
author: noreplydev | |
date: 12/03/2025 <- in the most straightforward version, based on hierarchy | |
*/ | |
const fs = require('fs'); | |
const path = require('path'); |