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

php native: CVE status #20

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
16 changes: 16 additions & 0 deletions 0000-cover-letter.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
From 4030d9f98d6b9a894ae73245bf032c5fc796604c Mon Sep 17 00:00:00 2001
From: Ninette Adhikari <[email protected]>
Date: Wed, 3 Jul 2024 10:01:15 -0700
Subject: [PATCH 0/1] php-native: CVE status update for CVE-2022-4900

The current version (8.2.20) is not affected.

Ninette Adhikari (1):
php-native: CVE status update for CVE-2022-4900

meta-oe/recipes-devtools/php/php_8.2.20.bb | 1 +
1 file changed, 1 insertion(+)

--
2.44.0

27 changes: 27 additions & 0 deletions 0001-php-native-CVE-status-update-for-CVE-2022-4900.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
From 4030d9f98d6b9a894ae73245bf032c5fc796604c Mon Sep 17 00:00:00 2001
From: Ninette Adhikari <[email protected]>
Date: Wed, 3 Jul 2024 10:00:09 -0700
Subject: [PATCH 1/1] php-native: CVE status update for CVE-2022-4900

The current version (8.2.20) is not affected.

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

diff --git a/meta-oe/recipes-devtools/php/php_8.2.20.bb b/meta-oe/recipes-devtools/php/php_8.2.20.bb
index c3c51cd93..f306b1693 100644
--- a/meta-oe/recipes-devtools/php/php_8.2.20.bb
+++ b/meta-oe/recipes-devtools/php/php_8.2.20.bb
@@ -43,6 +43,7 @@ CVE_STATUS_PHP = " \
CVE-2007-3205 \
CVE-2007-4596 \
"
+CVE_STATUS[CVE-2022-4900] = "cpe-incorrect: The current version (8.2.20) is not affected."

inherit autotools pkgconfig python3native gettext multilib_header multilib_script systemd

--
2.44.0

1 change: 1 addition & 0 deletions meta-oe/recipes-devtools/php/php_8.2.20.bb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ CVE_STATUS_PHP = " \
CVE-2007-3205 \
CVE-2007-4596 \
"
CVE_STATUS[CVE-2022-4900] = "cpe-incorrect: The current version (8.2.20) is not affected."

inherit autotools pkgconfig python3native gettext multilib_header multilib_script systemd

Expand Down