Merge ~rodrigo-zaiden/ubuntu-cve-tracker:check_syntax into ubuntu-cve-tracker:master

Proposed by Rodrigo Figueiredo Zaiden
Status: Rejected
Rejected by: Rodrigo Figueiredo Zaiden
Proposed branch: ~rodrigo-zaiden/ubuntu-cve-tracker:check_syntax
Merge into: ubuntu-cve-tracker:master
Diff against target: 2293 lines (+236/-235)
67 files modified
active/CVE-2017-3204 (+1/-1)
active/CVE-2019-13464 (+1/-1)
active/CVE-2022-23639 (+1/-1)
active/CVE-2022-23852 (+1/-1)
active/CVE-2022-23990 (+1/-1)
active/CVE-2022-24791 (+1/-1)
active/CVE-2022-25235 (+1/-1)
active/CVE-2022-25236 (+1/-1)
active/CVE-2022-25313 (+1/-1)
active/CVE-2022-25314 (+1/-1)
active/CVE-2022-25315 (+1/-1)
active/CVE-2022-28181 (+2/-2)
active/CVE-2022-28183 (+2/-2)
active/CVE-2022-28184 (+2/-2)
active/CVE-2022-28185 (+2/-2)
active/CVE-2022-28191 (+2/-2)
active/CVE-2022-28192 (+2/-2)
active/CVE-2022-31146 (+1/-1)
active/CVE-2022-31169 (+1/-1)
active/CVE-2022-37609 (+1/-1)
active/CVE-2022-3857 (+1/-1)
active/CVE-2022-39392 (+1/-1)
active/CVE-2022-39393 (+1/-1)
active/CVE-2022-39394 (+1/-1)
active/CVE-2022-40674 (+1/-1)
active/CVE-2022-43680 (+1/-1)
active/CVE-2023-0597 (+4/-4)
active/CVE-2023-1295 (+8/-8)
active/CVE-2023-1380 (+1/-1)
active/CVE-2023-1999 (+1/-1)
active/CVE-2023-2640 (+7/-7)
active/CVE-2023-2860 (+8/-8)
active/CVE-2023-3022 (+7/-7)
active/CVE-2023-3090 (+7/-7)
active/CVE-2023-31248 (+7/-7)
active/CVE-2023-31436 (+1/-1)
active/CVE-2023-3312 (+8/-8)
active/CVE-2023-3317 (+8/-8)
active/CVE-2023-3357 (+8/-8)
active/CVE-2023-3358 (+8/-8)
active/CVE-2023-3359 (+8/-8)
active/CVE-2023-3389 (+7/-7)
active/CVE-2023-3390 (+7/-7)
active/CVE-2023-33951 (+8/-8)
active/CVE-2023-33952 (+8/-8)
active/CVE-2023-3439 (+7/-7)
active/CVE-2023-35001 (+7/-7)
active/CVE-2023-35823 (+7/-7)
active/CVE-2023-35824 (+7/-7)
active/CVE-2023-35826 (+8/-8)
active/CVE-2023-35828 (+7/-7)
active/CVE-2023-35829 (+7/-7)
active/CVE-2023-4692 (+1/-1)
ignored/CVE-2020-14145 (+1/-1)
ignored/CVE-2020-20145 (+1/-1)
retired/CVE-2020-25658 (+1/-1)
retired/CVE-2021-45346 (+1/-1)
retired/CVE-2023-31486 (+2/-2)
retired/CVE-2023-34152 (+1/-1)
retired/CVE-2023-37920 (+2/-2)
retired/CVE-2023-38560 (+1/-1)
retired/CVE-2023-39663 (+1/-1)
retired/CVE-2023-40590 (+1/-1)
retired/CVE-2023-4576 (+4/-4)
retired/CVE-2023-47039 (+2/-2)
retired/CVE-2023-5536 (+1/-1)
scripts/check-syntax (+13/-12)
Reviewer Review Type Date Requested Status
Eduardo Barretto Approve
Steve Beattie Pending
Ubuntu Security Team Pending
Review via email: mp+459550@code.launchpad.net

Commit message

scripts/check-syntax: add other kernel tag to be skipped

 besides adding a new kernel ignored status, "end of kernel support"
 to be skipped, we re-enable the check for status ignored.
 we still have awkward cases like:
  'ignored (end of life, was ignored [<previous ignored detail>])'
 but I'm going with a change that has less harm.

Description of the change

after lunar went EOL, check-syntax presented a behavior that we could try to improve.
it is showing messages like:

 incorrect ignored detail 'end of kernel support' for 'lunar', try 'ignored (end of life, was ignored [end of kernel support])'
or
 incorrect ignored detail 'only affects macOS' for 'lunar', try 'ignored (end of life, was ignored [only affects macOS])'

when the idea of this check was to be able to catch for unusual usage of 'end of support'
messages, like using "end of life" for LTS releases going ESM and things like that.

to try to partially fix it, the proposed commit adds the newest ignored details
for kernel, "end of kernel support", but the other awkward cases still remains.
currently we have a few other "ignored (<EOL/EOS>, was ignore <details>)" and
I was not able to fix it without touching other places, and decided to move
with this for now. a bigger change can come up next if we want to remove
the awkwardness.

together with the change in check-syntax, I've also placed commits to fix
what the check-syntax complains with the proposed change, so, the main
commit here would be:
 https://git.launchpad.net/~rodrigo-zaiden/ubuntu-cve-tracker/commit/?id=1397290b506d54f8d5caec7b605b5875b8d4b58b

hope it makes some sense.

To post a comment you must log in.
Revision history for this message
Mark Esler (eslerm) wrote :

Good find. Do you have an example of a CVE this helps?

Revision history for this message
Rodrigo Figueiredo Zaiden (rodrigo-zaiden) wrote :

> Good find. Do you have an example of a CVE this helps?

yeah, there are something about 600 entries that would benefit from this change.
most of them are kernel CVEs that were marked as "end of kernel support" because
before lunar went EOL, those kernels were already out of support, but there are
other interesting cases as well.
for a full view, I've uploaded the result of
 $ ./scripts/check-syntax 2>&1 | grep "incorrect ignored detail"
at: https://pastebin.canonical.com/p/jKGGKh9GWn/

and simplifying, good results besides kernel cases are,
CVE-2023-4001:
 grub2 incorrect ignored detail 'does not impact Ubuntu or Secure Boot' for 'lunar', try 'ignored (end of life, was ignored [does not impact Ubuntu or Secure Boot])'
 grub2-signed incorrect ignored detail 'does not impact Ubuntu or Secure Boot' for 'lunar', try 'ignored (end of life, was ignored [does not impact Ubuntu or Secure Boot])'
 grub2-unsigned incorrect ignored detail 'does not impact Ubuntu or Secure Boot' for 'lunar', try 'ignored (end of life, was ignored [does not impact Ubuntu or Secure Boot])'

CVE-2022-43680:
 thunderbird incorrect ignored detail 'bundled deps handled by upstream in new versions' for 'lunar', try 'ignored (end of life, was ignored [bundled deps handled by upstream in new versions])'

CVE-2020-14145:
 openssh incorrect ignored detail 'see notes' for 'lunar', try 'ignored (end of life, was ignored [see notes])'

Revision history for this message
Eduardo Barretto (ebarretto) wrote :

moving this to Work in Progress as discussed with Rodrigo

Revision history for this message
Rodrigo Figueiredo Zaiden (rodrigo-zaiden) wrote :

I've added a few new commits with a new suggestion that, instead of trying to
fix the whole condition and adding more places to add strings that can change,
I'm just adding the newer kernel ignored message to be skipped and kept the
current behavior for ignored cases (EOL or EOS), like:
 'ignored (end of life, was ignored [<previous ignored detail>])'

the main commit of this change is:
 https://git.launchpad.net/~rodrigo-zaiden/ubuntu-cve-tracker/commit/?id=1397290b506d54f8d5caec7b605b5875b8d4b58b
already rebased with master where I commented out the ignored clause

Revision history for this message
Rodrigo Figueiredo Zaiden (rodrigo-zaiden) wrote :

the current failures in check-cves lpci run are the same we can find in master,
not related to the proposed change.
  :: /build/lpci/project/active/CVE-2021-45423: 38: package 'pev' not in 'noble'
  :: /build/lpci/project/active/CVE-2022-42964: 31: package 'pymatgen' DOES exist in 'noble'
  :: /build/lpci/project/active/CVE-2023-4039: 545: package 'gcc-xtensa-lx106' not in 'noble'

Revision history for this message
Eduardo Barretto (ebarretto) wrote :

lgtm, thanks!

review: Approve
Revision history for this message
Rodrigo Figueiredo Zaiden (rodrigo-zaiden) wrote :

In the end, whats was firstly proposed here did not really work.
The time has passed and this branch is too outdated.
But, it was partially merged with commit:
  df8ca709f12864c42956f61f2925903d2f5780ac

The idea with the commit is to re enable the check that we were
lacking, plus the addition of a new kernel tag to be skipped.

Unmerged commits

aa1aa08... by Rodrigo Figueiredo Zaiden

multiple CVEs: mark lunar as EOL

Signed-off-by: Rodrigo Figueiredo Zaiden <email address hidden>

Failed
[SUCCEEDED] unit-tests:0 (build)
[FAILED] check-cves:0 (build)
12 of 2 results
f21ed80... by Rodrigo Figueiredo Zaiden

kernel CVEs: update end of life kernels status

Signed-off-by: Rodrigo Figueiredo Zaiden <email address hidden>

1397290... by Rodrigo Figueiredo Zaiden

scripts/check-syntax: add other kernel tag to be skipped

 besides adding a new kernel ignored status, "end of kernel support"
 to be skipped, we re-enable the check for status ignored.
 we still have awkward cases like:
  'ignored (end of life, was ignored [<previous ignored detail>])'
 but I'm going with a change that has less harm.

Signed-off-by: Rodrigo Figueiredo Zaiden <email address hidden>

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/active/CVE-2017-3204 b/active/CVE-2017-3204
index dc01830..7ec104c 100644
--- a/active/CVE-2017-3204
+++ b/active/CVE-2017-3204
@@ -105,6 +105,6 @@ hirsute_snapd: ignored (end of life)
105impish_snapd: ignored (end of life)105impish_snapd: ignored (end of life)
106jammy_snapd: ignored (code not used)106jammy_snapd: ignored (code not used)
107kinetic_snapd: ignored (end of life, was ignored [code not used])107kinetic_snapd: ignored (end of life, was ignored [code not used])
108lunar_snapd: ignored (code not used)108lunar_snapd: ignored (end of life, was ignored [code not used])
109mantic_snapd: ignored (code not used)109mantic_snapd: ignored (code not used)
110devel_snapd: ignored (code not used)110devel_snapd: ignored (code not used)
diff --git a/active/CVE-2019-13464 b/active/CVE-2019-13464
index fe52d20..031e172 100644
--- a/active/CVE-2019-13464
+++ b/active/CVE-2019-13464
@@ -39,7 +39,7 @@ impish_modsecurity: ignored (end of life)
39jammy_modsecurity: ignored (vulnerable code is part of the test suite, not production code)39jammy_modsecurity: ignored (vulnerable code is part of the test suite, not production code)
40esm-apps/jammy_modsecurity: ignored (vulnerable code is part of the test suite, not production code)40esm-apps/jammy_modsecurity: ignored (vulnerable code is part of the test suite, not production code)
41kinetic_modsecurity: ignored (end of life, was ignored [vulnerable code is part of the test suite, not production code])41kinetic_modsecurity: ignored (end of life, was ignored [vulnerable code is part of the test suite, not production code])
42lunar_modsecurity: ignored (vulnerable code is part of the test suite, not production code)42lunar_modsecurity: ignored (end of life, was ignored [vulnerable code is part of the test suite, not production code])
43mantic_modsecurity: ignored (vulnerable code is part of the test suite, not production code)43mantic_modsecurity: ignored (vulnerable code is part of the test suite, not production code)
44devel_modsecurity: ignored (vulnerable code is part of the test suite, not production code)44devel_modsecurity: ignored (vulnerable code is part of the test suite, not production code)
4545
diff --git a/active/CVE-2022-23639 b/active/CVE-2022-23639
index 48ec9c6..a9f914b 100644
--- a/active/CVE-2022-23639
+++ b/active/CVE-2022-23639
@@ -56,7 +56,7 @@ focal_thunderbird: ignored (bundled deps handled by upstream in new versions)
56impish_thunderbird: ignored (end of life)56impish_thunderbird: ignored (end of life)
57jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)57jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)
58kinetic_thunderbird: ignored (end of life, was needs-triage)58kinetic_thunderbird: ignored (end of life, was needs-triage)
59lunar_thunderbird: ignored (bundled deps handled by upstream in new versions)59lunar_thunderbird: ignored (end of life, was ignored [bundled deps handled by upstream in new versions])
60mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)60mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)
61devel_thunderbird: ignored (bundled deps handled by upstream in new versions)61devel_thunderbird: ignored (bundled deps handled by upstream in new versions)
6262
diff --git a/active/CVE-2022-23852 b/active/CVE-2022-23852
index db016e2..8819d91 100644
--- a/active/CVE-2022-23852
+++ b/active/CVE-2022-23852
@@ -406,7 +406,7 @@ focal_thunderbird: ignored (bundled deps handled by upstream in new versions)
406impish_thunderbird: ignored (end of life)406impish_thunderbird: ignored (end of life)
407jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)407jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)
408kinetic_thunderbird: ignored (end of life, was needs-triage)408kinetic_thunderbird: ignored (end of life, was needs-triage)
409lunar_thunderbird: ignored (bundled deps handled by upstream in new versions)409lunar_thunderbird: ignored (end of life, was ignored [bundled deps handled by upstream in new versions])
410mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)410mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)
411devel_thunderbird: ignored (bundled deps handled by upstream in new versions)411devel_thunderbird: ignored (bundled deps handled by upstream in new versions)
412412
diff --git a/active/CVE-2022-23990 b/active/CVE-2022-23990
index fd3cae5..22f00e4 100644
--- a/active/CVE-2022-23990
+++ b/active/CVE-2022-23990
@@ -405,7 +405,7 @@ focal_thunderbird: ignored (bundled deps handled by upstream in new versions)
405impish_thunderbird: ignored (end of life)405impish_thunderbird: ignored (end of life)
406jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)406jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)
407kinetic_thunderbird: ignored (end of life, was needs-triage)407kinetic_thunderbird: ignored (end of life, was needs-triage)
408lunar_thunderbird: ignored (bundled deps handled by upstream in new versions)408lunar_thunderbird: ignored (end of life, was ignored [bundled deps handled by upstream in new versions])
409mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)409mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)
410devel_thunderbird: ignored (bundled deps handled by upstream in new versions)410devel_thunderbird: ignored (bundled deps handled by upstream in new versions)
411411
diff --git a/active/CVE-2022-24791 b/active/CVE-2022-24791
index fbd5660..3c8ac02 100644
--- a/active/CVE-2022-24791
+++ b/active/CVE-2022-24791
@@ -67,7 +67,7 @@ focal_thunderbird: ignored (bundled deps handled by upstream in new versions)
67impish_thunderbird: ignored (end of life)67impish_thunderbird: ignored (end of life)
68jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)68jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)
69kinetic_thunderbird: ignored (end of life, was needed)69kinetic_thunderbird: ignored (end of life, was needed)
70lunar_thunderbird: ignored (bundled deps handled by upstream in new versions)70lunar_thunderbird: ignored (end of life, was ignored [bundled deps handled by upstream in new versions])
71mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)71mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)
72devel_thunderbird: ignored (bundled deps handled by upstream in new versions)72devel_thunderbird: ignored (bundled deps handled by upstream in new versions)
7373
diff --git a/active/CVE-2022-25235 b/active/CVE-2022-25235
index 3f7f9a3..5b3ef2c 100644
--- a/active/CVE-2022-25235
+++ b/active/CVE-2022-25235
@@ -407,7 +407,7 @@ focal_thunderbird: ignored (bundled deps handled by upstream in new versions)
407impish_thunderbird: ignored (end of life)407impish_thunderbird: ignored (end of life)
408jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)408jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)
409kinetic_thunderbird: ignored (end of life, was needs-triage)409kinetic_thunderbird: ignored (end of life, was needs-triage)
410lunar_thunderbird: ignored (bundled deps handled by upstream in new versions)410lunar_thunderbird: ignored (end of life, was ignored [bundled deps handled by upstream in new versions])
411mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)411mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)
412devel_thunderbird: ignored (bundled deps handled by upstream in new versions)412devel_thunderbird: ignored (bundled deps handled by upstream in new versions)
413413
diff --git a/active/CVE-2022-25236 b/active/CVE-2022-25236
index f3ab728..cc214ac 100644
--- a/active/CVE-2022-25236
+++ b/active/CVE-2022-25236
@@ -408,7 +408,7 @@ focal_thunderbird: ignored (bundled deps handled by upstream in new versions)
408impish_thunderbird: ignored (end of life)408impish_thunderbird: ignored (end of life)
409jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)409jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)
410kinetic_thunderbird: ignored (end of life, was needs-triage)410kinetic_thunderbird: ignored (end of life, was needs-triage)
411lunar_thunderbird: ignored (bundled deps handled by upstream in new versions)411lunar_thunderbird: ignored (end of life, was ignored [bundled deps handled by upstream in new versions])
412mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)412mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)
413devel_thunderbird: ignored (bundled deps handled by upstream in new versions)413devel_thunderbird: ignored (bundled deps handled by upstream in new versions)
414414
diff --git a/active/CVE-2022-25313 b/active/CVE-2022-25313
index 6ef8c1d..536e504 100644
--- a/active/CVE-2022-25313
+++ b/active/CVE-2022-25313
@@ -406,7 +406,7 @@ focal_thunderbird: ignored (bundled deps handled by upstream in new versions)
406impish_thunderbird: ignored (end of life)406impish_thunderbird: ignored (end of life)
407jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)407jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)
408kinetic_thunderbird: ignored (end of life, was needs-triage)408kinetic_thunderbird: ignored (end of life, was needs-triage)
409lunar_thunderbird: ignored (bundled deps handled by upstream in new versions)409lunar_thunderbird: ignored (end of life, was ignored [bundled deps handled by upstream in new versions])
410mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)410mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)
411devel_thunderbird: ignored (bundled deps handled by upstream in new versions)411devel_thunderbird: ignored (bundled deps handled by upstream in new versions)
412412
diff --git a/active/CVE-2022-25314 b/active/CVE-2022-25314
index b8249d4..df7b4a0 100644
--- a/active/CVE-2022-25314
+++ b/active/CVE-2022-25314
@@ -405,7 +405,7 @@ focal_thunderbird: ignored (bundled deps handled by upstream in new versions)
405impish_thunderbird: ignored (end of life)405impish_thunderbird: ignored (end of life)
406jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)406jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)
407kinetic_thunderbird: ignored (end of life, was needs-triage)407kinetic_thunderbird: ignored (end of life, was needs-triage)
408lunar_thunderbird: ignored (bundled deps handled by upstream in new versions)408lunar_thunderbird: ignored (end of life, was ignored [bundled deps handled by upstream in new versions])
409mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)409mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)
410devel_thunderbird: ignored (bundled deps handled by upstream in new versions)410devel_thunderbird: ignored (bundled deps handled by upstream in new versions)
411411
diff --git a/active/CVE-2022-25315 b/active/CVE-2022-25315
index 02523bd..3601cc1 100644
--- a/active/CVE-2022-25315
+++ b/active/CVE-2022-25315
@@ -404,7 +404,7 @@ focal_thunderbird: ignored (bundled deps handled by upstream in new versions)
404impish_thunderbird: ignored (end of life)404impish_thunderbird: ignored (end of life)
405jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)405jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)
406kinetic_thunderbird: ignored (end of life, was needs-triage)406kinetic_thunderbird: ignored (end of life, was needs-triage)
407lunar_thunderbird: ignored (bundled deps handled by upstream in new versions)407lunar_thunderbird: ignored (end of life, was ignored [bundled deps handled by upstream in new versions])
408mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)408mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)
409devel_thunderbird: ignored (bundled deps handled by upstream in new versions)409devel_thunderbird: ignored (bundled deps handled by upstream in new versions)
410410
diff --git a/active/CVE-2022-28181 b/active/CVE-2022-28181
index 32f30ad..f52e7a5 100644
--- a/active/CVE-2022-28181
+++ b/active/CVE-2022-28181
@@ -285,7 +285,7 @@ focal_nvidia-graphics-drivers-450: ignored (no new nvidia releases)
285impish_nvidia-graphics-drivers-450: ignored (end of life)285impish_nvidia-graphics-drivers-450: ignored (end of life)
286jammy_nvidia-graphics-drivers-450: ignored (no new nvidia releases)286jammy_nvidia-graphics-drivers-450: ignored (no new nvidia releases)
287kinetic_nvidia-graphics-drivers-450: ignored (end of life, was ignored [no new nvidia releases])287kinetic_nvidia-graphics-drivers-450: ignored (end of life, was ignored [no new nvidia releases])
288lunar_nvidia-graphics-drivers-450: ignored (no new nvidia releases)288lunar_nvidia-graphics-drivers-450: ignored (end of life, was ignored [no new nvidia releases])
289mantic_nvidia-graphics-drivers-450: ignored (no new nvidia releases)289mantic_nvidia-graphics-drivers-450: ignored (no new nvidia releases)
290devel_nvidia-graphics-drivers-450: DNE290devel_nvidia-graphics-drivers-450: DNE
291291
@@ -331,7 +331,7 @@ focal_nvidia-graphics-drivers-460: ignored (no new nvidia releases)
331impish_nvidia-graphics-drivers-460: ignored (end of life)331impish_nvidia-graphics-drivers-460: ignored (end of life)
332jammy_nvidia-graphics-drivers-460: ignored (no new nvidia releases)332jammy_nvidia-graphics-drivers-460: ignored (no new nvidia releases)
333kinetic_nvidia-graphics-drivers-460: ignored (end of life, was ignored [no new nvidia releases])333kinetic_nvidia-graphics-drivers-460: ignored (end of life, was ignored [no new nvidia releases])
334lunar_nvidia-graphics-drivers-460: ignored (no new nvidia releases)334lunar_nvidia-graphics-drivers-460: ignored (end of life, was ignored [no new nvidia releases])
335mantic_nvidia-graphics-drivers-460: ignored (no new nvidia releases)335mantic_nvidia-graphics-drivers-460: ignored (no new nvidia releases)
336devel_nvidia-graphics-drivers-460: DNE336devel_nvidia-graphics-drivers-460: DNE
337337
diff --git a/active/CVE-2022-28183 b/active/CVE-2022-28183
index d3c50ef..bd910ce 100644
--- a/active/CVE-2022-28183
+++ b/active/CVE-2022-28183
@@ -283,7 +283,7 @@ focal_nvidia-graphics-drivers-450: ignored (no new nvidia releases)
283impish_nvidia-graphics-drivers-450: ignored (end of life)283impish_nvidia-graphics-drivers-450: ignored (end of life)
284jammy_nvidia-graphics-drivers-450: ignored (no new nvidia releases)284jammy_nvidia-graphics-drivers-450: ignored (no new nvidia releases)
285kinetic_nvidia-graphics-drivers-450: ignored (end of life, was ignored [no new nvidia releases])285kinetic_nvidia-graphics-drivers-450: ignored (end of life, was ignored [no new nvidia releases])
286lunar_nvidia-graphics-drivers-450: ignored (no new nvidia releases)286lunar_nvidia-graphics-drivers-450: ignored (end of life, was ignored [no new nvidia releases])
287mantic_nvidia-graphics-drivers-450: ignored (no new nvidia releases)287mantic_nvidia-graphics-drivers-450: ignored (no new nvidia releases)
288devel_nvidia-graphics-drivers-450: DNE288devel_nvidia-graphics-drivers-450: DNE
289289
@@ -329,7 +329,7 @@ focal_nvidia-graphics-drivers-460: ignored (no new nvidia releases)
329impish_nvidia-graphics-drivers-460: ignored (end of life)329impish_nvidia-graphics-drivers-460: ignored (end of life)
330jammy_nvidia-graphics-drivers-460: ignored (no new nvidia releases)330jammy_nvidia-graphics-drivers-460: ignored (no new nvidia releases)
331kinetic_nvidia-graphics-drivers-460: ignored (end of life, was ignored [no new nvidia releases])331kinetic_nvidia-graphics-drivers-460: ignored (end of life, was ignored [no new nvidia releases])
332lunar_nvidia-graphics-drivers-460: ignored (no new nvidia releases)332lunar_nvidia-graphics-drivers-460: ignored (end of life, was ignored [no new nvidia releases])
333mantic_nvidia-graphics-drivers-460: ignored (no new nvidia releases)333mantic_nvidia-graphics-drivers-460: ignored (no new nvidia releases)
334devel_nvidia-graphics-drivers-460: DNE334devel_nvidia-graphics-drivers-460: DNE
335335
diff --git a/active/CVE-2022-28184 b/active/CVE-2022-28184
index 18bb8e7..7283610 100644
--- a/active/CVE-2022-28184
+++ b/active/CVE-2022-28184
@@ -285,7 +285,7 @@ focal_nvidia-graphics-drivers-450: ignored (no new nvidia releases)
285impish_nvidia-graphics-drivers-450: ignored (end of life)285impish_nvidia-graphics-drivers-450: ignored (end of life)
286jammy_nvidia-graphics-drivers-450: ignored (no new nvidia releases)286jammy_nvidia-graphics-drivers-450: ignored (no new nvidia releases)
287kinetic_nvidia-graphics-drivers-450: ignored (end of life, was ignored [no new nvidia releases])287kinetic_nvidia-graphics-drivers-450: ignored (end of life, was ignored [no new nvidia releases])
288lunar_nvidia-graphics-drivers-450: ignored (no new nvidia releases)288lunar_nvidia-graphics-drivers-450: ignored (end of life, was ignored [no new nvidia releases])
289mantic_nvidia-graphics-drivers-450: ignored (no new nvidia releases)289mantic_nvidia-graphics-drivers-450: ignored (no new nvidia releases)
290devel_nvidia-graphics-drivers-450: DNE290devel_nvidia-graphics-drivers-450: DNE
291291
@@ -331,7 +331,7 @@ focal_nvidia-graphics-drivers-460: ignored (no new nvidia releases)
331impish_nvidia-graphics-drivers-460: ignored (end of life)331impish_nvidia-graphics-drivers-460: ignored (end of life)
332jammy_nvidia-graphics-drivers-460: ignored (no new nvidia releases)332jammy_nvidia-graphics-drivers-460: ignored (no new nvidia releases)
333kinetic_nvidia-graphics-drivers-460: ignored (end of life, was ignored [no new nvidia releases])333kinetic_nvidia-graphics-drivers-460: ignored (end of life, was ignored [no new nvidia releases])
334lunar_nvidia-graphics-drivers-460: ignored (no new nvidia releases)334lunar_nvidia-graphics-drivers-460: ignored (end of life, was ignored [no new nvidia releases])
335mantic_nvidia-graphics-drivers-460: ignored (no new nvidia releases)335mantic_nvidia-graphics-drivers-460: ignored (no new nvidia releases)
336devel_nvidia-graphics-drivers-460: DNE336devel_nvidia-graphics-drivers-460: DNE
337337
diff --git a/active/CVE-2022-28185 b/active/CVE-2022-28185
index d4fea76..99962e1 100644
--- a/active/CVE-2022-28185
+++ b/active/CVE-2022-28185
@@ -284,7 +284,7 @@ focal_nvidia-graphics-drivers-450: ignored (no new nvidia releases)
284impish_nvidia-graphics-drivers-450: ignored (end of life)284impish_nvidia-graphics-drivers-450: ignored (end of life)
285jammy_nvidia-graphics-drivers-450: ignored (no new nvidia releases)285jammy_nvidia-graphics-drivers-450: ignored (no new nvidia releases)
286kinetic_nvidia-graphics-drivers-450: ignored (end of life, was ignored [no new nvidia releases])286kinetic_nvidia-graphics-drivers-450: ignored (end of life, was ignored [no new nvidia releases])
287lunar_nvidia-graphics-drivers-450: ignored (no new nvidia releases)287lunar_nvidia-graphics-drivers-450: ignored (end of life, was ignored [no new nvidia releases])
288mantic_nvidia-graphics-drivers-450: ignored (no new nvidia releases)288mantic_nvidia-graphics-drivers-450: ignored (no new nvidia releases)
289devel_nvidia-graphics-drivers-450: DNE289devel_nvidia-graphics-drivers-450: DNE
290290
@@ -330,7 +330,7 @@ focal_nvidia-graphics-drivers-460: ignored (no new nvidia releases)
330impish_nvidia-graphics-drivers-460: ignored (end of life)330impish_nvidia-graphics-drivers-460: ignored (end of life)
331jammy_nvidia-graphics-drivers-460: ignored (no new nvidia releases)331jammy_nvidia-graphics-drivers-460: ignored (no new nvidia releases)
332kinetic_nvidia-graphics-drivers-460: ignored (end of life, was ignored [no new nvidia releases])332kinetic_nvidia-graphics-drivers-460: ignored (end of life, was ignored [no new nvidia releases])
333lunar_nvidia-graphics-drivers-460: ignored (no new nvidia releases)333lunar_nvidia-graphics-drivers-460: ignored (end of life, was ignored [no new nvidia releases])
334mantic_nvidia-graphics-drivers-460: ignored (no new nvidia releases)334mantic_nvidia-graphics-drivers-460: ignored (no new nvidia releases)
335devel_nvidia-graphics-drivers-460: DNE335devel_nvidia-graphics-drivers-460: DNE
336336
diff --git a/active/CVE-2022-28191 b/active/CVE-2022-28191
index e61a698..ec4916b 100644
--- a/active/CVE-2022-28191
+++ b/active/CVE-2022-28191
@@ -283,7 +283,7 @@ focal_nvidia-graphics-drivers-450: ignored (no new nvidia releases)
283impish_nvidia-graphics-drivers-450: ignored (end of life)283impish_nvidia-graphics-drivers-450: ignored (end of life)
284jammy_nvidia-graphics-drivers-450: ignored (no new nvidia releases)284jammy_nvidia-graphics-drivers-450: ignored (no new nvidia releases)
285kinetic_nvidia-graphics-drivers-450: ignored (end of life, was ignored [no new nvidia releases])285kinetic_nvidia-graphics-drivers-450: ignored (end of life, was ignored [no new nvidia releases])
286lunar_nvidia-graphics-drivers-450: ignored (no new nvidia releases)286lunar_nvidia-graphics-drivers-450: ignored (end of life, was ignored [no new nvidia releases])
287mantic_nvidia-graphics-drivers-450: ignored (no new nvidia releases)287mantic_nvidia-graphics-drivers-450: ignored (no new nvidia releases)
288devel_nvidia-graphics-drivers-450: DNE288devel_nvidia-graphics-drivers-450: DNE
289289
@@ -329,7 +329,7 @@ focal_nvidia-graphics-drivers-460: ignored (no new nvidia releases)
329impish_nvidia-graphics-drivers-460: ignored (end of life)329impish_nvidia-graphics-drivers-460: ignored (end of life)
330jammy_nvidia-graphics-drivers-460: ignored (no new nvidia releases)330jammy_nvidia-graphics-drivers-460: ignored (no new nvidia releases)
331kinetic_nvidia-graphics-drivers-460: ignored (end of life, was ignored [no new nvidia releases])331kinetic_nvidia-graphics-drivers-460: ignored (end of life, was ignored [no new nvidia releases])
332lunar_nvidia-graphics-drivers-460: ignored (no new nvidia releases)332lunar_nvidia-graphics-drivers-460: ignored (end of life, was ignored [no new nvidia releases])
333mantic_nvidia-graphics-drivers-460: ignored (no new nvidia releases)333mantic_nvidia-graphics-drivers-460: ignored (no new nvidia releases)
334devel_nvidia-graphics-drivers-460: DNE334devel_nvidia-graphics-drivers-460: DNE
335335
diff --git a/active/CVE-2022-28192 b/active/CVE-2022-28192
index 6cb3518..dfde3bf 100644
--- a/active/CVE-2022-28192
+++ b/active/CVE-2022-28192
@@ -285,7 +285,7 @@ focal_nvidia-graphics-drivers-450: ignored (no new nvidia releases)
285impish_nvidia-graphics-drivers-450: ignored (end of life)285impish_nvidia-graphics-drivers-450: ignored (end of life)
286jammy_nvidia-graphics-drivers-450: ignored (no new nvidia releases)286jammy_nvidia-graphics-drivers-450: ignored (no new nvidia releases)
287kinetic_nvidia-graphics-drivers-450: ignored (end of life, was ignored [no new nvidia releases])287kinetic_nvidia-graphics-drivers-450: ignored (end of life, was ignored [no new nvidia releases])
288lunar_nvidia-graphics-drivers-450: ignored (no new nvidia releases)288lunar_nvidia-graphics-drivers-450: ignored (end of life, was ignored [no new nvidia releases])
289mantic_nvidia-graphics-drivers-450: ignored (no new nvidia releases)289mantic_nvidia-graphics-drivers-450: ignored (no new nvidia releases)
290devel_nvidia-graphics-drivers-450: DNE290devel_nvidia-graphics-drivers-450: DNE
291291
@@ -331,7 +331,7 @@ focal_nvidia-graphics-drivers-460: ignored (no new nvidia releases)
331impish_nvidia-graphics-drivers-460: ignored (end of life)331impish_nvidia-graphics-drivers-460: ignored (end of life)
332jammy_nvidia-graphics-drivers-460: ignored (no new nvidia releases)332jammy_nvidia-graphics-drivers-460: ignored (no new nvidia releases)
333kinetic_nvidia-graphics-drivers-460: ignored (end of life, was ignored [no new nvidia releases])333kinetic_nvidia-graphics-drivers-460: ignored (end of life, was ignored [no new nvidia releases])
334lunar_nvidia-graphics-drivers-460: ignored (no new nvidia releases)334lunar_nvidia-graphics-drivers-460: ignored (end of life, was ignored [no new nvidia releases])
335mantic_nvidia-graphics-drivers-460: ignored (no new nvidia releases)335mantic_nvidia-graphics-drivers-460: ignored (no new nvidia releases)
336devel_nvidia-graphics-drivers-460: DNE336devel_nvidia-graphics-drivers-460: DNE
337337
diff --git a/active/CVE-2022-31146 b/active/CVE-2022-31146
index eb4806c..e730c24 100644
--- a/active/CVE-2022-31146
+++ b/active/CVE-2022-31146
@@ -59,7 +59,7 @@ bionic_thunderbird: ignored (end of standard support, was needed)
59focal_thunderbird: ignored (bundled deps handled by upstream in new versions)59focal_thunderbird: ignored (bundled deps handled by upstream in new versions)
60jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)60jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)
61kinetic_thunderbird: ignored (end of life, was needed)61kinetic_thunderbird: ignored (end of life, was needed)
62lunar_thunderbird: ignored (bundled deps handled by upstream in new versions)62lunar_thunderbird: ignored (end of life, was ignored [bundled deps handled by upstream in new versions])
63mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)63mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)
64devel_thunderbird: ignored (bundled deps handled by upstream in new versions)64devel_thunderbird: ignored (bundled deps handled by upstream in new versions)
6565
diff --git a/active/CVE-2022-31169 b/active/CVE-2022-31169
index 35863a1..c4e8b1e 100644
--- a/active/CVE-2022-31169
+++ b/active/CVE-2022-31169
@@ -58,7 +58,7 @@ bionic_thunderbird: ignored (end of standard support, was needed)
58focal_thunderbird: ignored (bundled deps handled by upstream in new versions)58focal_thunderbird: ignored (bundled deps handled by upstream in new versions)
59jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)59jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)
60kinetic_thunderbird: ignored (end of life, was needed)60kinetic_thunderbird: ignored (end of life, was needed)
61lunar_thunderbird: ignored (bundled deps handled by upstream in new versions)61lunar_thunderbird: ignored (end of life, was ignored [bundled deps handled by upstream in new versions])
62mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)62mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)
63devel_thunderbird: ignored (bundled deps handled by upstream in new versions)63devel_thunderbird: ignored (bundled deps handled by upstream in new versions)
6464
diff --git a/active/CVE-2022-37609 b/active/CVE-2022-37609
index 0f866a6..1a19ba8 100644
--- a/active/CVE-2022-37609
+++ b/active/CVE-2022-37609
@@ -42,7 +42,7 @@ bionic_thunderbird: ignored (end of standard support, was needed)
42focal_thunderbird: ignored (bundled deps handled by upstream in new versions)42focal_thunderbird: ignored (bundled deps handled by upstream in new versions)
43jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)43jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)
44kinetic_thunderbird: ignored (end of life, was needed)44kinetic_thunderbird: ignored (end of life, was needed)
45lunar_thunderbird: ignored (bundled deps handled by upstream in new versions)45lunar_thunderbird: ignored (end of life, was ignored [bundled deps handled by upstream in new versions])
46mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)46mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)
47devel_thunderbird: ignored (bundled deps handled by upstream in new versions)47devel_thunderbird: ignored (bundled deps handled by upstream in new versions)
4848
diff --git a/active/CVE-2022-3857 b/active/CVE-2022-3857
index 810a91c..6949786 100644
--- a/active/CVE-2022-3857
+++ b/active/CVE-2022-3857
@@ -63,7 +63,7 @@ bionic_thunderbird: ignored (end of standard support, was deferred)
63focal_thunderbird: ignored (bundled deps handled by upstream in new versions)63focal_thunderbird: ignored (bundled deps handled by upstream in new versions)
64jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)64jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)
65kinetic_thunderbird: ignored (end of life, was deferred)65kinetic_thunderbird: ignored (end of life, was deferred)
66lunar_thunderbird: ignored (bundled deps handled by upstream in new versions)66lunar_thunderbird: ignored (end of life, was ignored [bundled deps handled by upstream in new versions])
67mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)67mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)
68devel_thunderbird: ignored (bundled deps handled by upstream in new versions)68devel_thunderbird: ignored (bundled deps handled by upstream in new versions)
6969
diff --git a/active/CVE-2022-39392 b/active/CVE-2022-39392
index 502c8cc..c83cdfe 100644
--- a/active/CVE-2022-39392
+++ b/active/CVE-2022-39392
@@ -63,7 +63,7 @@ bionic_thunderbird: ignored (end of standard support, was needed)
63focal_thunderbird: ignored (bundled deps handled by upstream in new versions)63focal_thunderbird: ignored (bundled deps handled by upstream in new versions)
64jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)64jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)
65kinetic_thunderbird: ignored (end of life, was needed)65kinetic_thunderbird: ignored (end of life, was needed)
66lunar_thunderbird: ignored (bundled deps handled by upstream in new versions)66lunar_thunderbird: ignored (end of life, was ignored [bundled deps handled by upstream in new versions])
67mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)67mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)
68devel_thunderbird: ignored (bundled deps handled by upstream in new versions)68devel_thunderbird: ignored (bundled deps handled by upstream in new versions)
6969
diff --git a/active/CVE-2022-39393 b/active/CVE-2022-39393
index 2fd665d..be4a094 100644
--- a/active/CVE-2022-39393
+++ b/active/CVE-2022-39393
@@ -45,7 +45,7 @@ bionic_thunderbird: ignored (end of standard support, was needed)
45focal_thunderbird: ignored (bundled deps handled by upstream in new versions)45focal_thunderbird: ignored (bundled deps handled by upstream in new versions)
46jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)46jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)
47kinetic_thunderbird: ignored (end of life, was needed)47kinetic_thunderbird: ignored (end of life, was needed)
48lunar_thunderbird: ignored (bundled deps handled by upstream in new versions)48lunar_thunderbird: ignored (end of life, was ignored [bundled deps handled by upstream in new versions])
49mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)49mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)
50devel_thunderbird: ignored (bundled deps handled by upstream in new versions)50devel_thunderbird: ignored (bundled deps handled by upstream in new versions)
5151
diff --git a/active/CVE-2022-39394 b/active/CVE-2022-39394
index 3877ecd..cc0b333 100644
--- a/active/CVE-2022-39394
+++ b/active/CVE-2022-39394
@@ -50,7 +50,7 @@ bionic_thunderbird: ignored (end of standard support, was needed)
50focal_thunderbird: ignored (bundled deps handled by upstream in new versions)50focal_thunderbird: ignored (bundled deps handled by upstream in new versions)
51jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)51jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)
52kinetic_thunderbird: ignored (end of life, was needed)52kinetic_thunderbird: ignored (end of life, was needed)
53lunar_thunderbird: ignored (bundled deps handled by upstream in new versions)53lunar_thunderbird: ignored (end of life, was ignored [bundled deps handled by upstream in new versions])
54mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)54mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)
55devel_thunderbird: ignored (bundled deps handled by upstream in new versions)55devel_thunderbird: ignored (bundled deps handled by upstream in new versions)
5656
diff --git a/active/CVE-2022-40674 b/active/CVE-2022-40674
index 27765a8..7cc766c 100644
--- a/active/CVE-2022-40674
+++ b/active/CVE-2022-40674
@@ -310,7 +310,7 @@ bionic_thunderbird: ignored (end of standard support, was needs-triage)
310focal_thunderbird: ignored (bundled deps handled by upstream in new versions)310focal_thunderbird: ignored (bundled deps handled by upstream in new versions)
311jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)311jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)
312kinetic_thunderbird: ignored (end of life, was needs-triage)312kinetic_thunderbird: ignored (end of life, was needs-triage)
313lunar_thunderbird: ignored (bundled deps handled by upstream in new versions)313lunar_thunderbird: ignored (end of life, was ignored [bundled deps handled by upstream in new versions])
314mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)314mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)
315devel_thunderbird: ignored (bundled deps handled by upstream in new versions)315devel_thunderbird: ignored (bundled deps handled by upstream in new versions)
316316
diff --git a/active/CVE-2022-43680 b/active/CVE-2022-43680
index 7d1208b..a3395e7 100644
--- a/active/CVE-2022-43680
+++ b/active/CVE-2022-43680
@@ -349,7 +349,7 @@ bionic_thunderbird: ignored (end of standard support, was needs-triage)
349focal_thunderbird: ignored (bundled deps handled by upstream in new versions)349focal_thunderbird: ignored (bundled deps handled by upstream in new versions)
350jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)350jammy_thunderbird: ignored (bundled deps handled by upstream in new versions)
351kinetic_thunderbird: ignored (end of life, was needs-triage)351kinetic_thunderbird: ignored (end of life, was needs-triage)
352lunar_thunderbird: ignored (bundled deps handled by upstream in new versions)352lunar_thunderbird: ignored (end of life, was ignored [bundled deps handled by upstream in new versions])
353mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)353mantic_thunderbird: ignored (bundled deps handled by upstream in new versions)
354devel_thunderbird: ignored (bundled deps handled by upstream in new versions)354devel_thunderbird: ignored (bundled deps handled by upstream in new versions)
355355
diff --git a/active/CVE-2023-0597 b/active/CVE-2023-0597
index 362ec75..190ea7d 100644
--- a/active/CVE-2023-0597
+++ b/active/CVE-2023-0597
@@ -988,7 +988,7 @@ esm-infra/xenial_linux-aws-5.19: DNE
988bionic_linux-aws-5.19: DNE988bionic_linux-aws-5.19: DNE
989esm-infra/bionic_linux-aws-5.19: DNE989esm-infra/bionic_linux-aws-5.19: DNE
990focal_linux-aws-5.19: DNE990focal_linux-aws-5.19: DNE
991jammy_linux-aws-5.19: ignored (was needed now end-of-life)991jammy_linux-aws-5.19: ignored (end of kernel support, was needed)
992kinetic_linux-aws-5.19: DNE992kinetic_linux-aws-5.19: DNE
993lunar_linux-aws-5.19: DNE993lunar_linux-aws-5.19: DNE
994mantic_linux-aws-5.19: DNE994mantic_linux-aws-5.19: DNE
@@ -1018,7 +1018,7 @@ esm-infra/xenial_linux-riscv-5.19: DNE
1018bionic_linux-riscv-5.19: DNE1018bionic_linux-riscv-5.19: DNE
1019esm-infra/bionic_linux-riscv-5.19: DNE1019esm-infra/bionic_linux-riscv-5.19: DNE
1020focal_linux-riscv-5.19: DNE1020focal_linux-riscv-5.19: DNE
1021jammy_linux-riscv-5.19: ignored (was needed now end-of-life)1021jammy_linux-riscv-5.19: ignored (end of kernel support, was needed)
1022kinetic_linux-riscv-5.19: DNE1022kinetic_linux-riscv-5.19: DNE
1023lunar_linux-riscv-5.19: DNE1023lunar_linux-riscv-5.19: DNE
1024mantic_linux-riscv-5.19: DNE1024mantic_linux-riscv-5.19: DNE
@@ -1035,7 +1035,7 @@ esm-infra/bionic_linux-allwinner: DNE
1035focal_linux-allwinner: DNE1035focal_linux-allwinner: DNE
1036jammy_linux-allwinner: DNE1036jammy_linux-allwinner: DNE
1037kinetic_linux-allwinner: ignored (end of life)1037kinetic_linux-allwinner: ignored (end of life)
1038lunar_linux-allwinner: ignored (was pending now end-of-life)1038lunar_linux-allwinner: ignored (end of kernel support, was pending)
1039mantic_linux-allwinner: DNE1039mantic_linux-allwinner: DNE
1040devel_linux-allwinner: DNE1040devel_linux-allwinner: DNE
10411041
@@ -1078,7 +1078,7 @@ esm-infra/xenial_linux-starfive-5.19: DNE
1078bionic_linux-starfive-5.19: DNE1078bionic_linux-starfive-5.19: DNE
1079esm-infra/bionic_linux-starfive-5.19: DNE1079esm-infra/bionic_linux-starfive-5.19: DNE
1080focal_linux-starfive-5.19: DNE1080focal_linux-starfive-5.19: DNE
1081jammy_linux-starfive-5.19: ignored (was pending now end-of-life)1081jammy_linux-starfive-5.19: ignored (end of kernel support, was pending)
1082kinetic_linux-starfive-5.19: DNE1082kinetic_linux-starfive-5.19: DNE
1083lunar_linux-starfive-5.19: DNE1083lunar_linux-starfive-5.19: DNE
1084mantic_linux-starfive-5.19: DNE1084mantic_linux-starfive-5.19: DNE
diff --git a/active/CVE-2023-1295 b/active/CVE-2023-1295
index ec5faee..4b6385b 100644
--- a/active/CVE-2023-1295
+++ b/active/CVE-2023-1295
@@ -427,7 +427,7 @@ trusty_linux-azure-5.19: DNE
427xenial_linux-azure-5.19: DNE427xenial_linux-azure-5.19: DNE
428bionic_linux-azure-5.19: DNE428bionic_linux-azure-5.19: DNE
429focal_linux-azure-5.19: DNE429focal_linux-azure-5.19: DNE
430jammy_linux-azure-5.19: ignored (was needs-triage now end-of-life)430jammy_linux-azure-5.19: ignored (end of kernel support, was needs-triage)
431kinetic_linux-azure-5.19: DNE431kinetic_linux-azure-5.19: DNE
432lunar_linux-azure-5.19: DNE432lunar_linux-azure-5.19: DNE
433mantic_linux-azure-5.19: DNE433mantic_linux-azure-5.19: DNE
@@ -778,7 +778,7 @@ upstream_linux-intel-5.13: released (5.12~rc1)
778trusty_linux-intel-5.13: DNE778trusty_linux-intel-5.13: DNE
779xenial_linux-intel-5.13: DNE779xenial_linux-intel-5.13: DNE
780bionic_linux-intel-5.13: DNE780bionic_linux-intel-5.13: DNE
781focal_linux-intel-5.13: ignored (was needs-triage now end-of-life)781focal_linux-intel-5.13: ignored (end of kernel support, was needs-triage)
782jammy_linux-intel-5.13: DNE782jammy_linux-intel-5.13: DNE
783kinetic_linux-intel-5.13: DNE783kinetic_linux-intel-5.13: DNE
784lunar_linux-intel-5.13: DNE784lunar_linux-intel-5.13: DNE
@@ -951,7 +951,7 @@ upstream_linux-oracle-5.13: released (5.12~rc1)
951trusty_linux-oracle-5.13: DNE951trusty_linux-oracle-5.13: DNE
952xenial_linux-oracle-5.13: DNE952xenial_linux-oracle-5.13: DNE
953bionic_linux-oracle-5.13: DNE953bionic_linux-oracle-5.13: DNE
954focal_linux-oracle-5.13: ignored (was needs-triage now end-of-life)954focal_linux-oracle-5.13: ignored (end of kernel support, was needs-triage)
955jammy_linux-oracle-5.13: DNE955jammy_linux-oracle-5.13: DNE
956kinetic_linux-oracle-5.13: DNE956kinetic_linux-oracle-5.13: DNE
957lunar_linux-oracle-5.13: DNE957lunar_linux-oracle-5.13: DNE
@@ -988,7 +988,7 @@ upstream_linux-oem-5.6: released (5.12~rc1)
988trusty_linux-oem-5.6: DNE988trusty_linux-oem-5.6: DNE
989xenial_linux-oem-5.6: DNE989xenial_linux-oem-5.6: DNE
990bionic_linux-oem-5.6: DNE990bionic_linux-oem-5.6: DNE
991focal_linux-oem-5.6: ignored (was needs-triage now end-of-life)991focal_linux-oem-5.6: ignored (end of kernel support, was needs-triage)
992jammy_linux-oem-5.6: DNE992jammy_linux-oem-5.6: DNE
993kinetic_linux-oem-5.6: DNE993kinetic_linux-oem-5.6: DNE
994lunar_linux-oem-5.6: DNE994lunar_linux-oem-5.6: DNE
@@ -1000,7 +1000,7 @@ upstream_linux-oem-5.10: released (5.12~rc1)
1000trusty_linux-oem-5.10: DNE1000trusty_linux-oem-5.10: DNE
1001xenial_linux-oem-5.10: DNE1001xenial_linux-oem-5.10: DNE
1002bionic_linux-oem-5.10: DNE1002bionic_linux-oem-5.10: DNE
1003focal_linux-oem-5.10: ignored (was needs-triage now end-of-life)1003focal_linux-oem-5.10: ignored (end of kernel support, was needs-triage)
1004jammy_linux-oem-5.10: DNE1004jammy_linux-oem-5.10: DNE
1005kinetic_linux-oem-5.10: DNE1005kinetic_linux-oem-5.10: DNE
1006lunar_linux-oem-5.10: DNE1006lunar_linux-oem-5.10: DNE
@@ -1024,7 +1024,7 @@ upstream_linux-oem-5.14: released (5.12~rc1)
1024trusty_linux-oem-5.14: DNE1024trusty_linux-oem-5.14: DNE
1025xenial_linux-oem-5.14: DNE1025xenial_linux-oem-5.14: DNE
1026bionic_linux-oem-5.14: DNE1026bionic_linux-oem-5.14: DNE
1027focal_linux-oem-5.14: ignored (was needs-triage now end-of-life)1027focal_linux-oem-5.14: ignored (end of kernel support, was needs-triage)
1028jammy_linux-oem-5.14: DNE1028jammy_linux-oem-5.14: DNE
1029kinetic_linux-oem-5.14: DNE1029kinetic_linux-oem-5.14: DNE
1030lunar_linux-oem-5.14: DNE1030lunar_linux-oem-5.14: DNE
@@ -1134,7 +1134,7 @@ trusty_linux-riscv: DNE
1134xenial_linux-riscv: DNE1134xenial_linux-riscv: DNE
1135bionic_linux-riscv: DNE1135bionic_linux-riscv: DNE
1136focal_linux-riscv: ignored (superseded by linux-riscv-5.8)1136focal_linux-riscv: ignored (superseded by linux-riscv-5.8)
1137jammy_linux-riscv: ignored (was needs-triage now end-of-life)1137jammy_linux-riscv: ignored (end of kernel support, was needs-triage)
1138kinetic_linux-riscv: not-affected (5.15.0-1007.7)1138kinetic_linux-riscv: not-affected (5.15.0-1007.7)
1139lunar_linux-riscv: not-affected (5.19.0-1004.4)1139lunar_linux-riscv: not-affected (5.19.0-1004.4)
1140mantic_linux-riscv: not-affected (6.2.0-19.19.1)1140mantic_linux-riscv: not-affected (6.2.0-19.19.1)
@@ -1230,7 +1230,7 @@ trusty_linux-xilinx-zynqmp: DNE
1230xenial_linux-xilinx-zynqmp: DNE1230xenial_linux-xilinx-zynqmp: DNE
1231bionic_linux-xilinx-zynqmp: DNE1231bionic_linux-xilinx-zynqmp: DNE
1232focal_linux-xilinx-zynqmp: not-affected (5.4.0-1020.24)1232focal_linux-xilinx-zynqmp: not-affected (5.4.0-1020.24)
1233jammy_linux-xilinx-zynqmp: ignored (was needs-triage now end-of-life)1233jammy_linux-xilinx-zynqmp: ignored (end of kernel support, was needs-triage)
1234kinetic_linux-xilinx-zynqmp: DNE1234kinetic_linux-xilinx-zynqmp: DNE
1235lunar_linux-xilinx-zynqmp: DNE1235lunar_linux-xilinx-zynqmp: DNE
1236mantic_linux-xilinx-zynqmp: DNE1236mantic_linux-xilinx-zynqmp: DNE
diff --git a/active/CVE-2023-1380 b/active/CVE-2023-1380
index 28ee36d..c30ff81 100644
--- a/active/CVE-2023-1380
+++ b/active/CVE-2023-1380
@@ -341,7 +341,7 @@ trusty_linux-azure-5.19: DNE
341xenial_linux-azure-5.19: DNE341xenial_linux-azure-5.19: DNE
342bionic_linux-azure-5.19: DNE342bionic_linux-azure-5.19: DNE
343focal_linux-azure-5.19: DNE343focal_linux-azure-5.19: DNE
344jammy_linux-azure-5.19: ignored (was pending [5.19.0-1027.30~22.04.2] now end-of-life)344jammy_linux-azure-5.19: ignored (end of kernel support, was pending [5.19.0-1027.30~22.04.2])
345kinetic_linux-azure-5.19: DNE345kinetic_linux-azure-5.19: DNE
346346
347Patches_linux-azure-fde:347Patches_linux-azure-fde:
diff --git a/active/CVE-2023-1999 b/active/CVE-2023-1999
index 76133ee..fb04457 100644
--- a/active/CVE-2023-1999
+++ b/active/CVE-2023-1999
@@ -50,7 +50,7 @@ bionic_thunderbird: ignored (end of standard support, was needed)
50focal_thunderbird: ignored (bundled deps handled by new versions)50focal_thunderbird: ignored (bundled deps handled by new versions)
51jammy_thunderbird: ignored (bundled deps handled by new versions)51jammy_thunderbird: ignored (bundled deps handled by new versions)
52kinetic_thunderbird: ignored (end of life, was needed)52kinetic_thunderbird: ignored (end of life, was needed)
53lunar_thunderbird: ignored (bundled deps handled by new versions)53lunar_thunderbird: ignored (end of life, was ignored [bundled deps handled by new versions])
54mantic_thunderbird: ignored (bundled deps handled by new versions)54mantic_thunderbird: ignored (bundled deps handled by new versions)
55devel_thunderbird: ignored (bundled deps handled by new versions)55devel_thunderbird: ignored (bundled deps handled by new versions)
5656
diff --git a/active/CVE-2023-2640 b/active/CVE-2023-2640
index 0945931..3400908 100644
--- a/active/CVE-2023-2640
+++ b/active/CVE-2023-2640
@@ -418,7 +418,7 @@ trusty_linux-azure-5.19: DNE
418xenial_linux-azure-5.19: DNE418xenial_linux-azure-5.19: DNE
419bionic_linux-azure-5.19: DNE419bionic_linux-azure-5.19: DNE
420focal_linux-azure-5.19: DNE420focal_linux-azure-5.19: DNE
421jammy_linux-azure-5.19: ignored (was needs-triage now end-of-life)421jammy_linux-azure-5.19: ignored (end of kernel support, was needs-triage)
422kinetic_linux-azure-5.19: DNE422kinetic_linux-azure-5.19: DNE
423lunar_linux-azure-5.19: DNE423lunar_linux-azure-5.19: DNE
424mantic_linux-azure-5.19: DNE424mantic_linux-azure-5.19: DNE
@@ -745,7 +745,7 @@ upstream_linux-intel-5.13: ignored (end of life, was needed)
745trusty_linux-intel-5.13: DNE745trusty_linux-intel-5.13: DNE
746xenial_linux-intel-5.13: DNE746xenial_linux-intel-5.13: DNE
747bionic_linux-intel-5.13: DNE747bionic_linux-intel-5.13: DNE
748focal_linux-intel-5.13: ignored (was needs-triage now end-of-life)748focal_linux-intel-5.13: ignored (end of kernel support, was needs-triage)
749jammy_linux-intel-5.13: DNE749jammy_linux-intel-5.13: DNE
750kinetic_linux-intel-5.13: DNE750kinetic_linux-intel-5.13: DNE
751lunar_linux-intel-5.13: DNE751lunar_linux-intel-5.13: DNE
@@ -894,7 +894,7 @@ upstream_linux-oracle-5.13: ignored (superseded by linux-oracle-5.15, was needed
894trusty_linux-oracle-5.13: DNE894trusty_linux-oracle-5.13: DNE
895xenial_linux-oracle-5.13: DNE895xenial_linux-oracle-5.13: DNE
896bionic_linux-oracle-5.13: DNE896bionic_linux-oracle-5.13: DNE
897focal_linux-oracle-5.13: ignored (was needs-triage now end-of-life)897focal_linux-oracle-5.13: ignored (end of kernel support, was needs-triage)
898jammy_linux-oracle-5.13: DNE898jammy_linux-oracle-5.13: DNE
899kinetic_linux-oracle-5.13: DNE899kinetic_linux-oracle-5.13: DNE
900lunar_linux-oracle-5.13: DNE900lunar_linux-oracle-5.13: DNE
@@ -931,7 +931,7 @@ upstream_linux-oem-5.6: ignored (superseded by linux-oem-5.10, was needed)
931trusty_linux-oem-5.6: DNE931trusty_linux-oem-5.6: DNE
932xenial_linux-oem-5.6: DNE932xenial_linux-oem-5.6: DNE
933bionic_linux-oem-5.6: DNE933bionic_linux-oem-5.6: DNE
934focal_linux-oem-5.6: ignored (was needs-triage now end-of-life)934focal_linux-oem-5.6: ignored (end of kernel support, was needs-triage)
935jammy_linux-oem-5.6: DNE935jammy_linux-oem-5.6: DNE
936kinetic_linux-oem-5.6: DNE936kinetic_linux-oem-5.6: DNE
937lunar_linux-oem-5.6: DNE937lunar_linux-oem-5.6: DNE
@@ -943,7 +943,7 @@ upstream_linux-oem-5.10: ignored (superseded by linux-oem-5.13, was needed)
943trusty_linux-oem-5.10: DNE943trusty_linux-oem-5.10: DNE
944xenial_linux-oem-5.10: DNE944xenial_linux-oem-5.10: DNE
945bionic_linux-oem-5.10: DNE945bionic_linux-oem-5.10: DNE
946focal_linux-oem-5.10: ignored (was needs-triage now end-of-life)946focal_linux-oem-5.10: ignored (end of kernel support, was needs-triage)
947jammy_linux-oem-5.10: DNE947jammy_linux-oem-5.10: DNE
948kinetic_linux-oem-5.10: DNE948kinetic_linux-oem-5.10: DNE
949lunar_linux-oem-5.10: DNE949lunar_linux-oem-5.10: DNE
@@ -967,7 +967,7 @@ upstream_linux-oem-5.14: ignored (replaced by linux-hwe-5.15, was needed)
967trusty_linux-oem-5.14: DNE967trusty_linux-oem-5.14: DNE
968xenial_linux-oem-5.14: DNE968xenial_linux-oem-5.14: DNE
969bionic_linux-oem-5.14: DNE969bionic_linux-oem-5.14: DNE
970focal_linux-oem-5.14: ignored (was needs-triage now end-of-life)970focal_linux-oem-5.14: ignored (end of kernel support, was needs-triage)
971jammy_linux-oem-5.14: DNE971jammy_linux-oem-5.14: DNE
972kinetic_linux-oem-5.14: DNE972kinetic_linux-oem-5.14: DNE
973lunar_linux-oem-5.14: DNE973lunar_linux-oem-5.14: DNE
@@ -1077,7 +1077,7 @@ trusty_linux-riscv: DNE
1077xenial_linux-riscv: DNE1077xenial_linux-riscv: DNE
1078bionic_linux-riscv: DNE1078bionic_linux-riscv: DNE
1079focal_linux-riscv: ignored (superseded by linux-riscv-5.8)1079focal_linux-riscv: ignored (superseded by linux-riscv-5.8)
1080jammy_linux-riscv: ignored (was needs-triage now end-of-life)1080jammy_linux-riscv: ignored (end of kernel support, was needs-triage)
1081kinetic_linux-riscv: ignored (end of life, was needs-triage)1081kinetic_linux-riscv: ignored (end of life, was needs-triage)
1082lunar_linux-riscv: released (6.2.0-27.28.1)1082lunar_linux-riscv: released (6.2.0-27.28.1)
1083mantic_linux-riscv: needed1083mantic_linux-riscv: needed
diff --git a/active/CVE-2023-2860 b/active/CVE-2023-2860
index 0d382c2..0df56e1 100644
--- a/active/CVE-2023-2860
+++ b/active/CVE-2023-2860
@@ -431,7 +431,7 @@ trusty_linux-azure-5.19: DNE
431xenial_linux-azure-5.19: DNE431xenial_linux-azure-5.19: DNE
432bionic_linux-azure-5.19: DNE432bionic_linux-azure-5.19: DNE
433focal_linux-azure-5.19: DNE433focal_linux-azure-5.19: DNE
434jammy_linux-azure-5.19: ignored (was needs-triage now end-of-life)434jammy_linux-azure-5.19: ignored (end of kernel support, was needs-triage)
435kinetic_linux-azure-5.19: DNE435kinetic_linux-azure-5.19: DNE
436lunar_linux-azure-5.19: DNE436lunar_linux-azure-5.19: DNE
437mantic_linux-azure-5.19: DNE437mantic_linux-azure-5.19: DNE
@@ -782,7 +782,7 @@ upstream_linux-intel-5.13: released (6.0~rc5)
782trusty_linux-intel-5.13: DNE782trusty_linux-intel-5.13: DNE
783xenial_linux-intel-5.13: DNE783xenial_linux-intel-5.13: DNE
784bionic_linux-intel-5.13: DNE784bionic_linux-intel-5.13: DNE
785focal_linux-intel-5.13: ignored (was needs-triage now end-of-life)785focal_linux-intel-5.13: ignored (end of kernel support, was needs-triage)
786jammy_linux-intel-5.13: DNE786jammy_linux-intel-5.13: DNE
787kinetic_linux-intel-5.13: DNE787kinetic_linux-intel-5.13: DNE
788lunar_linux-intel-5.13: DNE788lunar_linux-intel-5.13: DNE
@@ -955,7 +955,7 @@ upstream_linux-oracle-5.13: released (6.0~rc5)
955trusty_linux-oracle-5.13: DNE955trusty_linux-oracle-5.13: DNE
956xenial_linux-oracle-5.13: DNE956xenial_linux-oracle-5.13: DNE
957bionic_linux-oracle-5.13: DNE957bionic_linux-oracle-5.13: DNE
958focal_linux-oracle-5.13: ignored (was needs-triage now end-of-life)958focal_linux-oracle-5.13: ignored (end of kernel support, was needs-triage)
959jammy_linux-oracle-5.13: DNE959jammy_linux-oracle-5.13: DNE
960kinetic_linux-oracle-5.13: DNE960kinetic_linux-oracle-5.13: DNE
961lunar_linux-oracle-5.13: DNE961lunar_linux-oracle-5.13: DNE
@@ -992,7 +992,7 @@ upstream_linux-oem-5.6: released (6.0~rc5)
992trusty_linux-oem-5.6: DNE992trusty_linux-oem-5.6: DNE
993xenial_linux-oem-5.6: DNE993xenial_linux-oem-5.6: DNE
994bionic_linux-oem-5.6: DNE994bionic_linux-oem-5.6: DNE
995focal_linux-oem-5.6: ignored (was needs-triage now end-of-life)995focal_linux-oem-5.6: ignored (end of kernel support, was needs-triage)
996jammy_linux-oem-5.6: DNE996jammy_linux-oem-5.6: DNE
997kinetic_linux-oem-5.6: DNE997kinetic_linux-oem-5.6: DNE
998lunar_linux-oem-5.6: DNE998lunar_linux-oem-5.6: DNE
@@ -1004,7 +1004,7 @@ upstream_linux-oem-5.10: released (6.0~rc5)
1004trusty_linux-oem-5.10: DNE1004trusty_linux-oem-5.10: DNE
1005xenial_linux-oem-5.10: DNE1005xenial_linux-oem-5.10: DNE
1006bionic_linux-oem-5.10: DNE1006bionic_linux-oem-5.10: DNE
1007focal_linux-oem-5.10: ignored (was needs-triage now end-of-life)1007focal_linux-oem-5.10: ignored (end of kernel support, was needs-triage)
1008jammy_linux-oem-5.10: DNE1008jammy_linux-oem-5.10: DNE
1009kinetic_linux-oem-5.10: DNE1009kinetic_linux-oem-5.10: DNE
1010lunar_linux-oem-5.10: DNE1010lunar_linux-oem-5.10: DNE
@@ -1028,7 +1028,7 @@ upstream_linux-oem-5.14: released (6.0~rc5)
1028trusty_linux-oem-5.14: DNE1028trusty_linux-oem-5.14: DNE
1029xenial_linux-oem-5.14: DNE1029xenial_linux-oem-5.14: DNE
1030bionic_linux-oem-5.14: DNE1030bionic_linux-oem-5.14: DNE
1031focal_linux-oem-5.14: ignored (was needs-triage now end-of-life)1031focal_linux-oem-5.14: ignored (end of kernel support, was needs-triage)
1032jammy_linux-oem-5.14: DNE1032jammy_linux-oem-5.14: DNE
1033kinetic_linux-oem-5.14: DNE1033kinetic_linux-oem-5.14: DNE
1034lunar_linux-oem-5.14: DNE1034lunar_linux-oem-5.14: DNE
@@ -1138,7 +1138,7 @@ trusty_linux-riscv: DNE
1138xenial_linux-riscv: DNE1138xenial_linux-riscv: DNE
1139bionic_linux-riscv: DNE1139bionic_linux-riscv: DNE
1140focal_linux-riscv: ignored (superseded by linux-riscv-5.8)1140focal_linux-riscv: ignored (superseded by linux-riscv-5.8)
1141jammy_linux-riscv: ignored (was needs-triage now end-of-life)1141jammy_linux-riscv: ignored (end of kernel support, was needs-triage)
1142kinetic_linux-riscv: released (5.19.0-1011.12)1142kinetic_linux-riscv: released (5.19.0-1011.12)
1143lunar_linux-riscv: not-affected (6.2.0-19.19.1)1143lunar_linux-riscv: not-affected (6.2.0-19.19.1)
1144mantic_linux-riscv: not-affected (6.2.0-19.19.1)1144mantic_linux-riscv: not-affected (6.2.0-19.19.1)
@@ -1234,7 +1234,7 @@ trusty_linux-xilinx-zynqmp: DNE
1234xenial_linux-xilinx-zynqmp: DNE1234xenial_linux-xilinx-zynqmp: DNE
1235bionic_linux-xilinx-zynqmp: DNE1235bionic_linux-xilinx-zynqmp: DNE
1236focal_linux-xilinx-zynqmp: not-affected (5.4.0-1020.24)1236focal_linux-xilinx-zynqmp: not-affected (5.4.0-1020.24)
1237jammy_linux-xilinx-zynqmp: ignored (was needs-triage now end-of-life)1237jammy_linux-xilinx-zynqmp: ignored (end of kernel support, was needs-triage)
1238kinetic_linux-xilinx-zynqmp: DNE1238kinetic_linux-xilinx-zynqmp: DNE
1239lunar_linux-xilinx-zynqmp: DNE1239lunar_linux-xilinx-zynqmp: DNE
1240mantic_linux-xilinx-zynqmp: DNE1240mantic_linux-xilinx-zynqmp: DNE
diff --git a/active/CVE-2023-3022 b/active/CVE-2023-3022
index 704f4d1..9068001 100644
--- a/active/CVE-2023-3022
+++ b/active/CVE-2023-3022
@@ -386,7 +386,7 @@ trusty_linux-azure-5.19: DNE
386xenial_linux-azure-5.19: DNE386xenial_linux-azure-5.19: DNE
387bionic_linux-azure-5.19: DNE387bionic_linux-azure-5.19: DNE
388focal_linux-azure-5.19: DNE388focal_linux-azure-5.19: DNE
389jammy_linux-azure-5.19: ignored (was needs-triage now end-of-life)389jammy_linux-azure-5.19: ignored (end of kernel support, was needs-triage)
390kinetic_linux-azure-5.19: DNE390kinetic_linux-azure-5.19: DNE
391lunar_linux-azure-5.19: DNE391lunar_linux-azure-5.19: DNE
392mantic_linux-azure-5.19: DNE392mantic_linux-azure-5.19: DNE
@@ -713,7 +713,7 @@ upstream_linux-intel-5.13: released (2.6.12~rc2)
713trusty_linux-intel-5.13: DNE713trusty_linux-intel-5.13: DNE
714xenial_linux-intel-5.13: DNE714xenial_linux-intel-5.13: DNE
715bionic_linux-intel-5.13: DNE715bionic_linux-intel-5.13: DNE
716focal_linux-intel-5.13: ignored (was needs-triage now end-of-life)716focal_linux-intel-5.13: ignored (end of kernel support, was needs-triage)
717jammy_linux-intel-5.13: DNE717jammy_linux-intel-5.13: DNE
718kinetic_linux-intel-5.13: DNE718kinetic_linux-intel-5.13: DNE
719lunar_linux-intel-5.13: DNE719lunar_linux-intel-5.13: DNE
@@ -874,7 +874,7 @@ upstream_linux-oracle-5.13: released (2.6.12~rc2)
874trusty_linux-oracle-5.13: DNE874trusty_linux-oracle-5.13: DNE
875xenial_linux-oracle-5.13: DNE875xenial_linux-oracle-5.13: DNE
876bionic_linux-oracle-5.13: DNE876bionic_linux-oracle-5.13: DNE
877focal_linux-oracle-5.13: ignored (was needs-triage now end-of-life)877focal_linux-oracle-5.13: ignored (end of kernel support, was needs-triage)
878jammy_linux-oracle-5.13: DNE878jammy_linux-oracle-5.13: DNE
879kinetic_linux-oracle-5.13: DNE879kinetic_linux-oracle-5.13: DNE
880lunar_linux-oracle-5.13: DNE880lunar_linux-oracle-5.13: DNE
@@ -911,7 +911,7 @@ upstream_linux-oem-5.6: released (2.6.12~rc2)
911trusty_linux-oem-5.6: DNE911trusty_linux-oem-5.6: DNE
912xenial_linux-oem-5.6: DNE912xenial_linux-oem-5.6: DNE
913bionic_linux-oem-5.6: DNE913bionic_linux-oem-5.6: DNE
914focal_linux-oem-5.6: ignored (was needs-triage now end-of-life)914focal_linux-oem-5.6: ignored (end of kernel support, was needs-triage)
915jammy_linux-oem-5.6: DNE915jammy_linux-oem-5.6: DNE
916kinetic_linux-oem-5.6: DNE916kinetic_linux-oem-5.6: DNE
917lunar_linux-oem-5.6: DNE917lunar_linux-oem-5.6: DNE
@@ -923,7 +923,7 @@ upstream_linux-oem-5.10: released (2.6.12~rc2)
923trusty_linux-oem-5.10: DNE923trusty_linux-oem-5.10: DNE
924xenial_linux-oem-5.10: DNE924xenial_linux-oem-5.10: DNE
925bionic_linux-oem-5.10: DNE925bionic_linux-oem-5.10: DNE
926focal_linux-oem-5.10: ignored (was needs-triage now end-of-life)926focal_linux-oem-5.10: ignored (end of kernel support, was needs-triage)
927jammy_linux-oem-5.10: DNE927jammy_linux-oem-5.10: DNE
928kinetic_linux-oem-5.10: DNE928kinetic_linux-oem-5.10: DNE
929lunar_linux-oem-5.10: DNE929lunar_linux-oem-5.10: DNE
@@ -947,7 +947,7 @@ upstream_linux-oem-5.14: released (2.6.12~rc2)
947trusty_linux-oem-5.14: DNE947trusty_linux-oem-5.14: DNE
948xenial_linux-oem-5.14: DNE948xenial_linux-oem-5.14: DNE
949bionic_linux-oem-5.14: DNE949bionic_linux-oem-5.14: DNE
950focal_linux-oem-5.14: ignored (was needs-triage now end-of-life)950focal_linux-oem-5.14: ignored (end of kernel support, was needs-triage)
951jammy_linux-oem-5.14: DNE951jammy_linux-oem-5.14: DNE
952kinetic_linux-oem-5.14: DNE952kinetic_linux-oem-5.14: DNE
953lunar_linux-oem-5.14: DNE953lunar_linux-oem-5.14: DNE
@@ -1057,7 +1057,7 @@ trusty_linux-riscv: DNE
1057xenial_linux-riscv: DNE1057xenial_linux-riscv: DNE
1058bionic_linux-riscv: DNE1058bionic_linux-riscv: DNE
1059focal_linux-riscv: ignored (superseded by linux-riscv-5.8)1059focal_linux-riscv: ignored (superseded by linux-riscv-5.8)
1060jammy_linux-riscv: ignored (was needs-triage now end-of-life)1060jammy_linux-riscv: ignored (end of kernel support, was needs-triage)
1061kinetic_linux-riscv: ignored (end of life, was needs-triage)1061kinetic_linux-riscv: ignored (end of life, was needs-triage)
1062lunar_linux-riscv: not-affected (5.19.0-1004.4)1062lunar_linux-riscv: not-affected (5.19.0-1004.4)
1063mantic_linux-riscv: not-affected (6.2.0-19.19.1)1063mantic_linux-riscv: not-affected (6.2.0-19.19.1)
diff --git a/active/CVE-2023-3090 b/active/CVE-2023-3090
index 5a1383a..e6d4860 100644
--- a/active/CVE-2023-3090
+++ b/active/CVE-2023-3090
@@ -440,7 +440,7 @@ trusty_linux-azure-5.19: DNE
440xenial_linux-azure-5.19: DNE440xenial_linux-azure-5.19: DNE
441bionic_linux-azure-5.19: DNE441bionic_linux-azure-5.19: DNE
442focal_linux-azure-5.19: DNE442focal_linux-azure-5.19: DNE
443jammy_linux-azure-5.19: ignored (was needs-triage now end-of-life)443jammy_linux-azure-5.19: ignored (end of kernel support, was needs-triage)
444kinetic_linux-azure-5.19: DNE444kinetic_linux-azure-5.19: DNE
445lunar_linux-azure-5.19: DNE445lunar_linux-azure-5.19: DNE
446mantic_linux-azure-5.19: DNE446mantic_linux-azure-5.19: DNE
@@ -791,7 +791,7 @@ upstream_linux-intel-5.13: released (6.4~rc2)
791trusty_linux-intel-5.13: DNE791trusty_linux-intel-5.13: DNE
792xenial_linux-intel-5.13: DNE792xenial_linux-intel-5.13: DNE
793bionic_linux-intel-5.13: DNE793bionic_linux-intel-5.13: DNE
794focal_linux-intel-5.13: ignored (was needs-triage now end-of-life)794focal_linux-intel-5.13: ignored (end of kernel support, was needs-triage)
795jammy_linux-intel-5.13: DNE795jammy_linux-intel-5.13: DNE
796kinetic_linux-intel-5.13: DNE796kinetic_linux-intel-5.13: DNE
797lunar_linux-intel-5.13: DNE797lunar_linux-intel-5.13: DNE
@@ -964,7 +964,7 @@ upstream_linux-oracle-5.13: released (6.4~rc2)
964trusty_linux-oracle-5.13: DNE964trusty_linux-oracle-5.13: DNE
965xenial_linux-oracle-5.13: DNE965xenial_linux-oracle-5.13: DNE
966bionic_linux-oracle-5.13: DNE966bionic_linux-oracle-5.13: DNE
967focal_linux-oracle-5.13: ignored (was needs-triage now end-of-life)967focal_linux-oracle-5.13: ignored (end of kernel support, was needs-triage)
968jammy_linux-oracle-5.13: DNE968jammy_linux-oracle-5.13: DNE
969kinetic_linux-oracle-5.13: DNE969kinetic_linux-oracle-5.13: DNE
970lunar_linux-oracle-5.13: DNE970lunar_linux-oracle-5.13: DNE
@@ -1001,7 +1001,7 @@ upstream_linux-oem-5.6: released (6.4~rc2)
1001trusty_linux-oem-5.6: DNE1001trusty_linux-oem-5.6: DNE
1002xenial_linux-oem-5.6: DNE1002xenial_linux-oem-5.6: DNE
1003bionic_linux-oem-5.6: DNE1003bionic_linux-oem-5.6: DNE
1004focal_linux-oem-5.6: ignored (was needs-triage now end-of-life)1004focal_linux-oem-5.6: ignored (end of kernel support, was needs-triage)
1005jammy_linux-oem-5.6: DNE1005jammy_linux-oem-5.6: DNE
1006kinetic_linux-oem-5.6: DNE1006kinetic_linux-oem-5.6: DNE
1007lunar_linux-oem-5.6: DNE1007lunar_linux-oem-5.6: DNE
@@ -1013,7 +1013,7 @@ upstream_linux-oem-5.10: released (6.4~rc2)
1013trusty_linux-oem-5.10: DNE1013trusty_linux-oem-5.10: DNE
1014xenial_linux-oem-5.10: DNE1014xenial_linux-oem-5.10: DNE
1015bionic_linux-oem-5.10: DNE1015bionic_linux-oem-5.10: DNE
1016focal_linux-oem-5.10: ignored (was needs-triage now end-of-life)1016focal_linux-oem-5.10: ignored (end of kernel support, was needs-triage)
1017jammy_linux-oem-5.10: DNE1017jammy_linux-oem-5.10: DNE
1018kinetic_linux-oem-5.10: DNE1018kinetic_linux-oem-5.10: DNE
1019lunar_linux-oem-5.10: DNE1019lunar_linux-oem-5.10: DNE
@@ -1037,7 +1037,7 @@ upstream_linux-oem-5.14: released (6.4~rc2)
1037trusty_linux-oem-5.14: DNE1037trusty_linux-oem-5.14: DNE
1038xenial_linux-oem-5.14: DNE1038xenial_linux-oem-5.14: DNE
1039bionic_linux-oem-5.14: DNE1039bionic_linux-oem-5.14: DNE
1040focal_linux-oem-5.14: ignored (was needs-triage now end-of-life)1040focal_linux-oem-5.14: ignored (end of kernel support, was needs-triage)
1041jammy_linux-oem-5.14: DNE1041jammy_linux-oem-5.14: DNE
1042kinetic_linux-oem-5.14: DNE1042kinetic_linux-oem-5.14: DNE
1043lunar_linux-oem-5.14: DNE1043lunar_linux-oem-5.14: DNE
@@ -1147,7 +1147,7 @@ trusty_linux-riscv: DNE
1147xenial_linux-riscv: DNE1147xenial_linux-riscv: DNE
1148bionic_linux-riscv: DNE1148bionic_linux-riscv: DNE
1149focal_linux-riscv: ignored (superseded by linux-riscv-5.8)1149focal_linux-riscv: ignored (superseded by linux-riscv-5.8)
1150jammy_linux-riscv: ignored (was needs-triage now end-of-life)1150jammy_linux-riscv: ignored (end of kernel support, was needs-triage)
1151kinetic_linux-riscv: ignored (end of life, was needed)1151kinetic_linux-riscv: ignored (end of life, was needed)
1152lunar_linux-riscv: released (6.2.0-27.28.1)1152lunar_linux-riscv: released (6.2.0-27.28.1)
1153mantic_linux-riscv: needed1153mantic_linux-riscv: needed
diff --git a/active/CVE-2023-31248 b/active/CVE-2023-31248
index f60d34d..389c6cf 100644
--- a/active/CVE-2023-31248
+++ b/active/CVE-2023-31248
@@ -423,7 +423,7 @@ trusty_linux-azure-5.19: DNE
423xenial_linux-azure-5.19: DNE423xenial_linux-azure-5.19: DNE
424bionic_linux-azure-5.19: DNE424bionic_linux-azure-5.19: DNE
425focal_linux-azure-5.19: DNE425focal_linux-azure-5.19: DNE
426jammy_linux-azure-5.19: ignored (was needs-triage now end-of-life)426jammy_linux-azure-5.19: ignored (end of kernel support, was needs-triage)
427kinetic_linux-azure-5.19: DNE427kinetic_linux-azure-5.19: DNE
428lunar_linux-azure-5.19: DNE428lunar_linux-azure-5.19: DNE
429mantic_linux-azure-5.19: DNE429mantic_linux-azure-5.19: DNE
@@ -774,7 +774,7 @@ upstream_linux-intel-5.13: released (6.5~rc2)
774trusty_linux-intel-5.13: DNE774trusty_linux-intel-5.13: DNE
775xenial_linux-intel-5.13: DNE775xenial_linux-intel-5.13: DNE
776bionic_linux-intel-5.13: DNE776bionic_linux-intel-5.13: DNE
777focal_linux-intel-5.13: ignored (was needs-triage now end-of-life)777focal_linux-intel-5.13: ignored (end of kernel support, was needs-triage)
778jammy_linux-intel-5.13: DNE778jammy_linux-intel-5.13: DNE
779kinetic_linux-intel-5.13: DNE779kinetic_linux-intel-5.13: DNE
780lunar_linux-intel-5.13: DNE780lunar_linux-intel-5.13: DNE
@@ -947,7 +947,7 @@ upstream_linux-oracle-5.13: released (6.5~rc2)
947trusty_linux-oracle-5.13: DNE947trusty_linux-oracle-5.13: DNE
948xenial_linux-oracle-5.13: DNE948xenial_linux-oracle-5.13: DNE
949bionic_linux-oracle-5.13: DNE949bionic_linux-oracle-5.13: DNE
950focal_linux-oracle-5.13: ignored (was needs-triage now end-of-life)950focal_linux-oracle-5.13: ignored (end of kernel support, was needs-triage)
951jammy_linux-oracle-5.13: DNE951jammy_linux-oracle-5.13: DNE
952kinetic_linux-oracle-5.13: DNE952kinetic_linux-oracle-5.13: DNE
953lunar_linux-oracle-5.13: DNE953lunar_linux-oracle-5.13: DNE
@@ -984,7 +984,7 @@ upstream_linux-oem-5.6: released (6.5~rc2)
984trusty_linux-oem-5.6: DNE984trusty_linux-oem-5.6: DNE
985xenial_linux-oem-5.6: DNE985xenial_linux-oem-5.6: DNE
986bionic_linux-oem-5.6: DNE986bionic_linux-oem-5.6: DNE
987focal_linux-oem-5.6: ignored (was needs-triage now end-of-life)987focal_linux-oem-5.6: ignored (end of kernel support, was needs-triage)
988jammy_linux-oem-5.6: DNE988jammy_linux-oem-5.6: DNE
989kinetic_linux-oem-5.6: DNE989kinetic_linux-oem-5.6: DNE
990lunar_linux-oem-5.6: DNE990lunar_linux-oem-5.6: DNE
@@ -996,7 +996,7 @@ upstream_linux-oem-5.10: released (6.5~rc2)
996trusty_linux-oem-5.10: DNE996trusty_linux-oem-5.10: DNE
997xenial_linux-oem-5.10: DNE997xenial_linux-oem-5.10: DNE
998bionic_linux-oem-5.10: DNE998bionic_linux-oem-5.10: DNE
999focal_linux-oem-5.10: ignored (was needs-triage now end-of-life)999focal_linux-oem-5.10: ignored (end of kernel support, was needs-triage)
1000jammy_linux-oem-5.10: DNE1000jammy_linux-oem-5.10: DNE
1001kinetic_linux-oem-5.10: DNE1001kinetic_linux-oem-5.10: DNE
1002lunar_linux-oem-5.10: DNE1002lunar_linux-oem-5.10: DNE
@@ -1020,7 +1020,7 @@ upstream_linux-oem-5.14: released (6.5~rc2)
1020trusty_linux-oem-5.14: DNE1020trusty_linux-oem-5.14: DNE
1021xenial_linux-oem-5.14: DNE1021xenial_linux-oem-5.14: DNE
1022bionic_linux-oem-5.14: DNE1022bionic_linux-oem-5.14: DNE
1023focal_linux-oem-5.14: ignored (was needs-triage now end-of-life)1023focal_linux-oem-5.14: ignored (end of kernel support, was needs-triage)
1024jammy_linux-oem-5.14: DNE1024jammy_linux-oem-5.14: DNE
1025kinetic_linux-oem-5.14: DNE1025kinetic_linux-oem-5.14: DNE
1026lunar_linux-oem-5.14: DNE1026lunar_linux-oem-5.14: DNE
@@ -1130,7 +1130,7 @@ trusty_linux-riscv: DNE
1130xenial_linux-riscv: DNE1130xenial_linux-riscv: DNE
1131bionic_linux-riscv: DNE1131bionic_linux-riscv: DNE
1132focal_linux-riscv: ignored (superseded by linux-riscv-5.8)1132focal_linux-riscv: ignored (superseded by linux-riscv-5.8)
1133jammy_linux-riscv: ignored (was needs-triage now end-of-life)1133jammy_linux-riscv: ignored (end of kernel support, was needs-triage)
1134kinetic_linux-riscv: ignored (end of life, was needs-triage)1134kinetic_linux-riscv: ignored (end of life, was needs-triage)
1135lunar_linux-riscv: ignored (end of life, was pending [6.2.0-27.28.1])1135lunar_linux-riscv: ignored (end of life, was pending [6.2.0-27.28.1])
1136mantic_linux-riscv: not-affected (6.5.0-9.9.1)1136mantic_linux-riscv: not-affected (6.5.0-9.9.1)
diff --git a/active/CVE-2023-31436 b/active/CVE-2023-31436
index 52b10e8..a5f4de2 100644
--- a/active/CVE-2023-31436
+++ b/active/CVE-2023-31436
@@ -412,7 +412,7 @@ trusty_linux-azure-5.19: DNE
412xenial_linux-azure-5.19: DNE412xenial_linux-azure-5.19: DNE
413bionic_linux-azure-5.19: DNE413bionic_linux-azure-5.19: DNE
414focal_linux-azure-5.19: DNE414focal_linux-azure-5.19: DNE
415jammy_linux-azure-5.19: ignored (was pending [5.19.0-1027.30~22.04.2] now end-of-life)415jammy_linux-azure-5.19: ignored (end of kernel support, was pending [5.19.0-1027.30~22.04.2])
416kinetic_linux-azure-5.19: DNE416kinetic_linux-azure-5.19: DNE
417lunar_linux-azure-5.19: DNE417lunar_linux-azure-5.19: DNE
418mantic_linux-azure-5.19: DNE418mantic_linux-azure-5.19: DNE
diff --git a/active/CVE-2023-3312 b/active/CVE-2023-3312
index 200cc56..0e0be6e 100644
--- a/active/CVE-2023-3312
+++ b/active/CVE-2023-3312
@@ -395,7 +395,7 @@ trusty_linux-azure-5.19: DNE
395xenial_linux-azure-5.19: DNE395xenial_linux-azure-5.19: DNE
396bionic_linux-azure-5.19: DNE396bionic_linux-azure-5.19: DNE
397focal_linux-azure-5.19: DNE397focal_linux-azure-5.19: DNE
398jammy_linux-azure-5.19: ignored (was needs-triage now end-of-life)398jammy_linux-azure-5.19: ignored (end of kernel support, was needs-triage)
399kinetic_linux-azure-5.19: DNE399kinetic_linux-azure-5.19: DNE
400lunar_linux-azure-5.19: DNE400lunar_linux-azure-5.19: DNE
401mantic_linux-azure-5.19: DNE401mantic_linux-azure-5.19: DNE
@@ -722,7 +722,7 @@ upstream_linux-intel-5.13: released (6.4~rc1)
722trusty_linux-intel-5.13: DNE722trusty_linux-intel-5.13: DNE
723xenial_linux-intel-5.13: DNE723xenial_linux-intel-5.13: DNE
724bionic_linux-intel-5.13: DNE724bionic_linux-intel-5.13: DNE
725focal_linux-intel-5.13: ignored (was needs-triage now end-of-life)725focal_linux-intel-5.13: ignored (end of kernel support, was needs-triage)
726jammy_linux-intel-5.13: DNE726jammy_linux-intel-5.13: DNE
727kinetic_linux-intel-5.13: DNE727kinetic_linux-intel-5.13: DNE
728lunar_linux-intel-5.13: DNE728lunar_linux-intel-5.13: DNE
@@ -883,7 +883,7 @@ upstream_linux-oracle-5.13: released (6.4~rc1)
883trusty_linux-oracle-5.13: DNE883trusty_linux-oracle-5.13: DNE
884xenial_linux-oracle-5.13: DNE884xenial_linux-oracle-5.13: DNE
885bionic_linux-oracle-5.13: DNE885bionic_linux-oracle-5.13: DNE
886focal_linux-oracle-5.13: ignored (was needs-triage now end-of-life)886focal_linux-oracle-5.13: ignored (end of kernel support, was needs-triage)
887jammy_linux-oracle-5.13: DNE887jammy_linux-oracle-5.13: DNE
888kinetic_linux-oracle-5.13: DNE888kinetic_linux-oracle-5.13: DNE
889lunar_linux-oracle-5.13: DNE889lunar_linux-oracle-5.13: DNE
@@ -920,7 +920,7 @@ upstream_linux-oem-5.6: released (6.4~rc1)
920trusty_linux-oem-5.6: DNE920trusty_linux-oem-5.6: DNE
921xenial_linux-oem-5.6: DNE921xenial_linux-oem-5.6: DNE
922bionic_linux-oem-5.6: DNE922bionic_linux-oem-5.6: DNE
923focal_linux-oem-5.6: ignored (was needs-triage now end-of-life)923focal_linux-oem-5.6: ignored (end of kernel support, was needs-triage)
924jammy_linux-oem-5.6: DNE924jammy_linux-oem-5.6: DNE
925kinetic_linux-oem-5.6: DNE925kinetic_linux-oem-5.6: DNE
926lunar_linux-oem-5.6: DNE926lunar_linux-oem-5.6: DNE
@@ -932,7 +932,7 @@ upstream_linux-oem-5.10: released (6.4~rc1)
932trusty_linux-oem-5.10: DNE932trusty_linux-oem-5.10: DNE
933xenial_linux-oem-5.10: DNE933xenial_linux-oem-5.10: DNE
934bionic_linux-oem-5.10: DNE934bionic_linux-oem-5.10: DNE
935focal_linux-oem-5.10: ignored (was needs-triage now end-of-life)935focal_linux-oem-5.10: ignored (end of kernel support, was needs-triage)
936jammy_linux-oem-5.10: DNE936jammy_linux-oem-5.10: DNE
937kinetic_linux-oem-5.10: DNE937kinetic_linux-oem-5.10: DNE
938lunar_linux-oem-5.10: DNE938lunar_linux-oem-5.10: DNE
@@ -956,7 +956,7 @@ upstream_linux-oem-5.14: released (6.4~rc1)
956trusty_linux-oem-5.14: DNE956trusty_linux-oem-5.14: DNE
957xenial_linux-oem-5.14: DNE957xenial_linux-oem-5.14: DNE
958bionic_linux-oem-5.14: DNE958bionic_linux-oem-5.14: DNE
959focal_linux-oem-5.14: ignored (was needs-triage now end-of-life)959focal_linux-oem-5.14: ignored (end of kernel support, was needs-triage)
960jammy_linux-oem-5.14: DNE960jammy_linux-oem-5.14: DNE
961kinetic_linux-oem-5.14: DNE961kinetic_linux-oem-5.14: DNE
962lunar_linux-oem-5.14: DNE962lunar_linux-oem-5.14: DNE
@@ -1066,7 +1066,7 @@ trusty_linux-riscv: DNE
1066xenial_linux-riscv: DNE1066xenial_linux-riscv: DNE
1067bionic_linux-riscv: DNE1067bionic_linux-riscv: DNE
1068focal_linux-riscv: ignored (superseded by linux-riscv-5.8)1068focal_linux-riscv: ignored (superseded by linux-riscv-5.8)
1069jammy_linux-riscv: ignored (was needs-triage now end-of-life)1069jammy_linux-riscv: ignored (end of kernel support, was needs-triage)
1070kinetic_linux-riscv: ignored (end of life, was needs-triage)1070kinetic_linux-riscv: ignored (end of life, was needs-triage)
1071lunar_linux-riscv: released (6.2.0-27.28.1)1071lunar_linux-riscv: released (6.2.0-27.28.1)
1072mantic_linux-riscv: needed1072mantic_linux-riscv: needed
@@ -1126,7 +1126,7 @@ trusty_linux-xilinx-zynqmp: DNE
1126xenial_linux-xilinx-zynqmp: DNE1126xenial_linux-xilinx-zynqmp: DNE
1127bionic_linux-xilinx-zynqmp: DNE1127bionic_linux-xilinx-zynqmp: DNE
1128focal_linux-xilinx-zynqmp: not-affected (5.4.0-1020.24)1128focal_linux-xilinx-zynqmp: not-affected (5.4.0-1020.24)
1129jammy_linux-xilinx-zynqmp: ignored (was needs-triage now end-of-life)1129jammy_linux-xilinx-zynqmp: ignored (end of kernel support, was needs-triage)
1130kinetic_linux-xilinx-zynqmp: DNE1130kinetic_linux-xilinx-zynqmp: DNE
1131lunar_linux-xilinx-zynqmp: DNE1131lunar_linux-xilinx-zynqmp: DNE
1132mantic_linux-xilinx-zynqmp: DNE1132mantic_linux-xilinx-zynqmp: DNE
diff --git a/active/CVE-2023-3317 b/active/CVE-2023-3317
index b431056..fb4de53 100644
--- a/active/CVE-2023-3317
+++ b/active/CVE-2023-3317
@@ -394,7 +394,7 @@ trusty_linux-azure-5.19: DNE
394xenial_linux-azure-5.19: DNE394xenial_linux-azure-5.19: DNE
395bionic_linux-azure-5.19: DNE395bionic_linux-azure-5.19: DNE
396focal_linux-azure-5.19: DNE396focal_linux-azure-5.19: DNE
397jammy_linux-azure-5.19: ignored (was needs-triage now end-of-life)397jammy_linux-azure-5.19: ignored (end of kernel support, was needs-triage)
398kinetic_linux-azure-5.19: DNE398kinetic_linux-azure-5.19: DNE
399lunar_linux-azure-5.19: DNE399lunar_linux-azure-5.19: DNE
400mantic_linux-azure-5.19: DNE400mantic_linux-azure-5.19: DNE
@@ -721,7 +721,7 @@ upstream_linux-intel-5.13: released (6.3~rc6)
721trusty_linux-intel-5.13: DNE721trusty_linux-intel-5.13: DNE
722xenial_linux-intel-5.13: DNE722xenial_linux-intel-5.13: DNE
723bionic_linux-intel-5.13: DNE723bionic_linux-intel-5.13: DNE
724focal_linux-intel-5.13: ignored (was needs-triage now end-of-life)724focal_linux-intel-5.13: ignored (end of kernel support, was needs-triage)
725jammy_linux-intel-5.13: DNE725jammy_linux-intel-5.13: DNE
726kinetic_linux-intel-5.13: DNE726kinetic_linux-intel-5.13: DNE
727lunar_linux-intel-5.13: DNE727lunar_linux-intel-5.13: DNE
@@ -882,7 +882,7 @@ upstream_linux-oracle-5.13: released (6.3~rc6)
882trusty_linux-oracle-5.13: DNE882trusty_linux-oracle-5.13: DNE
883xenial_linux-oracle-5.13: DNE883xenial_linux-oracle-5.13: DNE
884bionic_linux-oracle-5.13: DNE884bionic_linux-oracle-5.13: DNE
885focal_linux-oracle-5.13: ignored (was needs-triage now end-of-life)885focal_linux-oracle-5.13: ignored (end of kernel support, was needs-triage)
886jammy_linux-oracle-5.13: DNE886jammy_linux-oracle-5.13: DNE
887kinetic_linux-oracle-5.13: DNE887kinetic_linux-oracle-5.13: DNE
888lunar_linux-oracle-5.13: DNE888lunar_linux-oracle-5.13: DNE
@@ -919,7 +919,7 @@ upstream_linux-oem-5.6: released (6.3~rc6)
919trusty_linux-oem-5.6: DNE919trusty_linux-oem-5.6: DNE
920xenial_linux-oem-5.6: DNE920xenial_linux-oem-5.6: DNE
921bionic_linux-oem-5.6: DNE921bionic_linux-oem-5.6: DNE
922focal_linux-oem-5.6: ignored (was needs-triage now end-of-life)922focal_linux-oem-5.6: ignored (end of kernel support, was needs-triage)
923jammy_linux-oem-5.6: DNE923jammy_linux-oem-5.6: DNE
924kinetic_linux-oem-5.6: DNE924kinetic_linux-oem-5.6: DNE
925lunar_linux-oem-5.6: DNE925lunar_linux-oem-5.6: DNE
@@ -931,7 +931,7 @@ upstream_linux-oem-5.10: released (6.3~rc6)
931trusty_linux-oem-5.10: DNE931trusty_linux-oem-5.10: DNE
932xenial_linux-oem-5.10: DNE932xenial_linux-oem-5.10: DNE
933bionic_linux-oem-5.10: DNE933bionic_linux-oem-5.10: DNE
934focal_linux-oem-5.10: ignored (was needs-triage now end-of-life)934focal_linux-oem-5.10: ignored (end of kernel support, was needs-triage)
935jammy_linux-oem-5.10: DNE935jammy_linux-oem-5.10: DNE
936kinetic_linux-oem-5.10: DNE936kinetic_linux-oem-5.10: DNE
937lunar_linux-oem-5.10: DNE937lunar_linux-oem-5.10: DNE
@@ -955,7 +955,7 @@ upstream_linux-oem-5.14: released (6.3~rc6)
955trusty_linux-oem-5.14: DNE955trusty_linux-oem-5.14: DNE
956xenial_linux-oem-5.14: DNE956xenial_linux-oem-5.14: DNE
957bionic_linux-oem-5.14: DNE957bionic_linux-oem-5.14: DNE
958focal_linux-oem-5.14: ignored (was needs-triage now end-of-life)958focal_linux-oem-5.14: ignored (end of kernel support, was needs-triage)
959jammy_linux-oem-5.14: DNE959jammy_linux-oem-5.14: DNE
960kinetic_linux-oem-5.14: DNE960kinetic_linux-oem-5.14: DNE
961lunar_linux-oem-5.14: DNE961lunar_linux-oem-5.14: DNE
@@ -1065,7 +1065,7 @@ trusty_linux-riscv: DNE
1065xenial_linux-riscv: DNE1065xenial_linux-riscv: DNE
1066bionic_linux-riscv: DNE1066bionic_linux-riscv: DNE
1067focal_linux-riscv: ignored (superseded by linux-riscv-5.8)1067focal_linux-riscv: ignored (superseded by linux-riscv-5.8)
1068jammy_linux-riscv: ignored (was needs-triage now end-of-life)1068jammy_linux-riscv: ignored (end of kernel support, was needs-triage)
1069kinetic_linux-riscv: ignored (end of life, was needs-triage)1069kinetic_linux-riscv: ignored (end of life, was needs-triage)
1070lunar_linux-riscv: released (6.2.0-27.28.1)1070lunar_linux-riscv: released (6.2.0-27.28.1)
1071mantic_linux-riscv: needed1071mantic_linux-riscv: needed
@@ -1125,7 +1125,7 @@ trusty_linux-xilinx-zynqmp: DNE
1125xenial_linux-xilinx-zynqmp: DNE1125xenial_linux-xilinx-zynqmp: DNE
1126bionic_linux-xilinx-zynqmp: DNE1126bionic_linux-xilinx-zynqmp: DNE
1127focal_linux-xilinx-zynqmp: not-affected (5.4.0-1020.24)1127focal_linux-xilinx-zynqmp: not-affected (5.4.0-1020.24)
1128jammy_linux-xilinx-zynqmp: ignored (was needs-triage now end-of-life)1128jammy_linux-xilinx-zynqmp: ignored (end of kernel support, was needs-triage)
1129kinetic_linux-xilinx-zynqmp: DNE1129kinetic_linux-xilinx-zynqmp: DNE
1130lunar_linux-xilinx-zynqmp: DNE1130lunar_linux-xilinx-zynqmp: DNE
1131mantic_linux-xilinx-zynqmp: DNE1131mantic_linux-xilinx-zynqmp: DNE
diff --git a/active/CVE-2023-3357 b/active/CVE-2023-3357
index 6f7932f..df49186 100644
--- a/active/CVE-2023-3357
+++ b/active/CVE-2023-3357
@@ -383,7 +383,7 @@ trusty_linux-azure-5.19: DNE
383xenial_linux-azure-5.19: DNE383xenial_linux-azure-5.19: DNE
384bionic_linux-azure-5.19: DNE384bionic_linux-azure-5.19: DNE
385focal_linux-azure-5.19: DNE385focal_linux-azure-5.19: DNE
386jammy_linux-azure-5.19: ignored (was needs-triage now end-of-life)386jammy_linux-azure-5.19: ignored (end of kernel support, was needs-triage)
387kinetic_linux-azure-5.19: DNE387kinetic_linux-azure-5.19: DNE
388lunar_linux-azure-5.19: DNE388lunar_linux-azure-5.19: DNE
389mantic_linux-azure-5.19: DNE389mantic_linux-azure-5.19: DNE
@@ -710,7 +710,7 @@ upstream_linux-intel-5.13: released (6.2~rc1)
710trusty_linux-intel-5.13: DNE710trusty_linux-intel-5.13: DNE
711xenial_linux-intel-5.13: DNE711xenial_linux-intel-5.13: DNE
712bionic_linux-intel-5.13: DNE712bionic_linux-intel-5.13: DNE
713focal_linux-intel-5.13: ignored (was needs-triage now end-of-life)713focal_linux-intel-5.13: ignored (end of kernel support, was needs-triage)
714jammy_linux-intel-5.13: DNE714jammy_linux-intel-5.13: DNE
715kinetic_linux-intel-5.13: DNE715kinetic_linux-intel-5.13: DNE
716lunar_linux-intel-5.13: DNE716lunar_linux-intel-5.13: DNE
@@ -871,7 +871,7 @@ upstream_linux-oracle-5.13: released (6.2~rc1)
871trusty_linux-oracle-5.13: DNE871trusty_linux-oracle-5.13: DNE
872xenial_linux-oracle-5.13: DNE872xenial_linux-oracle-5.13: DNE
873bionic_linux-oracle-5.13: DNE873bionic_linux-oracle-5.13: DNE
874focal_linux-oracle-5.13: ignored (was needs-triage now end-of-life)874focal_linux-oracle-5.13: ignored (end of kernel support, was needs-triage)
875jammy_linux-oracle-5.13: DNE875jammy_linux-oracle-5.13: DNE
876kinetic_linux-oracle-5.13: DNE876kinetic_linux-oracle-5.13: DNE
877lunar_linux-oracle-5.13: DNE877lunar_linux-oracle-5.13: DNE
@@ -908,7 +908,7 @@ upstream_linux-oem-5.6: released (6.2~rc1)
908trusty_linux-oem-5.6: DNE908trusty_linux-oem-5.6: DNE
909xenial_linux-oem-5.6: DNE909xenial_linux-oem-5.6: DNE
910bionic_linux-oem-5.6: DNE910bionic_linux-oem-5.6: DNE
911focal_linux-oem-5.6: ignored (was needs-triage now end-of-life)911focal_linux-oem-5.6: ignored (end of kernel support, was needs-triage)
912jammy_linux-oem-5.6: DNE912jammy_linux-oem-5.6: DNE
913kinetic_linux-oem-5.6: DNE913kinetic_linux-oem-5.6: DNE
914lunar_linux-oem-5.6: DNE914lunar_linux-oem-5.6: DNE
@@ -920,7 +920,7 @@ upstream_linux-oem-5.10: released (6.2~rc1)
920trusty_linux-oem-5.10: DNE920trusty_linux-oem-5.10: DNE
921xenial_linux-oem-5.10: DNE921xenial_linux-oem-5.10: DNE
922bionic_linux-oem-5.10: DNE922bionic_linux-oem-5.10: DNE
923focal_linux-oem-5.10: ignored (was needs-triage now end-of-life)923focal_linux-oem-5.10: ignored (end of kernel support, was needs-triage)
924jammy_linux-oem-5.10: DNE924jammy_linux-oem-5.10: DNE
925kinetic_linux-oem-5.10: DNE925kinetic_linux-oem-5.10: DNE
926lunar_linux-oem-5.10: DNE926lunar_linux-oem-5.10: DNE
@@ -944,7 +944,7 @@ upstream_linux-oem-5.14: released (6.2~rc1)
944trusty_linux-oem-5.14: DNE944trusty_linux-oem-5.14: DNE
945xenial_linux-oem-5.14: DNE945xenial_linux-oem-5.14: DNE
946bionic_linux-oem-5.14: DNE946bionic_linux-oem-5.14: DNE
947focal_linux-oem-5.14: ignored (was needs-triage now end-of-life)947focal_linux-oem-5.14: ignored (end of kernel support, was needs-triage)
948jammy_linux-oem-5.14: DNE948jammy_linux-oem-5.14: DNE
949kinetic_linux-oem-5.14: DNE949kinetic_linux-oem-5.14: DNE
950lunar_linux-oem-5.14: DNE950lunar_linux-oem-5.14: DNE
@@ -1054,7 +1054,7 @@ trusty_linux-riscv: DNE
1054xenial_linux-riscv: DNE1054xenial_linux-riscv: DNE
1055bionic_linux-riscv: DNE1055bionic_linux-riscv: DNE
1056focal_linux-riscv: ignored (superseded by linux-riscv-5.8)1056focal_linux-riscv: ignored (superseded by linux-riscv-5.8)
1057jammy_linux-riscv: ignored (was needs-triage now end-of-life)1057jammy_linux-riscv: ignored (end of kernel support, was needs-triage)
1058kinetic_linux-riscv: released (5.19.0-1016.17)1058kinetic_linux-riscv: released (5.19.0-1016.17)
1059lunar_linux-riscv: not-affected (6.2.0-19.19.1)1059lunar_linux-riscv: not-affected (6.2.0-19.19.1)
1060mantic_linux-riscv: not-affected (6.2.0-19.19.1)1060mantic_linux-riscv: not-affected (6.2.0-19.19.1)
@@ -1114,7 +1114,7 @@ trusty_linux-xilinx-zynqmp: DNE
1114xenial_linux-xilinx-zynqmp: DNE1114xenial_linux-xilinx-zynqmp: DNE
1115bionic_linux-xilinx-zynqmp: DNE1115bionic_linux-xilinx-zynqmp: DNE
1116focal_linux-xilinx-zynqmp: not-affected (5.4.0-1020.24)1116focal_linux-xilinx-zynqmp: not-affected (5.4.0-1020.24)
1117jammy_linux-xilinx-zynqmp: ignored (was needs-triage now end-of-life)1117jammy_linux-xilinx-zynqmp: ignored (end of kernel support, was needs-triage)
1118kinetic_linux-xilinx-zynqmp: DNE1118kinetic_linux-xilinx-zynqmp: DNE
1119lunar_linux-xilinx-zynqmp: DNE1119lunar_linux-xilinx-zynqmp: DNE
1120mantic_linux-xilinx-zynqmp: DNE1120mantic_linux-xilinx-zynqmp: DNE
diff --git a/active/CVE-2023-3358 b/active/CVE-2023-3358
index c3796df..71dd1d2 100644
--- a/active/CVE-2023-3358
+++ b/active/CVE-2023-3358
@@ -384,7 +384,7 @@ trusty_linux-azure-5.19: DNE
384xenial_linux-azure-5.19: DNE384xenial_linux-azure-5.19: DNE
385bionic_linux-azure-5.19: DNE385bionic_linux-azure-5.19: DNE
386focal_linux-azure-5.19: DNE386focal_linux-azure-5.19: DNE
387jammy_linux-azure-5.19: ignored (was needs-triage now end-of-life)387jammy_linux-azure-5.19: ignored (end of kernel support, was needs-triage)
388kinetic_linux-azure-5.19: DNE388kinetic_linux-azure-5.19: DNE
389lunar_linux-azure-5.19: DNE389lunar_linux-azure-5.19: DNE
390mantic_linux-azure-5.19: DNE390mantic_linux-azure-5.19: DNE
@@ -711,7 +711,7 @@ upstream_linux-intel-5.13: released (6.2~rc5)
711trusty_linux-intel-5.13: DNE711trusty_linux-intel-5.13: DNE
712xenial_linux-intel-5.13: DNE712xenial_linux-intel-5.13: DNE
713bionic_linux-intel-5.13: DNE713bionic_linux-intel-5.13: DNE
714focal_linux-intel-5.13: ignored (was needs-triage now end-of-life)714focal_linux-intel-5.13: ignored (end of kernel support, was needs-triage)
715jammy_linux-intel-5.13: DNE715jammy_linux-intel-5.13: DNE
716kinetic_linux-intel-5.13: DNE716kinetic_linux-intel-5.13: DNE
717lunar_linux-intel-5.13: DNE717lunar_linux-intel-5.13: DNE
@@ -872,7 +872,7 @@ upstream_linux-oracle-5.13: released (6.2~rc5)
872trusty_linux-oracle-5.13: DNE872trusty_linux-oracle-5.13: DNE
873xenial_linux-oracle-5.13: DNE873xenial_linux-oracle-5.13: DNE
874bionic_linux-oracle-5.13: DNE874bionic_linux-oracle-5.13: DNE
875focal_linux-oracle-5.13: ignored (was needs-triage now end-of-life)875focal_linux-oracle-5.13: ignored (end of kernel support, was needs-triage)
876jammy_linux-oracle-5.13: DNE876jammy_linux-oracle-5.13: DNE
877kinetic_linux-oracle-5.13: DNE877kinetic_linux-oracle-5.13: DNE
878lunar_linux-oracle-5.13: DNE878lunar_linux-oracle-5.13: DNE
@@ -909,7 +909,7 @@ upstream_linux-oem-5.6: released (6.2~rc5)
909trusty_linux-oem-5.6: DNE909trusty_linux-oem-5.6: DNE
910xenial_linux-oem-5.6: DNE910xenial_linux-oem-5.6: DNE
911bionic_linux-oem-5.6: DNE911bionic_linux-oem-5.6: DNE
912focal_linux-oem-5.6: ignored (was needs-triage now end-of-life)912focal_linux-oem-5.6: ignored (end of kernel support, was needs-triage)
913jammy_linux-oem-5.6: DNE913jammy_linux-oem-5.6: DNE
914kinetic_linux-oem-5.6: DNE914kinetic_linux-oem-5.6: DNE
915lunar_linux-oem-5.6: DNE915lunar_linux-oem-5.6: DNE
@@ -921,7 +921,7 @@ upstream_linux-oem-5.10: released (6.2~rc5)
921trusty_linux-oem-5.10: DNE921trusty_linux-oem-5.10: DNE
922xenial_linux-oem-5.10: DNE922xenial_linux-oem-5.10: DNE
923bionic_linux-oem-5.10: DNE923bionic_linux-oem-5.10: DNE
924focal_linux-oem-5.10: ignored (was needs-triage now end-of-life)924focal_linux-oem-5.10: ignored (end of kernel support, was needs-triage)
925jammy_linux-oem-5.10: DNE925jammy_linux-oem-5.10: DNE
926kinetic_linux-oem-5.10: DNE926kinetic_linux-oem-5.10: DNE
927lunar_linux-oem-5.10: DNE927lunar_linux-oem-5.10: DNE
@@ -945,7 +945,7 @@ upstream_linux-oem-5.14: released (6.2~rc5)
945trusty_linux-oem-5.14: DNE945trusty_linux-oem-5.14: DNE
946xenial_linux-oem-5.14: DNE946xenial_linux-oem-5.14: DNE
947bionic_linux-oem-5.14: DNE947bionic_linux-oem-5.14: DNE
948focal_linux-oem-5.14: ignored (was needs-triage now end-of-life)948focal_linux-oem-5.14: ignored (end of kernel support, was needs-triage)
949jammy_linux-oem-5.14: DNE949jammy_linux-oem-5.14: DNE
950kinetic_linux-oem-5.14: DNE950kinetic_linux-oem-5.14: DNE
951lunar_linux-oem-5.14: DNE951lunar_linux-oem-5.14: DNE
@@ -1055,7 +1055,7 @@ trusty_linux-riscv: DNE
1055xenial_linux-riscv: DNE1055xenial_linux-riscv: DNE
1056bionic_linux-riscv: DNE1056bionic_linux-riscv: DNE
1057focal_linux-riscv: ignored (superseded by linux-riscv-5.8)1057focal_linux-riscv: ignored (superseded by linux-riscv-5.8)
1058jammy_linux-riscv: ignored (was needs-triage now end-of-life)1058jammy_linux-riscv: ignored (end of kernel support, was needs-triage)
1059kinetic_linux-riscv: released (5.19.0-1018.19)1059kinetic_linux-riscv: released (5.19.0-1018.19)
1060lunar_linux-riscv: not-affected (6.2.0-19.19.1)1060lunar_linux-riscv: not-affected (6.2.0-19.19.1)
1061mantic_linux-riscv: not-affected (6.2.0-19.19.1)1061mantic_linux-riscv: not-affected (6.2.0-19.19.1)
@@ -1115,7 +1115,7 @@ trusty_linux-xilinx-zynqmp: DNE
1115xenial_linux-xilinx-zynqmp: DNE1115xenial_linux-xilinx-zynqmp: DNE
1116bionic_linux-xilinx-zynqmp: DNE1116bionic_linux-xilinx-zynqmp: DNE
1117focal_linux-xilinx-zynqmp: pending1117focal_linux-xilinx-zynqmp: pending
1118jammy_linux-xilinx-zynqmp: ignored (was needs-triage now end-of-life)1118jammy_linux-xilinx-zynqmp: ignored (end of kernel support, was needs-triage)
1119kinetic_linux-xilinx-zynqmp: DNE1119kinetic_linux-xilinx-zynqmp: DNE
1120lunar_linux-xilinx-zynqmp: DNE1120lunar_linux-xilinx-zynqmp: DNE
1121mantic_linux-xilinx-zynqmp: DNE1121mantic_linux-xilinx-zynqmp: DNE
diff --git a/active/CVE-2023-3359 b/active/CVE-2023-3359
index dfeee87..214309d 100644
--- a/active/CVE-2023-3359
+++ b/active/CVE-2023-3359
@@ -384,7 +384,7 @@ trusty_linux-azure-5.19: DNE
384xenial_linux-azure-5.19: DNE384xenial_linux-azure-5.19: DNE
385bionic_linux-azure-5.19: DNE385bionic_linux-azure-5.19: DNE
386focal_linux-azure-5.19: DNE386focal_linux-azure-5.19: DNE
387jammy_linux-azure-5.19: ignored (was needs-triage now end-of-life)387jammy_linux-azure-5.19: ignored (end of kernel support, was needs-triage)
388kinetic_linux-azure-5.19: DNE388kinetic_linux-azure-5.19: DNE
389lunar_linux-azure-5.19: DNE389lunar_linux-azure-5.19: DNE
390mantic_linux-azure-5.19: DNE390mantic_linux-azure-5.19: DNE
@@ -711,7 +711,7 @@ upstream_linux-intel-5.13: released (6.2~rc7)
711trusty_linux-intel-5.13: DNE711trusty_linux-intel-5.13: DNE
712xenial_linux-intel-5.13: DNE712xenial_linux-intel-5.13: DNE
713bionic_linux-intel-5.13: DNE713bionic_linux-intel-5.13: DNE
714focal_linux-intel-5.13: ignored (was needs-triage now end-of-life)714focal_linux-intel-5.13: ignored (end of kernel support, was needs-triage)
715jammy_linux-intel-5.13: DNE715jammy_linux-intel-5.13: DNE
716kinetic_linux-intel-5.13: DNE716kinetic_linux-intel-5.13: DNE
717lunar_linux-intel-5.13: DNE717lunar_linux-intel-5.13: DNE
@@ -872,7 +872,7 @@ upstream_linux-oracle-5.13: released (6.2~rc7)
872trusty_linux-oracle-5.13: DNE872trusty_linux-oracle-5.13: DNE
873xenial_linux-oracle-5.13: DNE873xenial_linux-oracle-5.13: DNE
874bionic_linux-oracle-5.13: DNE874bionic_linux-oracle-5.13: DNE
875focal_linux-oracle-5.13: ignored (was needs-triage now end-of-life)875focal_linux-oracle-5.13: ignored (end of kernel support, was needs-triage)
876jammy_linux-oracle-5.13: DNE876jammy_linux-oracle-5.13: DNE
877kinetic_linux-oracle-5.13: DNE877kinetic_linux-oracle-5.13: DNE
878lunar_linux-oracle-5.13: DNE878lunar_linux-oracle-5.13: DNE
@@ -909,7 +909,7 @@ upstream_linux-oem-5.6: released (6.2~rc7)
909trusty_linux-oem-5.6: DNE909trusty_linux-oem-5.6: DNE
910xenial_linux-oem-5.6: DNE910xenial_linux-oem-5.6: DNE
911bionic_linux-oem-5.6: DNE911bionic_linux-oem-5.6: DNE
912focal_linux-oem-5.6: ignored (was needs-triage now end-of-life)912focal_linux-oem-5.6: ignored (end of kernel support, was needs-triage)
913jammy_linux-oem-5.6: DNE913jammy_linux-oem-5.6: DNE
914kinetic_linux-oem-5.6: DNE914kinetic_linux-oem-5.6: DNE
915lunar_linux-oem-5.6: DNE915lunar_linux-oem-5.6: DNE
@@ -921,7 +921,7 @@ upstream_linux-oem-5.10: released (6.2~rc7)
921trusty_linux-oem-5.10: DNE921trusty_linux-oem-5.10: DNE
922xenial_linux-oem-5.10: DNE922xenial_linux-oem-5.10: DNE
923bionic_linux-oem-5.10: DNE923bionic_linux-oem-5.10: DNE
924focal_linux-oem-5.10: ignored (was needs-triage now end-of-life)924focal_linux-oem-5.10: ignored (end of kernel support, was needs-triage)
925jammy_linux-oem-5.10: DNE925jammy_linux-oem-5.10: DNE
926kinetic_linux-oem-5.10: DNE926kinetic_linux-oem-5.10: DNE
927lunar_linux-oem-5.10: DNE927lunar_linux-oem-5.10: DNE
@@ -945,7 +945,7 @@ upstream_linux-oem-5.14: released (6.2~rc7)
945trusty_linux-oem-5.14: DNE945trusty_linux-oem-5.14: DNE
946xenial_linux-oem-5.14: DNE946xenial_linux-oem-5.14: DNE
947bionic_linux-oem-5.14: DNE947bionic_linux-oem-5.14: DNE
948focal_linux-oem-5.14: ignored (was needs-triage now end-of-life)948focal_linux-oem-5.14: ignored (end of kernel support, was needs-triage)
949jammy_linux-oem-5.14: DNE949jammy_linux-oem-5.14: DNE
950kinetic_linux-oem-5.14: DNE950kinetic_linux-oem-5.14: DNE
951lunar_linux-oem-5.14: DNE951lunar_linux-oem-5.14: DNE
@@ -1055,7 +1055,7 @@ trusty_linux-riscv: DNE
1055xenial_linux-riscv: DNE1055xenial_linux-riscv: DNE
1056bionic_linux-riscv: DNE1056bionic_linux-riscv: DNE
1057focal_linux-riscv: ignored (superseded by linux-riscv-5.8)1057focal_linux-riscv: ignored (superseded by linux-riscv-5.8)
1058jammy_linux-riscv: ignored (was needs-triage now end-of-life)1058jammy_linux-riscv: ignored (end of kernel support, was needs-triage)
1059kinetic_linux-riscv: released (5.19.0-1018.19)1059kinetic_linux-riscv: released (5.19.0-1018.19)
1060lunar_linux-riscv: not-affected (6.2.0-19.19.1)1060lunar_linux-riscv: not-affected (6.2.0-19.19.1)
1061mantic_linux-riscv: not-affected (6.2.0-19.19.1)1061mantic_linux-riscv: not-affected (6.2.0-19.19.1)
@@ -1115,7 +1115,7 @@ trusty_linux-xilinx-zynqmp: DNE
1115xenial_linux-xilinx-zynqmp: DNE1115xenial_linux-xilinx-zynqmp: DNE
1116bionic_linux-xilinx-zynqmp: DNE1116bionic_linux-xilinx-zynqmp: DNE
1117focal_linux-xilinx-zynqmp: not-affected (5.4.0-1020.24)1117focal_linux-xilinx-zynqmp: not-affected (5.4.0-1020.24)
1118jammy_linux-xilinx-zynqmp: ignored (was needs-triage now end-of-life)1118jammy_linux-xilinx-zynqmp: ignored (end of kernel support, was needs-triage)
1119kinetic_linux-xilinx-zynqmp: DNE1119kinetic_linux-xilinx-zynqmp: DNE
1120lunar_linux-xilinx-zynqmp: DNE1120lunar_linux-xilinx-zynqmp: DNE
1121mantic_linux-xilinx-zynqmp: DNE1121mantic_linux-xilinx-zynqmp: DNE
diff --git a/active/CVE-2023-3389 b/active/CVE-2023-3389
index f37a086..df97f81 100644
--- a/active/CVE-2023-3389
+++ b/active/CVE-2023-3389
@@ -440,7 +440,7 @@ trusty_linux-azure-5.19: DNE
440xenial_linux-azure-5.19: DNE440xenial_linux-azure-5.19: DNE
441bionic_linux-azure-5.19: DNE441bionic_linux-azure-5.19: DNE
442focal_linux-azure-5.19: DNE442focal_linux-azure-5.19: DNE
443jammy_linux-azure-5.19: ignored (was needs-triage now end-of-life)443jammy_linux-azure-5.19: ignored (end of kernel support, was needs-triage)
444kinetic_linux-azure-5.19: DNE444kinetic_linux-azure-5.19: DNE
445lunar_linux-azure-5.19: DNE445lunar_linux-azure-5.19: DNE
446mantic_linux-azure-5.19: DNE446mantic_linux-azure-5.19: DNE
@@ -791,7 +791,7 @@ upstream_linux-intel-5.13: released (6.4)
791trusty_linux-intel-5.13: DNE791trusty_linux-intel-5.13: DNE
792xenial_linux-intel-5.13: DNE792xenial_linux-intel-5.13: DNE
793bionic_linux-intel-5.13: DNE793bionic_linux-intel-5.13: DNE
794focal_linux-intel-5.13: ignored (was needs-triage now end-of-life)794focal_linux-intel-5.13: ignored (end of kernel support, was needs-triage)
795jammy_linux-intel-5.13: DNE795jammy_linux-intel-5.13: DNE
796kinetic_linux-intel-5.13: DNE796kinetic_linux-intel-5.13: DNE
797lunar_linux-intel-5.13: DNE797lunar_linux-intel-5.13: DNE
@@ -964,7 +964,7 @@ upstream_linux-oracle-5.13: released (6.4)
964trusty_linux-oracle-5.13: DNE964trusty_linux-oracle-5.13: DNE
965xenial_linux-oracle-5.13: DNE965xenial_linux-oracle-5.13: DNE
966bionic_linux-oracle-5.13: DNE966bionic_linux-oracle-5.13: DNE
967focal_linux-oracle-5.13: ignored (was needs-triage now end-of-life)967focal_linux-oracle-5.13: ignored (end of kernel support, was needs-triage)
968jammy_linux-oracle-5.13: DNE968jammy_linux-oracle-5.13: DNE
969kinetic_linux-oracle-5.13: DNE969kinetic_linux-oracle-5.13: DNE
970lunar_linux-oracle-5.13: DNE970lunar_linux-oracle-5.13: DNE
@@ -1001,7 +1001,7 @@ upstream_linux-oem-5.6: released (6.4)
1001trusty_linux-oem-5.6: DNE1001trusty_linux-oem-5.6: DNE
1002xenial_linux-oem-5.6: DNE1002xenial_linux-oem-5.6: DNE
1003bionic_linux-oem-5.6: DNE1003bionic_linux-oem-5.6: DNE
1004focal_linux-oem-5.6: ignored (was needs-triage now end-of-life)1004focal_linux-oem-5.6: ignored (end of kernel support, was needs-triage)
1005jammy_linux-oem-5.6: DNE1005jammy_linux-oem-5.6: DNE
1006kinetic_linux-oem-5.6: DNE1006kinetic_linux-oem-5.6: DNE
1007lunar_linux-oem-5.6: DNE1007lunar_linux-oem-5.6: DNE
@@ -1013,7 +1013,7 @@ upstream_linux-oem-5.10: released (6.4)
1013trusty_linux-oem-5.10: DNE1013trusty_linux-oem-5.10: DNE
1014xenial_linux-oem-5.10: DNE1014xenial_linux-oem-5.10: DNE
1015bionic_linux-oem-5.10: DNE1015bionic_linux-oem-5.10: DNE
1016focal_linux-oem-5.10: ignored (was needs-triage now end-of-life)1016focal_linux-oem-5.10: ignored (end of kernel support, was needs-triage)
1017jammy_linux-oem-5.10: DNE1017jammy_linux-oem-5.10: DNE
1018kinetic_linux-oem-5.10: DNE1018kinetic_linux-oem-5.10: DNE
1019lunar_linux-oem-5.10: DNE1019lunar_linux-oem-5.10: DNE
@@ -1037,7 +1037,7 @@ upstream_linux-oem-5.14: released (6.4)
1037trusty_linux-oem-5.14: DNE1037trusty_linux-oem-5.14: DNE
1038xenial_linux-oem-5.14: DNE1038xenial_linux-oem-5.14: DNE
1039bionic_linux-oem-5.14: DNE1039bionic_linux-oem-5.14: DNE
1040focal_linux-oem-5.14: ignored (was needs-triage now end-of-life)1040focal_linux-oem-5.14: ignored (end of kernel support, was needs-triage)
1041jammy_linux-oem-5.14: DNE1041jammy_linux-oem-5.14: DNE
1042kinetic_linux-oem-5.14: DNE1042kinetic_linux-oem-5.14: DNE
1043lunar_linux-oem-5.14: DNE1043lunar_linux-oem-5.14: DNE
@@ -1147,7 +1147,7 @@ trusty_linux-riscv: DNE
1147xenial_linux-riscv: DNE1147xenial_linux-riscv: DNE
1148bionic_linux-riscv: DNE1148bionic_linux-riscv: DNE
1149focal_linux-riscv: ignored (superseded by linux-riscv-5.8)1149focal_linux-riscv: ignored (superseded by linux-riscv-5.8)
1150jammy_linux-riscv: ignored (was needs-triage now end-of-life)1150jammy_linux-riscv: ignored (end of kernel support, was needs-triage)
1151kinetic_linux-riscv: ignored (end of life, was needed)1151kinetic_linux-riscv: ignored (end of life, was needed)
1152lunar_linux-riscv: released (6.2.0-27.28.1)1152lunar_linux-riscv: released (6.2.0-27.28.1)
1153mantic_linux-riscv: not-affected (6.5.0-9.9.1)1153mantic_linux-riscv: not-affected (6.5.0-9.9.1)
diff --git a/active/CVE-2023-3390 b/active/CVE-2023-3390
index 121ff45..54ac32e 100644
--- a/active/CVE-2023-3390
+++ b/active/CVE-2023-3390
@@ -447,7 +447,7 @@ trusty_linux-azure-5.19: DNE
447xenial_linux-azure-5.19: DNE447xenial_linux-azure-5.19: DNE
448bionic_linux-azure-5.19: DNE448bionic_linux-azure-5.19: DNE
449focal_linux-azure-5.19: DNE449focal_linux-azure-5.19: DNE
450jammy_linux-azure-5.19: ignored (was needs-triage now end-of-life)450jammy_linux-azure-5.19: ignored (end of kernel support, was needs-triage)
451kinetic_linux-azure-5.19: DNE451kinetic_linux-azure-5.19: DNE
452lunar_linux-azure-5.19: DNE452lunar_linux-azure-5.19: DNE
453mantic_linux-azure-5.19: DNE453mantic_linux-azure-5.19: DNE
@@ -798,7 +798,7 @@ upstream_linux-intel-5.13: released (6.4~rc7)
798trusty_linux-intel-5.13: DNE798trusty_linux-intel-5.13: DNE
799xenial_linux-intel-5.13: DNE799xenial_linux-intel-5.13: DNE
800bionic_linux-intel-5.13: DNE800bionic_linux-intel-5.13: DNE
801focal_linux-intel-5.13: ignored (was needs-triage now end-of-life)801focal_linux-intel-5.13: ignored (end of kernel support, was needs-triage)
802jammy_linux-intel-5.13: DNE802jammy_linux-intel-5.13: DNE
803kinetic_linux-intel-5.13: DNE803kinetic_linux-intel-5.13: DNE
804lunar_linux-intel-5.13: DNE804lunar_linux-intel-5.13: DNE
@@ -971,7 +971,7 @@ upstream_linux-oracle-5.13: released (6.4~rc7)
971trusty_linux-oracle-5.13: DNE971trusty_linux-oracle-5.13: DNE
972xenial_linux-oracle-5.13: DNE972xenial_linux-oracle-5.13: DNE
973bionic_linux-oracle-5.13: DNE973bionic_linux-oracle-5.13: DNE
974focal_linux-oracle-5.13: ignored (was needs-triage now end-of-life)974focal_linux-oracle-5.13: ignored (end of kernel support, was needs-triage)
975jammy_linux-oracle-5.13: DNE975jammy_linux-oracle-5.13: DNE
976kinetic_linux-oracle-5.13: DNE976kinetic_linux-oracle-5.13: DNE
977lunar_linux-oracle-5.13: DNE977lunar_linux-oracle-5.13: DNE
@@ -1008,7 +1008,7 @@ upstream_linux-oem-5.6: released (6.4~rc7)
1008trusty_linux-oem-5.6: DNE1008trusty_linux-oem-5.6: DNE
1009xenial_linux-oem-5.6: DNE1009xenial_linux-oem-5.6: DNE
1010bionic_linux-oem-5.6: DNE1010bionic_linux-oem-5.6: DNE
1011focal_linux-oem-5.6: ignored (was needs-triage now end-of-life)1011focal_linux-oem-5.6: ignored (end of kernel support, was needs-triage)
1012jammy_linux-oem-5.6: DNE1012jammy_linux-oem-5.6: DNE
1013kinetic_linux-oem-5.6: DNE1013kinetic_linux-oem-5.6: DNE
1014lunar_linux-oem-5.6: DNE1014lunar_linux-oem-5.6: DNE
@@ -1020,7 +1020,7 @@ upstream_linux-oem-5.10: released (6.4~rc7)
1020trusty_linux-oem-5.10: DNE1020trusty_linux-oem-5.10: DNE
1021xenial_linux-oem-5.10: DNE1021xenial_linux-oem-5.10: DNE
1022bionic_linux-oem-5.10: DNE1022bionic_linux-oem-5.10: DNE
1023focal_linux-oem-5.10: ignored (was needs-triage now end-of-life)1023focal_linux-oem-5.10: ignored (end of kernel support, was needs-triage)
1024jammy_linux-oem-5.10: DNE1024jammy_linux-oem-5.10: DNE
1025kinetic_linux-oem-5.10: DNE1025kinetic_linux-oem-5.10: DNE
1026lunar_linux-oem-5.10: DNE1026lunar_linux-oem-5.10: DNE
@@ -1044,7 +1044,7 @@ upstream_linux-oem-5.14: released (6.4~rc7)
1044trusty_linux-oem-5.14: DNE1044trusty_linux-oem-5.14: DNE
1045xenial_linux-oem-5.14: DNE1045xenial_linux-oem-5.14: DNE
1046bionic_linux-oem-5.14: DNE1046bionic_linux-oem-5.14: DNE
1047focal_linux-oem-5.14: ignored (was needs-triage now end-of-life)1047focal_linux-oem-5.14: ignored (end of kernel support, was needs-triage)
1048jammy_linux-oem-5.14: DNE1048jammy_linux-oem-5.14: DNE
1049kinetic_linux-oem-5.14: DNE1049kinetic_linux-oem-5.14: DNE
1050lunar_linux-oem-5.14: DNE1050lunar_linux-oem-5.14: DNE
@@ -1154,7 +1154,7 @@ trusty_linux-riscv: DNE
1154xenial_linux-riscv: DNE1154xenial_linux-riscv: DNE
1155bionic_linux-riscv: DNE1155bionic_linux-riscv: DNE
1156focal_linux-riscv: ignored (superseded by linux-riscv-5.8)1156focal_linux-riscv: ignored (superseded by linux-riscv-5.8)
1157jammy_linux-riscv: ignored (was needs-triage now end-of-life)1157jammy_linux-riscv: ignored (end of kernel support, was needs-triage)
1158kinetic_linux-riscv: ignored (end of life, was needed)1158kinetic_linux-riscv: ignored (end of life, was needed)
1159lunar_linux-riscv: ignored (end of life, was pending [6.2.0-27.28.1])1159lunar_linux-riscv: ignored (end of life, was pending [6.2.0-27.28.1])
1160mantic_linux-riscv: not-affected (6.5.0-9.9.1)1160mantic_linux-riscv: not-affected (6.5.0-9.9.1)
diff --git a/active/CVE-2023-33951 b/active/CVE-2023-33951
index de41c4a..5ade5df 100644
--- a/active/CVE-2023-33951
+++ b/active/CVE-2023-33951
@@ -423,7 +423,7 @@ trusty_linux-azure-5.19: DNE
423xenial_linux-azure-5.19: DNE423xenial_linux-azure-5.19: DNE
424bionic_linux-azure-5.19: DNE424bionic_linux-azure-5.19: DNE
425focal_linux-azure-5.19: DNE425focal_linux-azure-5.19: DNE
426jammy_linux-azure-5.19: ignored (was needs-triage now end-of-life)426jammy_linux-azure-5.19: ignored (end of kernel support, was needs-triage)
427kinetic_linux-azure-5.19: DNE427kinetic_linux-azure-5.19: DNE
428lunar_linux-azure-5.19: DNE428lunar_linux-azure-5.19: DNE
429mantic_linux-azure-5.19: DNE429mantic_linux-azure-5.19: DNE
@@ -774,7 +774,7 @@ upstream_linux-intel-5.13: released (6.2)
774trusty_linux-intel-5.13: DNE774trusty_linux-intel-5.13: DNE
775xenial_linux-intel-5.13: DNE775xenial_linux-intel-5.13: DNE
776bionic_linux-intel-5.13: DNE776bionic_linux-intel-5.13: DNE
777focal_linux-intel-5.13: ignored (was needs-triage now end-of-life)777focal_linux-intel-5.13: ignored (end of kernel support, was needs-triage)
778jammy_linux-intel-5.13: DNE778jammy_linux-intel-5.13: DNE
779kinetic_linux-intel-5.13: DNE779kinetic_linux-intel-5.13: DNE
780lunar_linux-intel-5.13: DNE780lunar_linux-intel-5.13: DNE
@@ -947,7 +947,7 @@ upstream_linux-oracle-5.13: released (6.2)
947trusty_linux-oracle-5.13: DNE947trusty_linux-oracle-5.13: DNE
948xenial_linux-oracle-5.13: DNE948xenial_linux-oracle-5.13: DNE
949bionic_linux-oracle-5.13: DNE949bionic_linux-oracle-5.13: DNE
950focal_linux-oracle-5.13: ignored (was needs-triage now end-of-life)950focal_linux-oracle-5.13: ignored (end of kernel support, was needs-triage)
951jammy_linux-oracle-5.13: DNE951jammy_linux-oracle-5.13: DNE
952kinetic_linux-oracle-5.13: DNE952kinetic_linux-oracle-5.13: DNE
953lunar_linux-oracle-5.13: DNE953lunar_linux-oracle-5.13: DNE
@@ -984,7 +984,7 @@ upstream_linux-oem-5.6: released (6.2)
984trusty_linux-oem-5.6: DNE984trusty_linux-oem-5.6: DNE
985xenial_linux-oem-5.6: DNE985xenial_linux-oem-5.6: DNE
986bionic_linux-oem-5.6: DNE986bionic_linux-oem-5.6: DNE
987focal_linux-oem-5.6: ignored (was needs-triage now end-of-life)987focal_linux-oem-5.6: ignored (end of kernel support, was needs-triage)
988jammy_linux-oem-5.6: DNE988jammy_linux-oem-5.6: DNE
989kinetic_linux-oem-5.6: DNE989kinetic_linux-oem-5.6: DNE
990lunar_linux-oem-5.6: DNE990lunar_linux-oem-5.6: DNE
@@ -996,7 +996,7 @@ upstream_linux-oem-5.10: released (6.2)
996trusty_linux-oem-5.10: DNE996trusty_linux-oem-5.10: DNE
997xenial_linux-oem-5.10: DNE997xenial_linux-oem-5.10: DNE
998bionic_linux-oem-5.10: DNE998bionic_linux-oem-5.10: DNE
999focal_linux-oem-5.10: ignored (was needs-triage now end-of-life)999focal_linux-oem-5.10: ignored (end of kernel support, was needs-triage)
1000jammy_linux-oem-5.10: DNE1000jammy_linux-oem-5.10: DNE
1001kinetic_linux-oem-5.10: DNE1001kinetic_linux-oem-5.10: DNE
1002lunar_linux-oem-5.10: DNE1002lunar_linux-oem-5.10: DNE
@@ -1020,7 +1020,7 @@ upstream_linux-oem-5.14: released (6.2)
1020trusty_linux-oem-5.14: DNE1020trusty_linux-oem-5.14: DNE
1021xenial_linux-oem-5.14: DNE1021xenial_linux-oem-5.14: DNE
1022bionic_linux-oem-5.14: DNE1022bionic_linux-oem-5.14: DNE
1023focal_linux-oem-5.14: ignored (was needs-triage now end-of-life)1023focal_linux-oem-5.14: ignored (end of kernel support, was needs-triage)
1024jammy_linux-oem-5.14: DNE1024jammy_linux-oem-5.14: DNE
1025kinetic_linux-oem-5.14: DNE1025kinetic_linux-oem-5.14: DNE
1026lunar_linux-oem-5.14: DNE1026lunar_linux-oem-5.14: DNE
@@ -1130,7 +1130,7 @@ trusty_linux-riscv: DNE
1130xenial_linux-riscv: DNE1130xenial_linux-riscv: DNE
1131bionic_linux-riscv: DNE1131bionic_linux-riscv: DNE
1132focal_linux-riscv: ignored (superseded by linux-riscv-5.8)1132focal_linux-riscv: ignored (superseded by linux-riscv-5.8)
1133jammy_linux-riscv: ignored (was needs-triage now end-of-life)1133jammy_linux-riscv: ignored (end of kernel support, was needs-triage)
1134kinetic_linux-riscv: released (5.19.0-1018.19)1134kinetic_linux-riscv: released (5.19.0-1018.19)
1135lunar_linux-riscv: not-affected (6.2.0-19.19.1)1135lunar_linux-riscv: not-affected (6.2.0-19.19.1)
1136mantic_linux-riscv: not-affected (6.2.0-19.19.1)1136mantic_linux-riscv: not-affected (6.2.0-19.19.1)
@@ -1226,7 +1226,7 @@ trusty_linux-xilinx-zynqmp: DNE
1226xenial_linux-xilinx-zynqmp: DNE1226xenial_linux-xilinx-zynqmp: DNE
1227bionic_linux-xilinx-zynqmp: DNE1227bionic_linux-xilinx-zynqmp: DNE
1228focal_linux-xilinx-zynqmp: not-affected (5.4.0-1020.24)1228focal_linux-xilinx-zynqmp: not-affected (5.4.0-1020.24)
1229jammy_linux-xilinx-zynqmp: ignored (was needs-triage now end-of-life)1229jammy_linux-xilinx-zynqmp: ignored (end of kernel support, was needs-triage)
1230kinetic_linux-xilinx-zynqmp: DNE1230kinetic_linux-xilinx-zynqmp: DNE
1231lunar_linux-xilinx-zynqmp: DNE1231lunar_linux-xilinx-zynqmp: DNE
1232mantic_linux-xilinx-zynqmp: DNE1232mantic_linux-xilinx-zynqmp: DNE
diff --git a/active/CVE-2023-33952 b/active/CVE-2023-33952
index 33e3348..50028e4 100644
--- a/active/CVE-2023-33952
+++ b/active/CVE-2023-33952
@@ -423,7 +423,7 @@ trusty_linux-azure-5.19: DNE
423xenial_linux-azure-5.19: DNE423xenial_linux-azure-5.19: DNE
424bionic_linux-azure-5.19: DNE424bionic_linux-azure-5.19: DNE
425focal_linux-azure-5.19: DNE425focal_linux-azure-5.19: DNE
426jammy_linux-azure-5.19: ignored (was needs-triage now end-of-life)426jammy_linux-azure-5.19: ignored (end of kernel support, was needs-triage)
427kinetic_linux-azure-5.19: DNE427kinetic_linux-azure-5.19: DNE
428lunar_linux-azure-5.19: DNE428lunar_linux-azure-5.19: DNE
429mantic_linux-azure-5.19: DNE429mantic_linux-azure-5.19: DNE
@@ -774,7 +774,7 @@ upstream_linux-intel-5.13: released (6.2)
774trusty_linux-intel-5.13: DNE774trusty_linux-intel-5.13: DNE
775xenial_linux-intel-5.13: DNE775xenial_linux-intel-5.13: DNE
776bionic_linux-intel-5.13: DNE776bionic_linux-intel-5.13: DNE
777focal_linux-intel-5.13: ignored (was needs-triage now end-of-life)777focal_linux-intel-5.13: ignored (end of kernel support, was needs-triage)
778jammy_linux-intel-5.13: DNE778jammy_linux-intel-5.13: DNE
779kinetic_linux-intel-5.13: DNE779kinetic_linux-intel-5.13: DNE
780lunar_linux-intel-5.13: DNE780lunar_linux-intel-5.13: DNE
@@ -947,7 +947,7 @@ upstream_linux-oracle-5.13: released (6.2)
947trusty_linux-oracle-5.13: DNE947trusty_linux-oracle-5.13: DNE
948xenial_linux-oracle-5.13: DNE948xenial_linux-oracle-5.13: DNE
949bionic_linux-oracle-5.13: DNE949bionic_linux-oracle-5.13: DNE
950focal_linux-oracle-5.13: ignored (was needs-triage now end-of-life)950focal_linux-oracle-5.13: ignored (end of kernel support, was needs-triage)
951jammy_linux-oracle-5.13: DNE951jammy_linux-oracle-5.13: DNE
952kinetic_linux-oracle-5.13: DNE952kinetic_linux-oracle-5.13: DNE
953lunar_linux-oracle-5.13: DNE953lunar_linux-oracle-5.13: DNE
@@ -984,7 +984,7 @@ upstream_linux-oem-5.6: released (6.2)
984trusty_linux-oem-5.6: DNE984trusty_linux-oem-5.6: DNE
985xenial_linux-oem-5.6: DNE985xenial_linux-oem-5.6: DNE
986bionic_linux-oem-5.6: DNE986bionic_linux-oem-5.6: DNE
987focal_linux-oem-5.6: ignored (was needs-triage now end-of-life)987focal_linux-oem-5.6: ignored (end of kernel support, was needs-triage)
988jammy_linux-oem-5.6: DNE988jammy_linux-oem-5.6: DNE
989kinetic_linux-oem-5.6: DNE989kinetic_linux-oem-5.6: DNE
990lunar_linux-oem-5.6: DNE990lunar_linux-oem-5.6: DNE
@@ -996,7 +996,7 @@ upstream_linux-oem-5.10: released (6.2)
996trusty_linux-oem-5.10: DNE996trusty_linux-oem-5.10: DNE
997xenial_linux-oem-5.10: DNE997xenial_linux-oem-5.10: DNE
998bionic_linux-oem-5.10: DNE998bionic_linux-oem-5.10: DNE
999focal_linux-oem-5.10: ignored (was needs-triage now end-of-life)999focal_linux-oem-5.10: ignored (end of kernel support, was needs-triage)
1000jammy_linux-oem-5.10: DNE1000jammy_linux-oem-5.10: DNE
1001kinetic_linux-oem-5.10: DNE1001kinetic_linux-oem-5.10: DNE
1002lunar_linux-oem-5.10: DNE1002lunar_linux-oem-5.10: DNE
@@ -1020,7 +1020,7 @@ upstream_linux-oem-5.14: released (6.2)
1020trusty_linux-oem-5.14: DNE1020trusty_linux-oem-5.14: DNE
1021xenial_linux-oem-5.14: DNE1021xenial_linux-oem-5.14: DNE
1022bionic_linux-oem-5.14: DNE1022bionic_linux-oem-5.14: DNE
1023focal_linux-oem-5.14: ignored (was needs-triage now end-of-life)1023focal_linux-oem-5.14: ignored (end of kernel support, was needs-triage)
1024jammy_linux-oem-5.14: DNE1024jammy_linux-oem-5.14: DNE
1025kinetic_linux-oem-5.14: DNE1025kinetic_linux-oem-5.14: DNE
1026lunar_linux-oem-5.14: DNE1026lunar_linux-oem-5.14: DNE
@@ -1130,7 +1130,7 @@ trusty_linux-riscv: DNE
1130xenial_linux-riscv: DNE1130xenial_linux-riscv: DNE
1131bionic_linux-riscv: DNE1131bionic_linux-riscv: DNE
1132focal_linux-riscv: ignored (superseded by linux-riscv-5.8)1132focal_linux-riscv: ignored (superseded by linux-riscv-5.8)
1133jammy_linux-riscv: ignored (was needs-triage now end-of-life)1133jammy_linux-riscv: ignored (end of kernel support, was needs-triage)
1134kinetic_linux-riscv: released (5.19.0-1018.19)1134kinetic_linux-riscv: released (5.19.0-1018.19)
1135lunar_linux-riscv: not-affected (6.2.0-19.19.1)1135lunar_linux-riscv: not-affected (6.2.0-19.19.1)
1136mantic_linux-riscv: not-affected (6.2.0-19.19.1)1136mantic_linux-riscv: not-affected (6.2.0-19.19.1)
@@ -1226,7 +1226,7 @@ trusty_linux-xilinx-zynqmp: DNE
1226xenial_linux-xilinx-zynqmp: DNE1226xenial_linux-xilinx-zynqmp: DNE
1227bionic_linux-xilinx-zynqmp: DNE1227bionic_linux-xilinx-zynqmp: DNE
1228focal_linux-xilinx-zynqmp: not-affected (5.4.0-1020.24)1228focal_linux-xilinx-zynqmp: not-affected (5.4.0-1020.24)
1229jammy_linux-xilinx-zynqmp: ignored (was needs-triage now end-of-life)1229jammy_linux-xilinx-zynqmp: ignored (end of kernel support, was needs-triage)
1230kinetic_linux-xilinx-zynqmp: DNE1230kinetic_linux-xilinx-zynqmp: DNE
1231lunar_linux-xilinx-zynqmp: DNE1231lunar_linux-xilinx-zynqmp: DNE
1232mantic_linux-xilinx-zynqmp: DNE1232mantic_linux-xilinx-zynqmp: DNE
diff --git a/active/CVE-2023-3439 b/active/CVE-2023-3439
index 2a05745..bca3116 100644
--- a/active/CVE-2023-3439
+++ b/active/CVE-2023-3439
@@ -433,7 +433,7 @@ trusty_linux-azure-5.19: DNE
433xenial_linux-azure-5.19: DNE433xenial_linux-azure-5.19: DNE
434bionic_linux-azure-5.19: DNE434bionic_linux-azure-5.19: DNE
435focal_linux-azure-5.19: DNE435focal_linux-azure-5.19: DNE
436jammy_linux-azure-5.19: ignored (was needs-triage now end-of-life)436jammy_linux-azure-5.19: ignored (end of kernel support, was needs-triage)
437kinetic_linux-azure-5.19: DNE437kinetic_linux-azure-5.19: DNE
438lunar_linux-azure-5.19: DNE438lunar_linux-azure-5.19: DNE
439mantic_linux-azure-5.19: DNE439mantic_linux-azure-5.19: DNE
@@ -784,7 +784,7 @@ upstream_linux-intel-5.13: released (5.18~rc5)
784trusty_linux-intel-5.13: DNE784trusty_linux-intel-5.13: DNE
785xenial_linux-intel-5.13: DNE785xenial_linux-intel-5.13: DNE
786bionic_linux-intel-5.13: DNE786bionic_linux-intel-5.13: DNE
787focal_linux-intel-5.13: ignored (was needs-triage now end-of-life)787focal_linux-intel-5.13: ignored (end of kernel support, was needs-triage)
788jammy_linux-intel-5.13: DNE788jammy_linux-intel-5.13: DNE
789kinetic_linux-intel-5.13: DNE789kinetic_linux-intel-5.13: DNE
790lunar_linux-intel-5.13: DNE790lunar_linux-intel-5.13: DNE
@@ -957,7 +957,7 @@ upstream_linux-oracle-5.13: released (5.18~rc5)
957trusty_linux-oracle-5.13: DNE957trusty_linux-oracle-5.13: DNE
958xenial_linux-oracle-5.13: DNE958xenial_linux-oracle-5.13: DNE
959bionic_linux-oracle-5.13: DNE959bionic_linux-oracle-5.13: DNE
960focal_linux-oracle-5.13: ignored (was needs-triage now end-of-life)960focal_linux-oracle-5.13: ignored (end of kernel support, was needs-triage)
961jammy_linux-oracle-5.13: DNE961jammy_linux-oracle-5.13: DNE
962kinetic_linux-oracle-5.13: DNE962kinetic_linux-oracle-5.13: DNE
963lunar_linux-oracle-5.13: DNE963lunar_linux-oracle-5.13: DNE
@@ -994,7 +994,7 @@ upstream_linux-oem-5.6: released (5.18~rc5)
994trusty_linux-oem-5.6: DNE994trusty_linux-oem-5.6: DNE
995xenial_linux-oem-5.6: DNE995xenial_linux-oem-5.6: DNE
996bionic_linux-oem-5.6: DNE996bionic_linux-oem-5.6: DNE
997focal_linux-oem-5.6: ignored (was needs-triage now end-of-life)997focal_linux-oem-5.6: ignored (end of kernel support, was needs-triage)
998jammy_linux-oem-5.6: DNE998jammy_linux-oem-5.6: DNE
999kinetic_linux-oem-5.6: DNE999kinetic_linux-oem-5.6: DNE
1000lunar_linux-oem-5.6: DNE1000lunar_linux-oem-5.6: DNE
@@ -1006,7 +1006,7 @@ upstream_linux-oem-5.10: released (5.18~rc5)
1006trusty_linux-oem-5.10: DNE1006trusty_linux-oem-5.10: DNE
1007xenial_linux-oem-5.10: DNE1007xenial_linux-oem-5.10: DNE
1008bionic_linux-oem-5.10: DNE1008bionic_linux-oem-5.10: DNE
1009focal_linux-oem-5.10: ignored (was needs-triage now end-of-life)1009focal_linux-oem-5.10: ignored (end of kernel support, was needs-triage)
1010jammy_linux-oem-5.10: DNE1010jammy_linux-oem-5.10: DNE
1011kinetic_linux-oem-5.10: DNE1011kinetic_linux-oem-5.10: DNE
1012lunar_linux-oem-5.10: DNE1012lunar_linux-oem-5.10: DNE
@@ -1030,7 +1030,7 @@ upstream_linux-oem-5.14: released (5.18~rc5)
1030trusty_linux-oem-5.14: DNE1030trusty_linux-oem-5.14: DNE
1031xenial_linux-oem-5.14: DNE1031xenial_linux-oem-5.14: DNE
1032bionic_linux-oem-5.14: DNE1032bionic_linux-oem-5.14: DNE
1033focal_linux-oem-5.14: ignored (was needs-triage now end-of-life)1033focal_linux-oem-5.14: ignored (end of kernel support, was needs-triage)
1034jammy_linux-oem-5.14: DNE1034jammy_linux-oem-5.14: DNE
1035kinetic_linux-oem-5.14: DNE1035kinetic_linux-oem-5.14: DNE
1036lunar_linux-oem-5.14: DNE1036lunar_linux-oem-5.14: DNE
@@ -1140,7 +1140,7 @@ trusty_linux-riscv: DNE
1140xenial_linux-riscv: DNE1140xenial_linux-riscv: DNE
1141bionic_linux-riscv: DNE1141bionic_linux-riscv: DNE
1142focal_linux-riscv: ignored (superseded by linux-riscv-5.8)1142focal_linux-riscv: ignored (superseded by linux-riscv-5.8)
1143jammy_linux-riscv: ignored (was needs-triage now end-of-life)1143jammy_linux-riscv: ignored (end of kernel support, was needs-triage)
1144kinetic_linux-riscv: not-affected (5.19.0-1002.2)1144kinetic_linux-riscv: not-affected (5.19.0-1002.2)
1145lunar_linux-riscv: not-affected (5.19.0-1004.4)1145lunar_linux-riscv: not-affected (5.19.0-1004.4)
1146mantic_linux-riscv: not-affected (6.2.0-19.19.1)1146mantic_linux-riscv: not-affected (6.2.0-19.19.1)
diff --git a/active/CVE-2023-35001 b/active/CVE-2023-35001
index abccbc3..c804abf 100644
--- a/active/CVE-2023-35001
+++ b/active/CVE-2023-35001
@@ -427,7 +427,7 @@ trusty_linux-azure-5.19: DNE
427xenial_linux-azure-5.19: DNE427xenial_linux-azure-5.19: DNE
428bionic_linux-azure-5.19: DNE428bionic_linux-azure-5.19: DNE
429focal_linux-azure-5.19: DNE429focal_linux-azure-5.19: DNE
430jammy_linux-azure-5.19: ignored (was needs-triage now end-of-life)430jammy_linux-azure-5.19: ignored (end of kernel support, was needs-triage)
431kinetic_linux-azure-5.19: DNE431kinetic_linux-azure-5.19: DNE
432lunar_linux-azure-5.19: DNE432lunar_linux-azure-5.19: DNE
433mantic_linux-azure-5.19: DNE433mantic_linux-azure-5.19: DNE
@@ -778,7 +778,7 @@ upstream_linux-intel-5.13: released (6.5~rc2)
778trusty_linux-intel-5.13: DNE778trusty_linux-intel-5.13: DNE
779xenial_linux-intel-5.13: DNE779xenial_linux-intel-5.13: DNE
780bionic_linux-intel-5.13: DNE780bionic_linux-intel-5.13: DNE
781focal_linux-intel-5.13: ignored (was needs-triage now end-of-life)781focal_linux-intel-5.13: ignored (end of kernel support, was needs-triage)
782jammy_linux-intel-5.13: DNE782jammy_linux-intel-5.13: DNE
783kinetic_linux-intel-5.13: DNE783kinetic_linux-intel-5.13: DNE
784lunar_linux-intel-5.13: DNE784lunar_linux-intel-5.13: DNE
@@ -951,7 +951,7 @@ upstream_linux-oracle-5.13: released (6.5~rc2)
951trusty_linux-oracle-5.13: DNE951trusty_linux-oracle-5.13: DNE
952xenial_linux-oracle-5.13: DNE952xenial_linux-oracle-5.13: DNE
953bionic_linux-oracle-5.13: DNE953bionic_linux-oracle-5.13: DNE
954focal_linux-oracle-5.13: ignored (was needs-triage now end-of-life)954focal_linux-oracle-5.13: ignored (end of kernel support, was needs-triage)
955jammy_linux-oracle-5.13: DNE955jammy_linux-oracle-5.13: DNE
956kinetic_linux-oracle-5.13: DNE956kinetic_linux-oracle-5.13: DNE
957lunar_linux-oracle-5.13: DNE957lunar_linux-oracle-5.13: DNE
@@ -988,7 +988,7 @@ upstream_linux-oem-5.6: released (6.5~rc2)
988trusty_linux-oem-5.6: DNE988trusty_linux-oem-5.6: DNE
989xenial_linux-oem-5.6: DNE989xenial_linux-oem-5.6: DNE
990bionic_linux-oem-5.6: DNE990bionic_linux-oem-5.6: DNE
991focal_linux-oem-5.6: ignored (was needs-triage now end-of-life)991focal_linux-oem-5.6: ignored (end of kernel support, was needs-triage)
992jammy_linux-oem-5.6: DNE992jammy_linux-oem-5.6: DNE
993kinetic_linux-oem-5.6: DNE993kinetic_linux-oem-5.6: DNE
994lunar_linux-oem-5.6: DNE994lunar_linux-oem-5.6: DNE
@@ -1000,7 +1000,7 @@ upstream_linux-oem-5.10: released (6.5~rc2)
1000trusty_linux-oem-5.10: DNE1000trusty_linux-oem-5.10: DNE
1001xenial_linux-oem-5.10: DNE1001xenial_linux-oem-5.10: DNE
1002bionic_linux-oem-5.10: DNE1002bionic_linux-oem-5.10: DNE
1003focal_linux-oem-5.10: ignored (was needs-triage now end-of-life)1003focal_linux-oem-5.10: ignored (end of kernel support, was needs-triage)
1004jammy_linux-oem-5.10: DNE1004jammy_linux-oem-5.10: DNE
1005kinetic_linux-oem-5.10: DNE1005kinetic_linux-oem-5.10: DNE
1006lunar_linux-oem-5.10: DNE1006lunar_linux-oem-5.10: DNE
@@ -1024,7 +1024,7 @@ upstream_linux-oem-5.14: released (6.5~rc2)
1024trusty_linux-oem-5.14: DNE1024trusty_linux-oem-5.14: DNE
1025xenial_linux-oem-5.14: DNE1025xenial_linux-oem-5.14: DNE
1026bionic_linux-oem-5.14: DNE1026bionic_linux-oem-5.14: DNE
1027focal_linux-oem-5.14: ignored (was needs-triage now end-of-life)1027focal_linux-oem-5.14: ignored (end of kernel support, was needs-triage)
1028jammy_linux-oem-5.14: DNE1028jammy_linux-oem-5.14: DNE
1029kinetic_linux-oem-5.14: DNE1029kinetic_linux-oem-5.14: DNE
1030lunar_linux-oem-5.14: DNE1030lunar_linux-oem-5.14: DNE
@@ -1134,7 +1134,7 @@ trusty_linux-riscv: DNE
1134xenial_linux-riscv: DNE1134xenial_linux-riscv: DNE
1135bionic_linux-riscv: DNE1135bionic_linux-riscv: DNE
1136focal_linux-riscv: ignored (superseded by linux-riscv-5.8)1136focal_linux-riscv: ignored (superseded by linux-riscv-5.8)
1137jammy_linux-riscv: ignored (was needs-triage now end-of-life)1137jammy_linux-riscv: ignored (end of kernel support, was needs-triage)
1138kinetic_linux-riscv: ignored (end of life, was needs-triage)1138kinetic_linux-riscv: ignored (end of life, was needs-triage)
1139lunar_linux-riscv: ignored (end of life, was pending [6.2.0-27.28.1])1139lunar_linux-riscv: ignored (end of life, was pending [6.2.0-27.28.1])
1140mantic_linux-riscv: not-affected (6.5.0-9.9.1)1140mantic_linux-riscv: not-affected (6.5.0-9.9.1)
diff --git a/active/CVE-2023-35823 b/active/CVE-2023-35823
index 004fc92..e52924e 100644
--- a/active/CVE-2023-35823
+++ b/active/CVE-2023-35823
@@ -408,7 +408,7 @@ trusty_linux-azure-5.19: DNE
408xenial_linux-azure-5.19: DNE408xenial_linux-azure-5.19: DNE
409bionic_linux-azure-5.19: DNE409bionic_linux-azure-5.19: DNE
410focal_linux-azure-5.19: DNE410focal_linux-azure-5.19: DNE
411jammy_linux-azure-5.19: ignored (was needs-triage now end-of-life)411jammy_linux-azure-5.19: ignored (end of kernel support, was needs-triage)
412kinetic_linux-azure-5.19: DNE412kinetic_linux-azure-5.19: DNE
413lunar_linux-azure-5.19: DNE413lunar_linux-azure-5.19: DNE
414mantic_linux-azure-5.19: DNE414mantic_linux-azure-5.19: DNE
@@ -735,7 +735,7 @@ upstream_linux-intel-5.13: released (6.4~rc1)
735trusty_linux-intel-5.13: DNE735trusty_linux-intel-5.13: DNE
736xenial_linux-intel-5.13: DNE736xenial_linux-intel-5.13: DNE
737bionic_linux-intel-5.13: DNE737bionic_linux-intel-5.13: DNE
738focal_linux-intel-5.13: ignored (was needs-triage now end-of-life)738focal_linux-intel-5.13: ignored (end of kernel support, was needs-triage)
739jammy_linux-intel-5.13: DNE739jammy_linux-intel-5.13: DNE
740kinetic_linux-intel-5.13: DNE740kinetic_linux-intel-5.13: DNE
741lunar_linux-intel-5.13: DNE741lunar_linux-intel-5.13: DNE
@@ -896,7 +896,7 @@ upstream_linux-oracle-5.13: released (6.4~rc1)
896trusty_linux-oracle-5.13: DNE896trusty_linux-oracle-5.13: DNE
897xenial_linux-oracle-5.13: DNE897xenial_linux-oracle-5.13: DNE
898bionic_linux-oracle-5.13: DNE898bionic_linux-oracle-5.13: DNE
899focal_linux-oracle-5.13: ignored (was needs-triage now end-of-life)899focal_linux-oracle-5.13: ignored (end of kernel support, was needs-triage)
900jammy_linux-oracle-5.13: DNE900jammy_linux-oracle-5.13: DNE
901kinetic_linux-oracle-5.13: DNE901kinetic_linux-oracle-5.13: DNE
902lunar_linux-oracle-5.13: DNE902lunar_linux-oracle-5.13: DNE
@@ -933,7 +933,7 @@ upstream_linux-oem-5.6: released (6.4~rc1)
933trusty_linux-oem-5.6: DNE933trusty_linux-oem-5.6: DNE
934xenial_linux-oem-5.6: DNE934xenial_linux-oem-5.6: DNE
935bionic_linux-oem-5.6: DNE935bionic_linux-oem-5.6: DNE
936focal_linux-oem-5.6: ignored (was needs-triage now end-of-life)936focal_linux-oem-5.6: ignored (end of kernel support, was needs-triage)
937jammy_linux-oem-5.6: DNE937jammy_linux-oem-5.6: DNE
938kinetic_linux-oem-5.6: DNE938kinetic_linux-oem-5.6: DNE
939lunar_linux-oem-5.6: DNE939lunar_linux-oem-5.6: DNE
@@ -945,7 +945,7 @@ upstream_linux-oem-5.10: released (6.4~rc1)
945trusty_linux-oem-5.10: DNE945trusty_linux-oem-5.10: DNE
946xenial_linux-oem-5.10: DNE946xenial_linux-oem-5.10: DNE
947bionic_linux-oem-5.10: DNE947bionic_linux-oem-5.10: DNE
948focal_linux-oem-5.10: ignored (was needs-triage now end-of-life)948focal_linux-oem-5.10: ignored (end of kernel support, was needs-triage)
949jammy_linux-oem-5.10: DNE949jammy_linux-oem-5.10: DNE
950kinetic_linux-oem-5.10: DNE950kinetic_linux-oem-5.10: DNE
951lunar_linux-oem-5.10: DNE951lunar_linux-oem-5.10: DNE
@@ -969,7 +969,7 @@ upstream_linux-oem-5.14: released (6.4~rc1)
969trusty_linux-oem-5.14: DNE969trusty_linux-oem-5.14: DNE
970xenial_linux-oem-5.14: DNE970xenial_linux-oem-5.14: DNE
971bionic_linux-oem-5.14: DNE971bionic_linux-oem-5.14: DNE
972focal_linux-oem-5.14: ignored (was needs-triage now end-of-life)972focal_linux-oem-5.14: ignored (end of kernel support, was needs-triage)
973jammy_linux-oem-5.14: DNE973jammy_linux-oem-5.14: DNE
974kinetic_linux-oem-5.14: DNE974kinetic_linux-oem-5.14: DNE
975lunar_linux-oem-5.14: DNE975lunar_linux-oem-5.14: DNE
@@ -1079,7 +1079,7 @@ trusty_linux-riscv: DNE
1079xenial_linux-riscv: DNE1079xenial_linux-riscv: DNE
1080bionic_linux-riscv: DNE1080bionic_linux-riscv: DNE
1081focal_linux-riscv: ignored (superseded by linux-riscv-5.8)1081focal_linux-riscv: ignored (superseded by linux-riscv-5.8)
1082jammy_linux-riscv: ignored (was needs-triage now end-of-life)1082jammy_linux-riscv: ignored (end of kernel support, was needs-triage)
1083kinetic_linux-riscv: ignored (end of life, was needed)1083kinetic_linux-riscv: ignored (end of life, was needed)
1084lunar_linux-riscv: released (6.2.0-27.28.1)1084lunar_linux-riscv: released (6.2.0-27.28.1)
1085mantic_linux-riscv: needed1085mantic_linux-riscv: needed
diff --git a/active/CVE-2023-35824 b/active/CVE-2023-35824
index 8d7664c..e506879 100644
--- a/active/CVE-2023-35824
+++ b/active/CVE-2023-35824
@@ -408,7 +408,7 @@ trusty_linux-azure-5.19: DNE
408xenial_linux-azure-5.19: DNE408xenial_linux-azure-5.19: DNE
409bionic_linux-azure-5.19: DNE409bionic_linux-azure-5.19: DNE
410focal_linux-azure-5.19: DNE410focal_linux-azure-5.19: DNE
411jammy_linux-azure-5.19: ignored (was needs-triage now end-of-life)411jammy_linux-azure-5.19: ignored (end of kernel support, was needs-triage)
412kinetic_linux-azure-5.19: DNE412kinetic_linux-azure-5.19: DNE
413lunar_linux-azure-5.19: DNE413lunar_linux-azure-5.19: DNE
414mantic_linux-azure-5.19: DNE414mantic_linux-azure-5.19: DNE
@@ -735,7 +735,7 @@ upstream_linux-intel-5.13: released (6.4~rc1)
735trusty_linux-intel-5.13: DNE735trusty_linux-intel-5.13: DNE
736xenial_linux-intel-5.13: DNE736xenial_linux-intel-5.13: DNE
737bionic_linux-intel-5.13: DNE737bionic_linux-intel-5.13: DNE
738focal_linux-intel-5.13: ignored (was needs-triage now end-of-life)738focal_linux-intel-5.13: ignored (end of kernel support, was needs-triage)
739jammy_linux-intel-5.13: DNE739jammy_linux-intel-5.13: DNE
740kinetic_linux-intel-5.13: DNE740kinetic_linux-intel-5.13: DNE
741lunar_linux-intel-5.13: DNE741lunar_linux-intel-5.13: DNE
@@ -896,7 +896,7 @@ upstream_linux-oracle-5.13: released (6.4~rc1)
896trusty_linux-oracle-5.13: DNE896trusty_linux-oracle-5.13: DNE
897xenial_linux-oracle-5.13: DNE897xenial_linux-oracle-5.13: DNE
898bionic_linux-oracle-5.13: DNE898bionic_linux-oracle-5.13: DNE
899focal_linux-oracle-5.13: ignored (was needs-triage now end-of-life)899focal_linux-oracle-5.13: ignored (end of kernel support, was needs-triage)
900jammy_linux-oracle-5.13: DNE900jammy_linux-oracle-5.13: DNE
901kinetic_linux-oracle-5.13: DNE901kinetic_linux-oracle-5.13: DNE
902lunar_linux-oracle-5.13: DNE902lunar_linux-oracle-5.13: DNE
@@ -933,7 +933,7 @@ upstream_linux-oem-5.6: released (6.4~rc1)
933trusty_linux-oem-5.6: DNE933trusty_linux-oem-5.6: DNE
934xenial_linux-oem-5.6: DNE934xenial_linux-oem-5.6: DNE
935bionic_linux-oem-5.6: DNE935bionic_linux-oem-5.6: DNE
936focal_linux-oem-5.6: ignored (was needs-triage now end-of-life)936focal_linux-oem-5.6: ignored (end of kernel support, was needs-triage)
937jammy_linux-oem-5.6: DNE937jammy_linux-oem-5.6: DNE
938kinetic_linux-oem-5.6: DNE938kinetic_linux-oem-5.6: DNE
939lunar_linux-oem-5.6: DNE939lunar_linux-oem-5.6: DNE
@@ -945,7 +945,7 @@ upstream_linux-oem-5.10: released (6.4~rc1)
945trusty_linux-oem-5.10: DNE945trusty_linux-oem-5.10: DNE
946xenial_linux-oem-5.10: DNE946xenial_linux-oem-5.10: DNE
947bionic_linux-oem-5.10: DNE947bionic_linux-oem-5.10: DNE
948focal_linux-oem-5.10: ignored (was needs-triage now end-of-life)948focal_linux-oem-5.10: ignored (end of kernel support, was needs-triage)
949jammy_linux-oem-5.10: DNE949jammy_linux-oem-5.10: DNE
950kinetic_linux-oem-5.10: DNE950kinetic_linux-oem-5.10: DNE
951lunar_linux-oem-5.10: DNE951lunar_linux-oem-5.10: DNE
@@ -969,7 +969,7 @@ upstream_linux-oem-5.14: released (6.4~rc1)
969trusty_linux-oem-5.14: DNE969trusty_linux-oem-5.14: DNE
970xenial_linux-oem-5.14: DNE970xenial_linux-oem-5.14: DNE
971bionic_linux-oem-5.14: DNE971bionic_linux-oem-5.14: DNE
972focal_linux-oem-5.14: ignored (was needs-triage now end-of-life)972focal_linux-oem-5.14: ignored (end of kernel support, was needs-triage)
973jammy_linux-oem-5.14: DNE973jammy_linux-oem-5.14: DNE
974kinetic_linux-oem-5.14: DNE974kinetic_linux-oem-5.14: DNE
975lunar_linux-oem-5.14: DNE975lunar_linux-oem-5.14: DNE
@@ -1079,7 +1079,7 @@ trusty_linux-riscv: DNE
1079xenial_linux-riscv: DNE1079xenial_linux-riscv: DNE
1080bionic_linux-riscv: DNE1080bionic_linux-riscv: DNE
1081focal_linux-riscv: ignored (superseded by linux-riscv-5.8)1081focal_linux-riscv: ignored (superseded by linux-riscv-5.8)
1082jammy_linux-riscv: ignored (was needs-triage now end-of-life)1082jammy_linux-riscv: ignored (end of kernel support, was needs-triage)
1083kinetic_linux-riscv: ignored (end of life, was needed)1083kinetic_linux-riscv: ignored (end of life, was needed)
1084lunar_linux-riscv: released (6.2.0-27.28.1)1084lunar_linux-riscv: released (6.2.0-27.28.1)
1085mantic_linux-riscv: needed1085mantic_linux-riscv: needed
diff --git a/active/CVE-2023-35826 b/active/CVE-2023-35826
index e5e1932..7e88048 100644
--- a/active/CVE-2023-35826
+++ b/active/CVE-2023-35826
@@ -398,7 +398,7 @@ trusty_linux-azure-5.19: DNE
398xenial_linux-azure-5.19: DNE398xenial_linux-azure-5.19: DNE
399bionic_linux-azure-5.19: DNE399bionic_linux-azure-5.19: DNE
400focal_linux-azure-5.19: DNE400focal_linux-azure-5.19: DNE
401jammy_linux-azure-5.19: ignored (was needs-triage now end-of-life)401jammy_linux-azure-5.19: ignored (end of kernel support, was needs-triage)
402kinetic_linux-azure-5.19: DNE402kinetic_linux-azure-5.19: DNE
403lunar_linux-azure-5.19: DNE403lunar_linux-azure-5.19: DNE
404mantic_linux-azure-5.19: DNE404mantic_linux-azure-5.19: DNE
@@ -725,7 +725,7 @@ upstream_linux-intel-5.13: released (6.4~rc1)
725trusty_linux-intel-5.13: DNE725trusty_linux-intel-5.13: DNE
726xenial_linux-intel-5.13: DNE726xenial_linux-intel-5.13: DNE
727bionic_linux-intel-5.13: DNE727bionic_linux-intel-5.13: DNE
728focal_linux-intel-5.13: ignored (was needs-triage now end-of-life)728focal_linux-intel-5.13: ignored (end of kernel support, was needs-triage)
729jammy_linux-intel-5.13: DNE729jammy_linux-intel-5.13: DNE
730kinetic_linux-intel-5.13: DNE730kinetic_linux-intel-5.13: DNE
731lunar_linux-intel-5.13: DNE731lunar_linux-intel-5.13: DNE
@@ -886,7 +886,7 @@ upstream_linux-oracle-5.13: released (6.4~rc1)
886trusty_linux-oracle-5.13: DNE886trusty_linux-oracle-5.13: DNE
887xenial_linux-oracle-5.13: DNE887xenial_linux-oracle-5.13: DNE
888bionic_linux-oracle-5.13: DNE888bionic_linux-oracle-5.13: DNE
889focal_linux-oracle-5.13: ignored (was needs-triage now end-of-life)889focal_linux-oracle-5.13: ignored (end of kernel support, was needs-triage)
890jammy_linux-oracle-5.13: DNE890jammy_linux-oracle-5.13: DNE
891kinetic_linux-oracle-5.13: DNE891kinetic_linux-oracle-5.13: DNE
892lunar_linux-oracle-5.13: DNE892lunar_linux-oracle-5.13: DNE
@@ -923,7 +923,7 @@ upstream_linux-oem-5.6: released (6.4~rc1)
923trusty_linux-oem-5.6: DNE923trusty_linux-oem-5.6: DNE
924xenial_linux-oem-5.6: DNE924xenial_linux-oem-5.6: DNE
925bionic_linux-oem-5.6: DNE925bionic_linux-oem-5.6: DNE
926focal_linux-oem-5.6: ignored (was needs-triage now end-of-life)926focal_linux-oem-5.6: ignored (end of kernel support, was needs-triage)
927jammy_linux-oem-5.6: DNE927jammy_linux-oem-5.6: DNE
928kinetic_linux-oem-5.6: DNE928kinetic_linux-oem-5.6: DNE
929lunar_linux-oem-5.6: DNE929lunar_linux-oem-5.6: DNE
@@ -935,7 +935,7 @@ upstream_linux-oem-5.10: released (6.4~rc1)
935trusty_linux-oem-5.10: DNE935trusty_linux-oem-5.10: DNE
936xenial_linux-oem-5.10: DNE936xenial_linux-oem-5.10: DNE
937bionic_linux-oem-5.10: DNE937bionic_linux-oem-5.10: DNE
938focal_linux-oem-5.10: ignored (was needs-triage now end-of-life)938focal_linux-oem-5.10: ignored (end of kernel support, was needs-triage)
939jammy_linux-oem-5.10: DNE939jammy_linux-oem-5.10: DNE
940kinetic_linux-oem-5.10: DNE940kinetic_linux-oem-5.10: DNE
941lunar_linux-oem-5.10: DNE941lunar_linux-oem-5.10: DNE
@@ -959,7 +959,7 @@ upstream_linux-oem-5.14: released (6.4~rc1)
959trusty_linux-oem-5.14: DNE959trusty_linux-oem-5.14: DNE
960xenial_linux-oem-5.14: DNE960xenial_linux-oem-5.14: DNE
961bionic_linux-oem-5.14: DNE961bionic_linux-oem-5.14: DNE
962focal_linux-oem-5.14: ignored (was needs-triage now end-of-life)962focal_linux-oem-5.14: ignored (end of kernel support, was needs-triage)
963jammy_linux-oem-5.14: DNE963jammy_linux-oem-5.14: DNE
964kinetic_linux-oem-5.14: DNE964kinetic_linux-oem-5.14: DNE
965lunar_linux-oem-5.14: DNE965lunar_linux-oem-5.14: DNE
@@ -1069,7 +1069,7 @@ trusty_linux-riscv: DNE
1069xenial_linux-riscv: DNE1069xenial_linux-riscv: DNE
1070bionic_linux-riscv: DNE1070bionic_linux-riscv: DNE
1071focal_linux-riscv: ignored (superseded by linux-riscv-5.8)1071focal_linux-riscv: ignored (superseded by linux-riscv-5.8)
1072jammy_linux-riscv: ignored (was needs-triage now end-of-life)1072jammy_linux-riscv: ignored (end of kernel support, was needs-triage)
1073kinetic_linux-riscv: ignored (end of life, was needed)1073kinetic_linux-riscv: ignored (end of life, was needed)
1074lunar_linux-riscv: released (6.2.0-27.28.1)1074lunar_linux-riscv: released (6.2.0-27.28.1)
1075mantic_linux-riscv: needed1075mantic_linux-riscv: needed
@@ -1129,7 +1129,7 @@ trusty_linux-xilinx-zynqmp: DNE
1129xenial_linux-xilinx-zynqmp: DNE1129xenial_linux-xilinx-zynqmp: DNE
1130bionic_linux-xilinx-zynqmp: DNE1130bionic_linux-xilinx-zynqmp: DNE
1131focal_linux-xilinx-zynqmp: not-affected (5.4.0-1020.24)1131focal_linux-xilinx-zynqmp: not-affected (5.4.0-1020.24)
1132jammy_linux-xilinx-zynqmp: ignored (was needs-triage now end-of-life)1132jammy_linux-xilinx-zynqmp: ignored (end of kernel support, was needs-triage)
1133kinetic_linux-xilinx-zynqmp: DNE1133kinetic_linux-xilinx-zynqmp: DNE
1134lunar_linux-xilinx-zynqmp: DNE1134lunar_linux-xilinx-zynqmp: DNE
1135mantic_linux-xilinx-zynqmp: DNE1135mantic_linux-xilinx-zynqmp: DNE
diff --git a/active/CVE-2023-35828 b/active/CVE-2023-35828
index 76e3fbe..b302031 100644
--- a/active/CVE-2023-35828
+++ b/active/CVE-2023-35828
@@ -407,7 +407,7 @@ trusty_linux-azure-5.19: DNE
407xenial_linux-azure-5.19: DNE407xenial_linux-azure-5.19: DNE
408bionic_linux-azure-5.19: DNE408bionic_linux-azure-5.19: DNE
409focal_linux-azure-5.19: DNE409focal_linux-azure-5.19: DNE
410jammy_linux-azure-5.19: ignored (was needs-triage now end-of-life)410jammy_linux-azure-5.19: ignored (end of kernel support, was needs-triage)
411kinetic_linux-azure-5.19: DNE411kinetic_linux-azure-5.19: DNE
412lunar_linux-azure-5.19: DNE412lunar_linux-azure-5.19: DNE
413mantic_linux-azure-5.19: DNE413mantic_linux-azure-5.19: DNE
@@ -734,7 +734,7 @@ upstream_linux-intel-5.13: released (6.4~rc1)
734trusty_linux-intel-5.13: DNE734trusty_linux-intel-5.13: DNE
735xenial_linux-intel-5.13: DNE735xenial_linux-intel-5.13: DNE
736bionic_linux-intel-5.13: DNE736bionic_linux-intel-5.13: DNE
737focal_linux-intel-5.13: ignored (was needs-triage now end-of-life)737focal_linux-intel-5.13: ignored (end of kernel support, was needs-triage)
738jammy_linux-intel-5.13: DNE738jammy_linux-intel-5.13: DNE
739kinetic_linux-intel-5.13: DNE739kinetic_linux-intel-5.13: DNE
740lunar_linux-intel-5.13: DNE740lunar_linux-intel-5.13: DNE
@@ -895,7 +895,7 @@ upstream_linux-oracle-5.13: released (6.4~rc1)
895trusty_linux-oracle-5.13: DNE895trusty_linux-oracle-5.13: DNE
896xenial_linux-oracle-5.13: DNE896xenial_linux-oracle-5.13: DNE
897bionic_linux-oracle-5.13: DNE897bionic_linux-oracle-5.13: DNE
898focal_linux-oracle-5.13: ignored (was needs-triage now end-of-life)898focal_linux-oracle-5.13: ignored (end of kernel support, was needs-triage)
899jammy_linux-oracle-5.13: DNE899jammy_linux-oracle-5.13: DNE
900kinetic_linux-oracle-5.13: DNE900kinetic_linux-oracle-5.13: DNE
901lunar_linux-oracle-5.13: DNE901lunar_linux-oracle-5.13: DNE
@@ -932,7 +932,7 @@ upstream_linux-oem-5.6: released (6.4~rc1)
932trusty_linux-oem-5.6: DNE932trusty_linux-oem-5.6: DNE
933xenial_linux-oem-5.6: DNE933xenial_linux-oem-5.6: DNE
934bionic_linux-oem-5.6: DNE934bionic_linux-oem-5.6: DNE
935focal_linux-oem-5.6: ignored (was needs-triage now end-of-life)935focal_linux-oem-5.6: ignored (end of kernel support, was needs-triage)
936jammy_linux-oem-5.6: DNE936jammy_linux-oem-5.6: DNE
937kinetic_linux-oem-5.6: DNE937kinetic_linux-oem-5.6: DNE
938lunar_linux-oem-5.6: DNE938lunar_linux-oem-5.6: DNE
@@ -944,7 +944,7 @@ upstream_linux-oem-5.10: released (6.4~rc1)
944trusty_linux-oem-5.10: DNE944trusty_linux-oem-5.10: DNE
945xenial_linux-oem-5.10: DNE945xenial_linux-oem-5.10: DNE
946bionic_linux-oem-5.10: DNE946bionic_linux-oem-5.10: DNE
947focal_linux-oem-5.10: ignored (was needs-triage now end-of-life)947focal_linux-oem-5.10: ignored (end of kernel support, was needs-triage)
948jammy_linux-oem-5.10: DNE948jammy_linux-oem-5.10: DNE
949kinetic_linux-oem-5.10: DNE949kinetic_linux-oem-5.10: DNE
950lunar_linux-oem-5.10: DNE950lunar_linux-oem-5.10: DNE
@@ -968,7 +968,7 @@ upstream_linux-oem-5.14: released (6.4~rc1)
968trusty_linux-oem-5.14: DNE968trusty_linux-oem-5.14: DNE
969xenial_linux-oem-5.14: DNE969xenial_linux-oem-5.14: DNE
970bionic_linux-oem-5.14: DNE970bionic_linux-oem-5.14: DNE
971focal_linux-oem-5.14: ignored (was needs-triage now end-of-life)971focal_linux-oem-5.14: ignored (end of kernel support, was needs-triage)
972jammy_linux-oem-5.14: DNE972jammy_linux-oem-5.14: DNE
973kinetic_linux-oem-5.14: DNE973kinetic_linux-oem-5.14: DNE
974lunar_linux-oem-5.14: DNE974lunar_linux-oem-5.14: DNE
@@ -1078,7 +1078,7 @@ trusty_linux-riscv: DNE
1078xenial_linux-riscv: DNE1078xenial_linux-riscv: DNE
1079bionic_linux-riscv: DNE1079bionic_linux-riscv: DNE
1080focal_linux-riscv: ignored (superseded by linux-riscv-5.8)1080focal_linux-riscv: ignored (superseded by linux-riscv-5.8)
1081jammy_linux-riscv: ignored (was needs-triage now end-of-life)1081jammy_linux-riscv: ignored (end of kernel support, was needs-triage)
1082kinetic_linux-riscv: ignored (end of life, was needed)1082kinetic_linux-riscv: ignored (end of life, was needed)
1083lunar_linux-riscv: released (6.2.0-27.28.1)1083lunar_linux-riscv: released (6.2.0-27.28.1)
1084mantic_linux-riscv: needed1084mantic_linux-riscv: needed
diff --git a/active/CVE-2023-35829 b/active/CVE-2023-35829
index 85178a6..66b83c8 100644
--- a/active/CVE-2023-35829
+++ b/active/CVE-2023-35829
@@ -402,7 +402,7 @@ trusty_linux-azure-5.19: DNE
402xenial_linux-azure-5.19: DNE402xenial_linux-azure-5.19: DNE
403bionic_linux-azure-5.19: DNE403bionic_linux-azure-5.19: DNE
404focal_linux-azure-5.19: DNE404focal_linux-azure-5.19: DNE
405jammy_linux-azure-5.19: ignored (was needs-triage now end-of-life)405jammy_linux-azure-5.19: ignored (end of kernel support, was needs-triage)
406kinetic_linux-azure-5.19: DNE406kinetic_linux-azure-5.19: DNE
407lunar_linux-azure-5.19: DNE407lunar_linux-azure-5.19: DNE
408mantic_linux-azure-5.19: DNE408mantic_linux-azure-5.19: DNE
@@ -729,7 +729,7 @@ upstream_linux-intel-5.13: released (6.4~rc1)
729trusty_linux-intel-5.13: DNE729trusty_linux-intel-5.13: DNE
730xenial_linux-intel-5.13: DNE730xenial_linux-intel-5.13: DNE
731bionic_linux-intel-5.13: DNE731bionic_linux-intel-5.13: DNE
732focal_linux-intel-5.13: ignored (was needs-triage now end-of-life)732focal_linux-intel-5.13: ignored (end of kernel support, was needs-triage)
733jammy_linux-intel-5.13: DNE733jammy_linux-intel-5.13: DNE
734kinetic_linux-intel-5.13: DNE734kinetic_linux-intel-5.13: DNE
735lunar_linux-intel-5.13: DNE735lunar_linux-intel-5.13: DNE
@@ -890,7 +890,7 @@ upstream_linux-oracle-5.13: released (6.4~rc1)
890trusty_linux-oracle-5.13: DNE890trusty_linux-oracle-5.13: DNE
891xenial_linux-oracle-5.13: DNE891xenial_linux-oracle-5.13: DNE
892bionic_linux-oracle-5.13: DNE892bionic_linux-oracle-5.13: DNE
893focal_linux-oracle-5.13: ignored (was needs-triage now end-of-life)893focal_linux-oracle-5.13: ignored (end of kernel support, was needs-triage)
894jammy_linux-oracle-5.13: DNE894jammy_linux-oracle-5.13: DNE
895kinetic_linux-oracle-5.13: DNE895kinetic_linux-oracle-5.13: DNE
896lunar_linux-oracle-5.13: DNE896lunar_linux-oracle-5.13: DNE
@@ -927,7 +927,7 @@ upstream_linux-oem-5.6: released (6.4~rc1)
927trusty_linux-oem-5.6: DNE927trusty_linux-oem-5.6: DNE
928xenial_linux-oem-5.6: DNE928xenial_linux-oem-5.6: DNE
929bionic_linux-oem-5.6: DNE929bionic_linux-oem-5.6: DNE
930focal_linux-oem-5.6: ignored (was needs-triage now end-of-life)930focal_linux-oem-5.6: ignored (end of kernel support, was needs-triage)
931jammy_linux-oem-5.6: DNE931jammy_linux-oem-5.6: DNE
932kinetic_linux-oem-5.6: DNE932kinetic_linux-oem-5.6: DNE
933lunar_linux-oem-5.6: DNE933lunar_linux-oem-5.6: DNE
@@ -939,7 +939,7 @@ upstream_linux-oem-5.10: released (6.4~rc1)
939trusty_linux-oem-5.10: DNE939trusty_linux-oem-5.10: DNE
940xenial_linux-oem-5.10: DNE940xenial_linux-oem-5.10: DNE
941bionic_linux-oem-5.10: DNE941bionic_linux-oem-5.10: DNE
942focal_linux-oem-5.10: ignored (was needs-triage now end-of-life)942focal_linux-oem-5.10: ignored (end of kernel support, was needs-triage)
943jammy_linux-oem-5.10: DNE943jammy_linux-oem-5.10: DNE
944kinetic_linux-oem-5.10: DNE944kinetic_linux-oem-5.10: DNE
945lunar_linux-oem-5.10: DNE945lunar_linux-oem-5.10: DNE
@@ -963,7 +963,7 @@ upstream_linux-oem-5.14: released (6.4~rc1)
963trusty_linux-oem-5.14: DNE963trusty_linux-oem-5.14: DNE
964xenial_linux-oem-5.14: DNE964xenial_linux-oem-5.14: DNE
965bionic_linux-oem-5.14: DNE965bionic_linux-oem-5.14: DNE
966focal_linux-oem-5.14: ignored (was needs-triage now end-of-life)966focal_linux-oem-5.14: ignored (end of kernel support, was needs-triage)
967jammy_linux-oem-5.14: DNE967jammy_linux-oem-5.14: DNE
968kinetic_linux-oem-5.14: DNE968kinetic_linux-oem-5.14: DNE
969lunar_linux-oem-5.14: DNE969lunar_linux-oem-5.14: DNE
@@ -1073,7 +1073,7 @@ trusty_linux-riscv: DNE
1073xenial_linux-riscv: DNE1073xenial_linux-riscv: DNE
1074bionic_linux-riscv: DNE1074bionic_linux-riscv: DNE
1075focal_linux-riscv: ignored (superseded by linux-riscv-5.8)1075focal_linux-riscv: ignored (superseded by linux-riscv-5.8)
1076jammy_linux-riscv: ignored (was needs-triage now end-of-life)1076jammy_linux-riscv: ignored (end of kernel support, was needs-triage)
1077kinetic_linux-riscv: ignored (end of life, was needed)1077kinetic_linux-riscv: ignored (end of life, was needed)
1078lunar_linux-riscv: released (6.2.0-27.28.1)1078lunar_linux-riscv: released (6.2.0-27.28.1)
1079mantic_linux-riscv: needed1079mantic_linux-riscv: needed
diff --git a/active/CVE-2023-4692 b/active/CVE-2023-4692
index ff1f747..b6bcc39 100644
--- a/active/CVE-2023-4692
+++ b/active/CVE-2023-4692
@@ -43,7 +43,7 @@ bionic_grub2: ignored (end of standard support, was needed)
43esm-infra/bionic_grub2: ignored (does not impact secure boot)43esm-infra/bionic_grub2: ignored (does not impact secure boot)
44focal_grub2: ignored (does not impact secure boot)44focal_grub2: ignored (does not impact secure boot)
45jammy_grub2: ignored (does not impact secure boot)45jammy_grub2: ignored (does not impact secure boot)
46lunar_grub2: ignored (does not impact secure boot)46lunar_grub2: ignored (end of life, was ignored [does not impact secure boot])
47mantic_grub2: ignored (does not impact secure boot)47mantic_grub2: ignored (does not impact secure boot)
48devel_grub2: not-affected (2.12~rc1-12ubuntu2)48devel_grub2: not-affected (2.12~rc1-12ubuntu2)
4949
diff --git a/ignored/CVE-2020-14145 b/ignored/CVE-2020-14145
index acb0ef0..2c37760 100644
--- a/ignored/CVE-2020-14145
+++ b/ignored/CVE-2020-14145
@@ -86,7 +86,7 @@ hirsute_openssh: ignored (end of life)
86impish_openssh: ignored (end of life)86impish_openssh: ignored (end of life)
87jammy_openssh: ignored (see notes)87jammy_openssh: ignored (see notes)
88kinetic_openssh: ignored (end of life, was ignored [see notes])88kinetic_openssh: ignored (end of life, was ignored [see notes])
89lunar_openssh: ignored (end of life; see notes)89lunar_openssh: ignored (end of life, was ignored [see notes])
90mantic_openssh: ignored (see notes)90mantic_openssh: ignored (see notes)
91devel_openssh: ignored (see notes)91devel_openssh: ignored (see notes)
9292
diff --git a/ignored/CVE-2020-20145 b/ignored/CVE-2020-20145
index 54a5d8b..8cee590 100644
--- a/ignored/CVE-2020-20145
+++ b/ignored/CVE-2020-20145
@@ -28,5 +28,5 @@ bionic_dnsmasq: ignored (end of standard support)
28esm-infra/bionic_dnsmasq: ignored (CVE REJECTED)28esm-infra/bionic_dnsmasq: ignored (CVE REJECTED)
29focal_dnsmasq: ignored (CVE REJECTED)29focal_dnsmasq: ignored (CVE REJECTED)
30jammy_dnsmasq: ignored (CVE REJECTED)30jammy_dnsmasq: ignored (CVE REJECTED)
31lunar_dnsmasq: ignored (CVE REJECTED)31lunar_dnsmasq: ignored (end of life, was ignored [CVE REJECTED])
32devel_dnsmasq: ignored (CVE REJECTED)32devel_dnsmasq: ignored (CVE REJECTED)
diff --git a/retired/CVE-2020-25658 b/retired/CVE-2020-25658
index 4ab44ea..0afff32 100644
--- a/retired/CVE-2020-25658
+++ b/retired/CVE-2020-25658
@@ -40,5 +40,5 @@ impish_python-rsa: ignored (end of life)
40jammy_python-rsa: ignored (will not be fixed upstream)40jammy_python-rsa: ignored (will not be fixed upstream)
41esm-apps/jammy_python-rsa: ignored (will not be fixed upstream)41esm-apps/jammy_python-rsa: ignored (will not be fixed upstream)
42kinetic_python-rsa: ignored (end of life, was ignored [will not be fixed upstream])42kinetic_python-rsa: ignored (end of life, was ignored [will not be fixed upstream])
43lunar_python-rsa: ignored (will not be fixed upstream)43lunar_python-rsa: ignored (end of life, was ignored [will not be fixed upstream])
44devel_python-rsa: ignored (will not be fixed upstream)44devel_python-rsa: ignored (will not be fixed upstream)
diff --git a/retired/CVE-2021-45346 b/retired/CVE-2021-45346
index ad4ced2..221214f 100644
--- a/retired/CVE-2021-45346
+++ b/retired/CVE-2021-45346
@@ -55,5 +55,5 @@ focal_sqlite3: ignored (vendor disputes CVE)
55impish_sqlite3: ignored (end of life)55impish_sqlite3: ignored (end of life)
56jammy_sqlite3: ignored (vendor disputes CVE)56jammy_sqlite3: ignored (vendor disputes CVE)
57kinetic_sqlite3: ignored (end of life, was ignored [vendor disputes CVE])57kinetic_sqlite3: ignored (end of life, was ignored [vendor disputes CVE])
58lunar_sqlite3: ignored (vendor disputes CVE)58lunar_sqlite3: ignored (end of life, was ignored [vendor disputes CVE])
59devel_sqlite3: ignored (vendor disputes CVE)59devel_sqlite3: ignored (vendor disputes CVE)
diff --git a/retired/CVE-2023-31486 b/retired/CVE-2023-31486
index 785ad77..2c7ede5 100644
--- a/retired/CVE-2023-31486
+++ b/retired/CVE-2023-31486
@@ -51,7 +51,7 @@ esm-apps/focal_libhttp-tiny-perl: ignored (see notes)
51jammy_libhttp-tiny-perl: ignored (see notes)51jammy_libhttp-tiny-perl: ignored (see notes)
52esm-apps/jammy_libhttp-tiny-perl: ignored (see notes)52esm-apps/jammy_libhttp-tiny-perl: ignored (see notes)
53kinetic_libhttp-tiny-perl: ignored (end of life, was ignored [see notes])53kinetic_libhttp-tiny-perl: ignored (end of life, was ignored [see notes])
54lunar_libhttp-tiny-perl: ignored (see notes)54lunar_libhttp-tiny-perl: ignored (end of life, was ignored [see notes])
55devel_libhttp-tiny-perl: ignored (see notes)55devel_libhttp-tiny-perl: ignored (see notes)
5656
57Patches_perl:57Patches_perl:
@@ -65,5 +65,5 @@ esm-infra/bionic_perl: ignored (see notes)
65focal_perl: ignored (see notes)65focal_perl: ignored (see notes)
66jammy_perl: ignored (see notes)66jammy_perl: ignored (see notes)
67kinetic_perl: ignored (end of life, was ignored [see notes])67kinetic_perl: ignored (end of life, was ignored [see notes])
68lunar_perl: ignored (see notes)68lunar_perl: ignored (end of life, was ignored [see notes])
69devel_perl: ignored (see notes)69devel_perl: ignored (see notes)
diff --git a/retired/CVE-2023-34152 b/retired/CVE-2023-34152
index 37e9eee..4e49ec2 100644
--- a/retired/CVE-2023-34152
+++ b/retired/CVE-2023-34152
@@ -34,5 +34,5 @@ esm-apps/focal_imagemagick: ignored (not enabled by default)
34jammy_imagemagick: ignored (not enabled by default)34jammy_imagemagick: ignored (not enabled by default)
35esm-apps/jammy_imagemagick: ignored (not enabled by default)35esm-apps/jammy_imagemagick: ignored (not enabled by default)
36kinetic_imagemagick: ignored (end of life, was ignored [not enabled by default])36kinetic_imagemagick: ignored (end of life, was ignored [not enabled by default])
37lunar_imagemagick: ignored (not enabled by default)37lunar_imagemagick: ignored (end of life, was ignored [not enabled by default])
38devel_imagemagick: ignored (not enabled by default)38devel_imagemagick: ignored (not enabled by default)
diff --git a/retired/CVE-2023-37920 b/retired/CVE-2023-37920
index b673263..05cf4b1 100644
--- a/retired/CVE-2023-37920
+++ b/retired/CVE-2023-37920
@@ -46,7 +46,7 @@ esm-infra/bionic_python-certifi: ignored (see notes)
46focal_python-certifi: ignored (see notes)46focal_python-certifi: ignored (see notes)
47jammy_python-certifi: ignored (see notes)47jammy_python-certifi: ignored (see notes)
48kinetic_python-certifi: ignored (end of life, was needs-triage)48kinetic_python-certifi: ignored (end of life, was needs-triage)
49lunar_python-certifi: ignored (see notes)49lunar_python-certifi: ignored (end of life, was ignored [see notes])
50mantic_python-certifi: ignored (see notes)50mantic_python-certifi: ignored (see notes)
51devel_python-certifi: ignored (see notes)51devel_python-certifi: ignored (see notes)
5252
@@ -63,6 +63,6 @@ esm-apps/focal_python-pip: ignored (see notes)
63jammy_python-pip: ignored (see notes)63jammy_python-pip: ignored (see notes)
64esm-apps/jammy_python-pip: ignored (see notes)64esm-apps/jammy_python-pip: ignored (see notes)
65kinetic_python-pip: ignored (end of life, was needs-triage)65kinetic_python-pip: ignored (end of life, was needs-triage)
66lunar_python-pip: ignored (see notes)66lunar_python-pip: ignored (end of life, was ignored [see notes])
67mantic_python-pip: ignored (see notes)67mantic_python-pip: ignored (see notes)
68devel_python-pip: ignored (see notes)68devel_python-pip: ignored (see notes)
diff --git a/retired/CVE-2023-38560 b/retired/CVE-2023-38560
index ad1bdfd..7cbbca4 100644
--- a/retired/CVE-2023-38560
+++ b/retired/CVE-2023-38560
@@ -36,5 +36,5 @@ bionic_ghostscript: ignored (end of standard support)
36esm-infra/bionic_ghostscript: not-affected (code not present)36esm-infra/bionic_ghostscript: not-affected (code not present)
37focal_ghostscript: ignored (code not built)37focal_ghostscript: ignored (code not built)
38jammy_ghostscript: not-affected (code not present)38jammy_ghostscript: not-affected (code not present)
39lunar_ghostscript: ignored (code not built)39lunar_ghostscript: ignored (end of life, was ignored [code not built])
40devel_ghostscript: not-affected (code not present)40devel_ghostscript: not-affected (code not present)
diff --git a/retired/CVE-2023-39663 b/retired/CVE-2023-39663
index 1498c8e..a933f3b 100644
--- a/retired/CVE-2023-39663
+++ b/retired/CVE-2023-39663
@@ -33,5 +33,5 @@ esm-apps/bionic_mathjax: ignored (not a vulnerability)
33focal_mathjax: ignored (not a vulnerability)33focal_mathjax: ignored (not a vulnerability)
34esm-apps/focal_mathjax: ignored (not a vulnerability)34esm-apps/focal_mathjax: ignored (not a vulnerability)
35jammy_mathjax: ignored (not a vulnerability)35jammy_mathjax: ignored (not a vulnerability)
36lunar_mathjax: ignored (not a vulnerability)36lunar_mathjax: ignored (end of life, was ignored [not a vulnerability])
37devel_mathjax: ignored (not a vulnerability)37devel_mathjax: ignored (not a vulnerability)
diff --git a/retired/CVE-2023-40590 b/retired/CVE-2023-40590
index 392f52d..e455856 100644
--- a/retired/CVE-2023-40590
+++ b/retired/CVE-2023-40590
@@ -47,5 +47,5 @@ focal_python-git: ignored (only affects GitPython on Windows)
47esm-apps/focal_python-git: ignored (only affects GitPython on Windows)47esm-apps/focal_python-git: ignored (only affects GitPython on Windows)
48jammy_python-git: ignored (only affects GitPython on Windows)48jammy_python-git: ignored (only affects GitPython on Windows)
49esm-apps/jammy_python-git: ignored (only affects GitPython on Windows)49esm-apps/jammy_python-git: ignored (only affects GitPython on Windows)
50lunar_python-git: ignored (only affects GitPython on Windows)50lunar_python-git: ignored (end of life, was ignored [only affects GitPython on Windows])
51devel_python-git: ignored (only affects GitPython on Windows)51devel_python-git: ignored (only affects GitPython on Windows)
diff --git a/retired/CVE-2023-4576 b/retired/CVE-2023-4576
index 0fb935b..1a0db35 100644
--- a/retired/CVE-2023-4576
+++ b/retired/CVE-2023-4576
@@ -29,7 +29,7 @@ xenial_firefox: ignored (end of standard support)
29bionic_firefox: ignored (end of standard support)29bionic_firefox: ignored (end of standard support)
30focal_firefox: ignored (only affects macOS)30focal_firefox: ignored (only affects macOS)
31jammy_firefox: ignored (only affects macOS)31jammy_firefox: ignored (only affects macOS)
32lunar_firefox: ignored (only affects macOS)32lunar_firefox: ignored (end of life, was ignored [only affects macOS])
33devel_firefox: ignored (only affects macOS)33devel_firefox: ignored (only affects macOS)
3434
35Patches_thunderbird:35Patches_thunderbird:
@@ -39,7 +39,7 @@ xenial_thunderbird: ignored (end of standard support)
39bionic_thunderbird: ignored (end of standard support)39bionic_thunderbird: ignored (end of standard support)
40focal_thunderbird: ignored (only affects Windows)40focal_thunderbird: ignored (only affects Windows)
41jammy_thunderbird: ignored (only affects Windows)41jammy_thunderbird: ignored (only affects Windows)
42lunar_thunderbird: ignored (only affects Windows)42lunar_thunderbird: ignored (end of life, was ignored [only affects Windows])
43devel_thunderbird: ignored (only affects Windows)43devel_thunderbird: ignored (only affects Windows)
4444
45Patches_mozjs38:45Patches_mozjs38:
@@ -83,7 +83,7 @@ bionic_mozjs78: DNE
83focal_mozjs78: DNE83focal_mozjs78: DNE
84jammy_mozjs78: ignored (only affects macOS)84jammy_mozjs78: ignored (only affects macOS)
85esm-apps/jammy_mozjs78: ignored (only affects macOS)85esm-apps/jammy_mozjs78: ignored (only affects macOS)
86lunar_mozjs78: ignored (only affects macOS)86lunar_mozjs78: ignored (end of life, was ignored [only affects macOS])
87devel_mozjs78: DNE87devel_mozjs78: DNE
8888
89Patches_mozjs91:89Patches_mozjs91:
@@ -103,5 +103,5 @@ xenial_mozjs102: DNE
103bionic_mozjs102: DNE103bionic_mozjs102: DNE
104focal_mozjs102: DNE104focal_mozjs102: DNE
105jammy_mozjs102: ignored (only affects macOS)105jammy_mozjs102: ignored (only affects macOS)
106lunar_mozjs102: ignored (only affects macOS)106lunar_mozjs102: ignored (end of life, was ignored [only affects macOS])
107devel_mozjs102: ignored (only affects macOS)107devel_mozjs102: ignored (only affects macOS)
diff --git a/retired/CVE-2023-47039 b/retired/CVE-2023-47039
index 632929b..8fe121f 100644
--- a/retired/CVE-2023-47039
+++ b/retired/CVE-2023-47039
@@ -37,7 +37,7 @@ bionic_perl: ignored (end of standard support)
37esm-infra/bionic_perl: ignored (only affects Perl for Windows)37esm-infra/bionic_perl: ignored (only affects Perl for Windows)
38focal_perl: ignored (only affects Perl for Windows)38focal_perl: ignored (only affects Perl for Windows)
39jammy_perl: ignored (only affects Perl for Windows)39jammy_perl: ignored (only affects Perl for Windows)
40lunar_perl: ignored (only affects Perl for Windows)40lunar_perl: ignored (end of life, was ignored [only affects Perl for Windows])
41mantic_perl: ignored (only affects Perl for Windows)41mantic_perl: ignored (only affects Perl for Windows)
42devel_perl: ignored (only affects Perl for Windows)42devel_perl: ignored (only affects Perl for Windows)
4343
@@ -61,6 +61,6 @@ xenial_raku: ignored (end of standard support)
61bionic_raku: ignored (end of standard support)61bionic_raku: ignored (end of standard support)
62focal_raku: DNE62focal_raku: DNE
63jammy_raku: DNE63jammy_raku: DNE
64lunar_raku: ignored (only affects Perl for Windows)64lunar_raku: ignored (end of life, was ignored [only affects Perl for Windows])
65mantic_raku: ignored (only affects Perl for Windows)65mantic_raku: ignored (only affects Perl for Windows)
66devel_raku: ignored (only affects Perl for Windows)66devel_raku: ignored (only affects Perl for Windows)
diff --git a/retired/CVE-2023-5536 b/retired/CVE-2023-5536
index 6d37828..aba4e73 100644
--- a/retired/CVE-2023-5536
+++ b/retired/CVE-2023-5536
@@ -41,7 +41,7 @@ bionic_cloud-init: ignored (end of standard support)
41esm-infra/bionic_cloud-init: ignored (mitigation must be performed manually)41esm-infra/bionic_cloud-init: ignored (mitigation must be performed manually)
42focal_cloud-init: ignored (mitigation must be performed manually)42focal_cloud-init: ignored (mitigation must be performed manually)
43jammy_cloud-init: ignored (mitigation must be performed manually)43jammy_cloud-init: ignored (mitigation must be performed manually)
44lunar_cloud-init: ignored (mitigation must be performed manually)44lunar_cloud-init: ignored (end of life, was ignored [mitigation must be performed manually])
45mantic_cloud-init: ignored (mitigation must be performed manually)45mantic_cloud-init: ignored (mitigation must be performed manually)
46devel_cloud-init: not-affected (cloud-init 24.04+ not affected)46devel_cloud-init: not-affected (cloud-init 24.04+ not affected)
4747
diff --git a/scripts/check-syntax b/scripts/check-syntax
index 3d7ee58..5bde86e 100755
--- a/scripts/check-syntax
+++ b/scripts/check-syntax
@@ -568,7 +568,9 @@ def check_cve(cve):
568 state = details[0]568 state = details[0]
569569
570 if not cve_lib.is_active_release(release):570 if not cve_lib.is_active_release(release):
571 if 'superseded by' not in details[1] and 'replaced by' not in details[1]:571 if 'superseded by' not in details[1] and \
572 'replaced by' not in details[1] and \
573 'end of kernel support' not in details[1]:
572 if ', was ' in details[1]:574 if ', was ' in details[1]:
573 old_state = details[1].split(', was ')[-1]575 old_state = details[1].split(', was ')[-1]
574 elif not cve_lib.EOL_ESM_STATUS[9:-14] in details[1] and \576 elif not cve_lib.EOL_ESM_STATUS[9:-14] in details[1] and \
@@ -591,17 +593,16 @@ def check_cve(cve):
591 file=sys.stderr,593 file=sys.stderr,
592 )594 )
593 cve_okay = False595 cve_okay = False
594 # REMOVED THIS CHECK TEMPORARILY WHILE WE WORK IN ANOTHER SOLUTION596 elif state == 'ignored':
595 # elif state == 'ignored':597 if not details[1]:
596 # if not details[1]:598 continue
597 # continue599 elif (f'ignored ({details[1]})' != fixed_state):
598 # elif (f'ignored ({details[1]})' != fixed_state):600 print(
599 # print(601 "%s: %d: %s incorrect ignored detail '%s' for '%s', try '%s'"
600 # "%s: %d: %s incorrect ignored detail '%s' for '%s', try '%s'"602 % (filename, linenum, pkg, details[1], rel, fixed_state),
601 # % (filename, linenum, pkg, details[1], rel, fixed_state),603 file=sys.stderr,
602 # file=sys.stderr,604 )
603 # )605 cve_okay = False
604 # cve_okay = False
605 continue606 continue
606607
607 # Skip devel checks on retired CVEs608 # Skip devel checks on retired CVEs

Subscribers

People subscribed via source and target branches