diff options
| author | Peter Marko <peter.marko@siemens.com> | 2024-12-19 21:48:50 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-12-19 13:00:31 -0800 |
| commit | 9bd6efd135efcc2e50837a8e70298ddef9e2f432 (patch) | |
| tree | 7437c6de7b265e49e90a90c0b84a5d3af75ff467 /meta-oe/recipes-connectivity/ace | |
| parent | 450798f0fc45aa8912298008c73dab70bd2cbb03 (diff) | |
| download | meta-openembedded-9bd6efd135efcc2e50837a8e70298ddef9e2f432.tar.gz | |
ace: ignore CVE-2009-1147
This CVE is for vmware ace.
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/ace')
| -rw-r--r-- | meta-oe/recipes-connectivity/ace/ace_8.0.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/ace/ace_8.0.2.bb b/meta-oe/recipes-connectivity/ace/ace_8.0.2.bb index 64a4e7575f..2f3121e5a6 100644 --- a/meta-oe/recipes-connectivity/ace/ace_8.0.2.bb +++ b/meta-oe/recipes-connectivity/ace/ace_8.0.2.bb | |||
| @@ -16,6 +16,8 @@ SRC_URI[sha256sum] = "dba38a905858ec4a44c04b4bbaef42b891adf061e8c0bbdaa1dce2c04f | |||
| 16 | UPSTREAM_CHECK_URI = "https://github.com/DOCGroup/ACE_TAO/releases" | 16 | UPSTREAM_CHECK_URI = "https://github.com/DOCGroup/ACE_TAO/releases" |
| 17 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | 17 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" |
| 18 | 18 | ||
| 19 | CVE_STATUS[CVE-2009-1147] = "cpe-incorrect: this CVE is for vmware ace" | ||
| 20 | |||
| 19 | COMPATIBLE_HOST:libc-musl = "null" | 21 | COMPATIBLE_HOST:libc-musl = "null" |
| 20 | 22 | ||
| 21 | S = "${WORKDIR}/ACE_wrappers" | 23 | S = "${WORKDIR}/ACE_wrappers" |
