diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-10-04 19:29:57 +0200 |
|---|---|---|
| committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-10-12 13:08:13 +0200 |
| commit | 5e398bfa67be0d05ee0c62416716b1eb57ca5ae9 (patch) | |
| tree | a0441642f4e7938f375f08cc7460d9454a0a2222 /meta-oe | |
| parent | 93fc9a2c0c36c3fb8edca52180ed8026957378a6 (diff) | |
| download | meta-openembedded-5e398bfa67be0d05ee0c62416716b1eb57ca5ae9.tar.gz | |
ace: ignore CVE-2009-1147
The CVE is for another product, for VMWare ACE, not for this one.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-connectivity/ace/ace_6.5.12.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/ace/ace_6.5.12.bb b/meta-oe/recipes-connectivity/ace/ace_6.5.12.bb index 6c68aede03..31389585fa 100644 --- a/meta-oe/recipes-connectivity/ace/ace_6.5.12.bb +++ b/meta-oe/recipes-connectivity/ace/ace_6.5.12.bb | |||
| @@ -40,3 +40,6 @@ do_install() { | |||
| 40 | } | 40 | } |
| 41 | 41 | ||
| 42 | UPSTREAM_CHECK_URI = "https://github.com/DOCGroup/ACE_TAO/releases" | 42 | UPSTREAM_CHECK_URI = "https://github.com/DOCGroup/ACE_TAO/releases" |
| 43 | |||
| 44 | # The CVE is for another application, for VMWare "Assured Computing Environment" | ||
| 45 | CVE_CHECK_IGNORE += "CVE-2009-1147" | ||
