Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

smarty: CVE status #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions 0000-cover-letter.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
From 004f9ae56c99322fa7951703df9043f269551dd2 Mon Sep 17 00:00:00 2001
From: Ninette Adhikari <[email protected]>
Date: Fri, 14 Jun 2024 07:05:04 -0400
Subject: [PATCH 0/1] smarty: Update status for CVE-2020-10375

The recipe used in the meta-openembedded is a different package compared to the one which has the CVE issue.
Package used in meta-embedded: https://www.smarty.net/
Package with CVE issue is from newmediacompany: https://www.smarty-online.de
No action required.

Ninette Adhikari (1):
smarty: Update status for CVE-2020-10375

meta-oe/recipes-support/smarty/smarty_4.4.1.bb | 2 ++
1 file changed, 2 insertions(+)

--
2.44.0

28 changes: 28 additions & 0 deletions 0001-smarty-Update-status-for-CVE-2020-10375.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
From 004f9ae56c99322fa7951703df9043f269551dd2 Mon Sep 17 00:00:00 2001
From: Ninette Adhikari <[email protected]>
Date: Fri, 14 Jun 2024 07:02:42 -0400
Subject: [PATCH 1/1] smarty: Update status for CVE-2020-10375

The recipe used in the meta-openembedded is a different package compared to the one which has the CVE issue.
Package used in meta-embedded: https://www.smarty.net/
Package with CVE issue is from newmediacompany: https://www.smarty-online.de
No action required.

Signed-off-by: Ninette Adhikari <[email protected]>
---
meta-oe/recipes-support/smarty/smarty_4.4.1.bb | 2 ++
1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/smarty/smarty_4.4.1.bb b/meta-oe/recipes-support/smarty/smarty_4.4.1.bb
index 1caa4cd1b..e0979bb5a 100644
--- a/meta-oe/recipes-support/smarty/smarty_4.4.1.bb
+++ b/meta-oe/recipes-support/smarty/smarty_4.4.1.bb
@@ -24,3 +24,5 @@ do_install() {
install -m 0644 ${S}/libs/sysplugins/*.php ${D}${datadir}/php/smarty3/libs/sysplugins/
}
FILES:${PN} = "${datadir}/php/smarty3/"
+
+CVE_STATUS[CVE-2020-10375] = "cpe-incorrect: The recipe used in the meta-openembedded is a different smarty package compared to the one which has the CVE issue."
--
2.44.0

2 changes: 2 additions & 0 deletions meta-oe/recipes-support/smarty/smarty_4.4.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ do_install() {
install -m 0644 ${S}/libs/sysplugins/*.php ${D}${datadir}/php/smarty3/libs/sysplugins/
}
FILES:${PN} = "${datadir}/php/smarty3/"

CVE_STATUS[CVE-2020-10375] = "cpe-incorrect: The recipe used in the meta-openembedded is a different smarty package compared to the one which has the CVE issue."