From f0079e57ebdc5f3ffc2530f07032689bdb7bfd10 Mon Sep 17 00:00:00 2001 From: ausmaster Date: Sun, 23 Jun 2024 02:17:29 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 268d000..dcdc323 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This solves this by storing a replica of NVD's CVE and CPE information in a Mong Requires Python 3.8+ ## Features ### In Progress -* Machine Learning to obtain CPEs (and CVEs) from SBOM entries. +* Machine Learning to obtain CPEs (and CVEs) from plain text entries. ## Usage By default, VulnVault will attempt to load a JSON configuration file located in the running directory called "config.json" (if it exists, else will use default values).