# 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:

```json
{
  "cpe_enabled": true,
  "cpe_url": "<cpe-editor-url>",
  "cpe_timeout": 2,
  "cpe_cache_ttl": 600,
  "api_key": "<cpe-editor-api-key>"
}
```

```{figure} /_static/img/cpe.png
:alt: CPE of a Vulnerability.
:target: /_static/img/cpe.png

CPE of a Vulnerability.
```
