python3-grpcio: set status for CVE-2023-33953 and CVE-2024-37168

CVE-2023-33953 is fixed since 1.56.2 per [1].
FKIE sets "defaultStatus": "unknown" so it needs to be set explicitly.

CVE-2024-37168 description in [2] says grpc-js.
Even if (like FKIE added) grpc core would be affected, it would be in
old versions (also listed in [2]).

[1] https://nvd.nist.gov/vuln/detail/CVE-2023-33953
[2] https://nvd.nist.gov/vuln/detail/CVE-2024-37168

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Peter Marko
2026-07-20 21:27:28 +02:00
committed by Khem Raj
parent 376c6bb62b
commit 57f075ca9b
@@ -51,3 +51,5 @@ CCACHE_DISABLE = "1"
CVE_PRODUCT += "grpc:grpc"
CVE_STATUS[CVE-2026-33186] = "cpe-incorrect: the vulnerabilty affects only the go implementation"
CVE_STATUS[CVE-2023-33953] = "fixed-version: Fixed since 1.56.2"
CVE_STATUS[CVE-2024-37168] = "cpe-incorrect: This CVE is for grps-js"