diff options
| author | Peter Marko <peter.marko@siemens.com> | 2024-12-10 18:42:16 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-12-10 13:43:54 -0800 |
| commit | e1427013e01df44b9275908f7605e8e25fc3fd83 (patch) | |
| tree | 85f202b70fd3a9174f5463acf52705f4cc9f1685 | |
| parent | ae88d2ff59eb851d7badbe5ff8eb11ed7040aeb9 (diff) | |
| download | meta-openembedded-e1427013e01df44b9275908f7605e8e25fc3fd83.tar.gz | |
dash: set CVE_PRODUCT
This removes false positive CVE-2024-21485 from cve reports.
$ sqlite3 nvdcve_2-2.db
sqlite> select * from products where product = 'dash';
CVE-2009-0854|dash|dash|0.5.4|=||
CVE-2024-21485|plotly|dash|||2.13.0|<
CVE-2024-21485|plotly|dash|2.14.0|>=|2.15.0|<
Our dash:dash did not reach major version 1 yet.
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-shells/dash/dash_0.5.12.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-shells/dash/dash_0.5.12.bb b/meta-oe/recipes-shells/dash/dash_0.5.12.bb index 947ef702d7..1bf3625760 100644 --- a/meta-oe/recipes-shells/dash/dash_0.5.12.bb +++ b/meta-oe/recipes-shells/dash/dash_0.5.12.bb | |||
| @@ -10,6 +10,8 @@ inherit autotools update-alternatives | |||
| 10 | SRC_URI = "http://gondor.apana.org.au/~herbert/${BPN}/files/${BP}.tar.gz" | 10 | SRC_URI = "http://gondor.apana.org.au/~herbert/${BPN}/files/${BP}.tar.gz" |
| 11 | SRC_URI[sha256sum] = "6a474ac46e8b0b32916c4c60df694c82058d3297d8b385b74508030ca4a8f28a" | 11 | SRC_URI[sha256sum] = "6a474ac46e8b0b32916c4c60df694c82058d3297d8b385b74508030ca4a8f28a" |
| 12 | 12 | ||
| 13 | CVE_PRODUCT = "dash:dash" | ||
| 14 | |||
| 13 | EXTRA_OECONF += "--bindir=${base_bindir}" | 15 | EXTRA_OECONF += "--bindir=${base_bindir}" |
| 14 | 16 | ||
| 15 | ALTERNATIVE:${PN} = "sh" | 17 | ALTERNATIVE:${PN} = "sh" |
