diff options
| author | Jose Quaresma <quaresma.jose@gmail.com> | 2023-09-13 17:01:06 +0000 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-09-19 07:55:41 -0400 |
| commit | 43a4259f68b72228bd17b2b5bdf08cb2fa0e6edb (patch) | |
| tree | 598923b47574e14439d73a3dbff461d6ad2d2857 | |
| parent | 04423e6ee7c1f90db38dd4bff8b1261b638c0774 (diff) | |
| download | meta-openembedded-43a4259f68b72228bd17b2b5bdf08cb2fa0e6edb.tar.gz | |
opensc: ignore CVE-2021-34193
The CVE-2021-34193 is a duplicate CVE covering the 5 individual already fixed.
https://github.com/OpenSC/OpenSC/pull/2855
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/opensc/opensc_0.22.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/opensc/opensc_0.22.0.bb b/meta-oe/recipes-support/opensc/opensc_0.22.0.bb index 4590b85fa4..3bb79b9d92 100644 --- a/meta-oe/recipes-support/opensc/opensc_0.22.0.bb +++ b/meta-oe/recipes-support/opensc/opensc_0.22.0.bb | |||
| @@ -16,6 +16,11 @@ SRCREV = "c902e1992195e00ada12d71beb1029287cd72037" | |||
| 16 | SRC_URI = "git://github.com/OpenSC/OpenSC;branch=master;protocol=https \ | 16 | SRC_URI = "git://github.com/OpenSC/OpenSC;branch=master;protocol=https \ |
| 17 | file://CVE-2023-2977.patch \ | 17 | file://CVE-2023-2977.patch \ |
| 18 | " | 18 | " |
| 19 | |||
| 20 | # CVE-2021-34193 is a duplicate CVE covering the 5 individual | ||
| 21 | # https://github.com/OpenSC/OpenSC/pull/2855/commits/7a049fc3922060fb75cb9fea9e58eef9edc357ae | ||
| 22 | CVE_CHECK_IGNORE += "CVE-2021-34193" | ||
| 23 | |||
| 19 | DEPENDS = "virtual/libiconv openssl" | 24 | DEPENDS = "virtual/libiconv openssl" |
| 20 | 25 | ||
| 21 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
