unzip: add valid patche headers and missing CVE informations
authorFlorian Eckert <[email protected]>
Mon, 30 Oct 2023 14:12:55 +0000 (15:12 +0100)
committerFlorian Eckert <[email protected]>
Mon, 8 Sep 2025 07:23:42 +0000 (09:23 +0200)
commitf9e7e2db94a768d24201df27c4b619e724f95536
tree9e9eef024d7d363dba8329a0b9c964b7a338166e
parent5237ebf95ede9d610b0f92e24f591120b5c4e380
unzip: add valid patche headers and missing CVE informations

This commit adds a valid git patch header for each patch, so that
additional information can be stored. This is in this case and 'CVE:' tag.
This can be used by CVE scanner to find out if the patch fixes a CVE.

Signed-off-by: Florian Eckert <[email protected]>
22 files changed:
utils/unzip/patches/0001-fix-heap-based-buffer-overflow-in-the-CRC32-verifica.patch [new file with mode: 0644]
utils/unzip/patches/0002-fix-heap-based-buffer-overflow-in-the-test_compr_eb-.patch [new file with mode: 0644]
utils/unzip/patches/0003-fix-heap-based-buffer-overflow-in-the-getZip64Data-f.patch [new file with mode: 0644]
utils/unzip/patches/0004-fix-out-of-bounds-read-or-write-and-crash.patch [new file with mode: 0644]
utils/unzip/patches/0005-fix-heap-based-buffer-over-read-and-application-cras.patch [new file with mode: 0644]
utils/unzip/patches/0006-fix-infinite-loop-because-of-an-empty-bzip2-data.patch [new file with mode: 0644]
utils/unzip/patches/0007-fix-error-to-prevent-unsigned-overflow.patch [new file with mode: 0644]
utils/unzip/patches/0008-fix-buffer-overflow-in-the-list_files-function.patch [new file with mode: 0644]
utils/unzip/patches/0009-fix-buffer-overflow-in-the-zi_short-function.patch [new file with mode: 0644]
utils/unzip/patches/001-CVE-2014-8139-crc-overflow.patch [deleted file]
utils/unzip/patches/0010-unix.c-Remove-build-date.patch [new file with mode: 0644]
utils/unzip/patches/0011-fix-heap-based-buffer-overflow-in-the-password-prote.patch [new file with mode: 0644]
utils/unzip/patches/002-CVE-2014-8140-test-compr-eb.patch [deleted file]
utils/unzip/patches/003-CVE-2014-8141-getzip64data.patch [deleted file]
utils/unzip/patches/004-CVE-2014-9636-test-compr-eb.patch [deleted file]
utils/unzip/patches/005-CVE-2015-7696-heap-overflow.patch [deleted file]
utils/unzip/patches/006-CVE-2015-7697-infinite-loop.patch [deleted file]
utils/unzip/patches/007-integer-underflow-csiz_decrypted.patch [deleted file]
utils/unzip/patches/008-cve-2014-9913-unzip-buffer-overflow.patch [deleted file]
utils/unzip/patches/009-cve-2016-9844-zipinfo-buffer-overflow.patch [deleted file]
utils/unzip/patches/010-remove-build-date.patch [deleted file]
utils/unzip/patches/011-CVE-2018-1000035-overflow-password-protect.patch [deleted file]