diff options
| author | Ninette Adhikari <ninette@thehoodiefirm.com> | 2024-04-29 16:31:17 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-29 11:11:51 -0700 |
| commit | eb9c7bb5645b6a3bcf7c40e1a83c8f4c3b020fa5 (patch) | |
| tree | db2db243bb26885b462b90ab1f1c8adbb902071c | |
| parent | 4c40897893f43a99e6ae12e652c0cf789d89df90 (diff) | |
| download | meta-openembedded-eb9c7bb5645b6a3bcf7c40e1a83c8f4c3b020fa5.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." | ||
