diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-22 21:27:28 +0100 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2025-12-30 07:08:03 +0530 |
| commit | 3a59d89765bc386bf182620ea31d88dc96afc981 (patch) | |
| tree | dadd3c759339c2eba693b41cedc961ba86b2ae48 /meta-gnome | |
| parent | 6553182380c51d4ec3f408d0580bb7fdf9b50c25 (diff) | |
| download | meta-openembedded-3a59d89765bc386bf182620ea31d88dc96afc981.tar.gz | |
accountservice: ignore CVE-2023-3297
Details: https://nvd.nist.gov/vuln/detail/CVE-2023-3297
The vulnerability is triggered by a patch added by Ubuntu, and the vulnerable patch is
not present in the recipe.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 071a45c9d76c9a222c8fbaa50089a8af44f44e74)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-gnome')
| -rw-r--r-- | meta-gnome/recipes-support/accountsservice/accountsservice_22.08.8.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-gnome/recipes-support/accountsservice/accountsservice_22.08.8.bb b/meta-gnome/recipes-support/accountsservice/accountsservice_22.08.8.bb index 439958c7d2..d63e3bd34c 100644 --- a/meta-gnome/recipes-support/accountsservice/accountsservice_22.08.8.bb +++ b/meta-gnome/recipes-support/accountsservice/accountsservice_22.08.8.bb | |||
| @@ -30,3 +30,5 @@ FILES:${PN} += " \ | |||
| 30 | ${datadir}/dbus-1 \ | 30 | ${datadir}/dbus-1 \ |
| 31 | ${datadir}/polkit-1 \ | 31 | ${datadir}/polkit-1 \ |
| 32 | " | 32 | " |
| 33 | |||
| 34 | CVE_STATUS[CVE-2023-3297] = "not-applicable-platform: The vulnerability is Ubuntu specific" | ||
