Comment
The change only updates REUSE.toml metadata to include additional patch/tar filenames and .gitignore in the SPDX annotation coverage. It does not alter build logic, install scripts, sources, or any executable content. Based on the diff shown, this is a low-risk bookkeeping change with no direct security impact. The only caveat is that several newly listed CVE-named artifacts are not inspected here, but the REUSE metadata update itself is benign.
@@ -50,7 +51,27 @@ path = [
"CVE-2025-69418.patch",
"CVE-2025-69420.patch",
"CVE-2025-69421.patch",
+ "CVE-2026-7383.patch",
+ "CVE-2026-9076-1.patch",
+ "CVE-2026-9076-2.patch",
+ "CVE-2026-9076.tar",
"CVE-2026-22795_CVE-2026-22796.patch",
+ "CVE-2026-28387.patch",
+ "CVE-2026-28388-1.patch",
+ "CVE-2026-28388-2.patch",
+ "CVE-2026-28389-1.patch",
+ "CVE-2026-28389-2.patch",
+ "CVE-2026-28389.tar",
+ "CVE-2026-28390-1.patch",
+ "CVE-2026-28390-2.patch",
+ "CVE-2026-28390-3.patch",
+ "CVE-2026-28390-4.patch",
+ "CVE-2026-34180.patch",
+ "CVE-2026-42766-1.patch",
+ "CVE-2026-42766-2.patch",
+ "CVE-2026-42766.tar",
+ "CVE-2026-45447-1.patch",
+ "CVE-2026-45447-2.patch",
]
SPDX-FileCopyrightText = "Debian contributors"
SPDX-License-Identifier = "TODO-Choose-a-license"