CPE Editor Integration

CPE Editor Integration#

A CPE-Editor instance can be integrated into Vulnerability-Lookup to enable CPE proposal based on vulnerability records of the instance. This feature can be configured in the config/cpe.json file:

{
  "cpe_enabled": true,
  "cpe_url": "<cpe-editor-url>",
  "cpe_timeout": 2,
  "cpe_cache_ttl": 600,
  "api_key": "<cpe-editor-api-key>"
}
CPE of a Vulnerability.

Fig. 8 CPE of a Vulnerability.#