diff options
-rw-r--r-- | meta/lib/oe/cve_check.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/cve_check.py b/meta/lib/oe/cve_check.py index 487f30dc25..268adfb528 100644 --- a/meta/lib/oe/cve_check.py +++ b/meta/lib/oe/cve_check.py | |||
@@ -239,7 +239,7 @@ def decode_cve_status(d, cve): | |||
239 | if not status: | 239 | if not status: |
240 | return {} | 240 | return {} |
241 | 241 | ||
242 | status_split = status.split(':', 5) | 242 | status_split = status.split(':', 4) |
243 | status_out = {} | 243 | status_out = {} |
244 | status_out["detail"] = status_split[0] | 244 | status_out["detail"] = status_split[0] |
245 | product = "*" | 245 | product = "*" |