diff options
author | Ninette Adhikari <ninette@thehoodiefirm.com> | 2024-04-29 16:31:17 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-04-30 11:00:33 -0700 |
commit | e7fdb6c5b218a9c300ed566269666870c5bc7043 (patch) | |
tree | dd7eff8992bc6d34c9c52100e45ec11a7617cf60 | |
parent | a64e300c72bd218e71570d1ce53a893231d1a36e (diff) | |
download | meta-openembedded-e7fdb6c5b218a9c300ed566269666870c5bc7043.tar.gz |
st: Update status for CVE-2017-16224
The recipe used in the meta-openembedded is a different st package compared to the one which has the CVE issue.
Package used in meta-embedded: https://st.suckless.org/
Package with CVE issue: https://www.npmjs.com/package/st
No action required.
Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/suckless/st_0.9.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/suckless/st_0.9.2.bb b/meta-oe/recipes-graphics/suckless/st_0.9.2.bb index 5e0f2e71cc..22ad0211b6 100644 --- a/meta-oe/recipes-graphics/suckless/st_0.9.2.bb +++ b/meta-oe/recipes-graphics/suckless/st_0.9.2.bb | |||
@@ -33,3 +33,5 @@ ALTERNATIVE:${PN} = "st st-256color" | |||
33 | ALTERNATIVE_LINK_NAME[st] = "${datadir}/terminfo/s/st" | 33 | ALTERNATIVE_LINK_NAME[st] = "${datadir}/terminfo/s/st" |
34 | 34 | ||
35 | ALTERNATIVE_LINK_NAME[st-256color] = "${datadir}/terminfo/s/st-256color" | 35 | ALTERNATIVE_LINK_NAME[st-256color] = "${datadir}/terminfo/s/st-256color" |
36 | |||
37 | CVE_STATUS[CVE-2017-16224] = "cpe-incorrect: The recipe used in the meta-openembedded is a different st package compared to the one which has the CVE issue." | ||