summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2024-12-20 16:36:20 +0100
committerKhem Raj <raj.khem@gmail.com>2024-12-20 19:47:55 -0800
commit2a432397cd388f22a747c461451600119f6cbd46 (patch)
tree155e70270771daf294e6f0af838c226b238b97e4
parent0b3e7c1fd6425bfbb142f5a59a3f3a3f8e9dd594 (diff)
downloadmeta-openembedded-2a432397cd388f22a747c461451600119f6cbd46.tar.gz
opensc: mark CVE-2024-8443 as fixed
NVD tracks this CVE as version-less. Per [1] this is fixed by following commits: $ git tag --contains b28a3cef416fcfb92fbb9ea7fd3c71df52c6c9fc 0.26.0 0.26.0-rc1 $ git tag --contains 02e847458369c08421fd2d5e9a16a5f272c2de9e 0.26.0 0.26.0-rc1 [1] https://github.com/OpenSC/OpenSC/wiki/CVE-2024-8443 Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/opensc/opensc_0.26.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/opensc/opensc_0.26.0.bb b/meta-oe/recipes-support/opensc/opensc_0.26.0.bb
index 3e4d476ff4..bd44e24aeb 100644
--- a/meta-oe/recipes-support/opensc/opensc_0.26.0.bb
+++ b/meta-oe/recipes-support/opensc/opensc_0.26.0.bb
@@ -14,6 +14,8 @@ DEPENDS = "openssl"
14SRCREV = "fe857cc4c68da4873071f168c9aaf9860040ff4e" 14SRCREV = "fe857cc4c68da4873071f168c9aaf9860040ff4e"
15SRC_URI = "git://github.com/OpenSC/OpenSC;branch=master;protocol=https" 15SRC_URI = "git://github.com/OpenSC/OpenSC;branch=master;protocol=https"
16 16
17CVE_STATUS[CVE-2024-8443] = "fixed-version: this is fixed since 0.26.0"
18
17S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
18 20
19inherit autotools pkgconfig bash-completion 21inherit autotools pkgconfig bash-completion