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

mercurial: CVE status #11

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 1914cd0ccc784fb86eb411a2d3f0ff6365b37eb6 Mon Sep 17 00:00:00 2001
From: Ninette Adhikari <[email protected]>
Date: Wed, 26 Jun 2024 07:20:05 -0700
Subject: [PATCH 0/1] mercurial: Update CVE status for CVE-2022-43410

The recipe used in the `meta-openembedded` is a different mercurial package compared to the one which has the CVE issue.
Package used in `meta-embedded`: https://www.mercurial-scm.org/
Package with CVE issue is a Jenkins plugin: https://plugins.jenkins.io/mercurial/
(This is reflected in the CPE)

Ninette Adhikari (1):
mercurial: Update CVE status for CVE-2022-43410

meta-oe/recipes-devtools/mercurial/mercurial_6.6.3.bb | 1 +
1 file changed, 1 insertion(+)

--
2.44.0

27 changes: 27 additions & 0 deletions 0001-mercurial-Update-CVE-status-for-CVE-2022-43410.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
From 1914cd0ccc784fb86eb411a2d3f0ff6365b37eb6 Mon Sep 17 00:00:00 2001
From: Ninette Adhikari <[email protected]>
Date: Wed, 26 Jun 2024 07:18:28 -0700
Subject: [PATCH 1/1] mercurial: Update CVE status for CVE-2022-43410

The recipe used in the `meta-openembedded` is a different mercurial package compared to the one which has the CVE issue.
Package used in `meta-embedded`: https://www.mercurial-scm.org/
Package with CVE issue is a Jenkins plugin: https://plugins.jenkins.io/mercurial/
(This is reflected in the CPE)

Signed-off-by: Ninette Adhikari <[email protected]>
---
meta-oe/recipes-devtools/mercurial/mercurial_6.6.3.bb | 1 +
1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-devtools/mercurial/mercurial_6.6.3.bb b/meta-oe/recipes-devtools/mercurial/mercurial_6.6.3.bb
index 89e6744dc..395a33079 100644
--- a/meta-oe/recipes-devtools/mercurial/mercurial_6.6.3.bb
+++ b/meta-oe/recipes-devtools/mercurial/mercurial_6.6.3.bb
@@ -34,3 +34,4 @@ PACKAGES =+ "${PN}-python"
FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR} ${datadir}"
FILES:${PN}-python = "${nonarch_libdir}/${PYTHON_DIR}"

+CVE_STATUS[CVE-2022-43410] = "cpe-incorrect: The recipe used in the `meta-openembedded` is a different mercurial package compared to the one which has the CVE issue."
--
2.44.0

1 change: 1 addition & 0 deletions meta-oe/recipes-devtools/mercurial/mercurial_6.6.3.bb
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ PACKAGES =+ "${PN}-python"
FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR} ${datadir}"
FILES:${PN}-python = "${nonarch_libdir}/${PYTHON_DIR}"

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