diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-04-13 20:02:25 +0200 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-13 15:28:24 -0700 |
| commit | 4c8dec585a3e634da03c5f2543c8cabeffcfbe2f (patch) | |
| tree | f7eaa9f0efc8fb9c193ce3fa5104618fab45bb64 /meta-oe | |
| parent | 7355320e1278891540fc828af791d97a283fc905 (diff) | |
| download | meta-openembedded-4c8dec585a3e634da03c5f2543c8cabeffcfbe2f.tar.gz | |
minio: ignore irrelevant CVEs
Details: https://nvd.nist.gov/vuln/detail/CVE-2026-33419
https://nvd.nist.gov/vuln/detail/CVE-2026-34204
These CVEs were filed against minio server, but this recipe is for minio
client tools, which is a related, but different project.
Ignore these CVEs.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-extended/minio/minio_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/minio/minio_git.bb b/meta-oe/recipes-extended/minio/minio_git.bb index 511dd4d869..d08b5e754d 100644 --- a/meta-oe/recipes-extended/minio/minio_git.bb +++ b/meta-oe/recipes-extended/minio/minio_git.bb | |||
| @@ -169,4 +169,4 @@ CVE_STATUS_GROUPS += "CVE_STATUS_WRONG_CPE" | |||
| 169 | CVE_STATUS_WRONG_CPE[status] = "cpe-incorrect: The vulnerability is in minio server, not in minio client-tools" | 169 | CVE_STATUS_WRONG_CPE[status] = "cpe-incorrect: The vulnerability is in minio server, not in minio client-tools" |
| 170 | CVE_STATUS_WRONG_CPE = "CVE-2018-1000538 CVE-2020-11012 CVE-2021-21287 CVE-2021-21362 \ | 170 | CVE_STATUS_WRONG_CPE = "CVE-2018-1000538 CVE-2020-11012 CVE-2021-21287 CVE-2021-21362 \ |
| 171 | CVE-2021-21390 CVE-2021-43858 CVE-2022-35919 CVE-2023-28433 \ | 171 | CVE-2021-21390 CVE-2021-43858 CVE-2022-35919 CVE-2023-28433 \ |
| 172 | CVE-2023-28434 CVE-2024-36107" | 172 | CVE-2023-28434 CVE-2024-36107 CVE-2026-33419 CVE-2026-34204" |
