Skip to content

Commit 612a533

Browse files
committed
feat: add a troubleshooting guide about a scheduler issue
Signed-off-by: Nicolas Crocfer <[email protected]>
1 parent 976e89f commit 612a533

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed
57.5 KB
Loading
316 KB
Loading
158 KB
Loading

docs/troubleshooting.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,22 @@ Then run the installation again:
104104

105105
!!!note
106106
`network: host` only works on Linux. If you're on macOS or Windows, make sure your Docker has proper internet access and DNS resolution.
107+
108+
109+
## How to Fix the CVE-2025-8875.json (KeyError: 'opencve') Bug
110+
111+
This issue occurred because CISA added a new entry to its KEV list before MITRE had added it to the official CVE database. An issue has been raised [here](https://github.com/CVEProject/cvelistV5/issues/107).
112+
113+
Because this behavior was undocumented, OpenCVE’s scheduler failed to parse the entry, resulting in the following error:
114+
115+
![Troubleshooting KeyError OpenCVE](images/troubleshooting/key-error-opencve.png){.center style="width:100%"}
116+
117+
The problem has been fixed in this [pull request](https://github.com/opencve/opencve/pull/604).
118+
119+
You can upgrade OpenCVE and relaunch the failed DAG run in your Airflow scheduler instance. To do so, select it:
120+
121+
![Troubleshooting Select DAGRun](images/troubleshooting/select-dagrun.png){.center style="width:100%"}
122+
123+
Then click on the "Clear Existing Tasks" button:
124+
125+
![Troubleshooting Clear Existing Tasks](images/troubleshooting/clear-existing-tasks.png){.center style="width:60%"}

0 commit comments

Comments
 (0)