Skip to content

opencve/opencve-enrichment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCVE Enrichment

This repository is a component of the OpenCVE project. It is automatically managed by AI-powered tools designed to enrich publicly available CVE (Common Vulnerabilities and Exposures) data.

The primary goal of this repository is to process raw CVE information and augment it with valuable details, such as identifying the affected vendors and products.

The enriched data stored here serves as a primary data source for the main opencve-kb (Knowledge Base) repository, which is a central part of the OpenCVE platform.

Data Format

The data within this repository is structured as follows:

<year>/<CVE-ID>.json

Example

Here is an example of the JSON file content for a given CVE:

{
    "id": "CVE-XXXX-XXXX",
    "created": "<date>",
    "vendors": {
        "<vendor_A>": [
            "<product_1>",
            "<product_2>"
        ],
        "<vendor_B>": [
            "<product_3>",
            "<product_4>"
        ]
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published