Skip to content

Commit 8d8f360

Browse files
authored
Upgraded caddy version from 2.9.1 to 2.11.2. (open-edge-platform#828)
- caddy version upgraded to fix below CVEs, CVE-2026-27585, CVE-2026-27586, CVE-2026-27587 CVE-2026-27588, CVE-2026-27589, CVE-2026-30852 Signed-off-by: Shalini Singhal <shalinix.singhal@intel.com>
1 parent 3c9e7ef commit 8d8f360

12 files changed

Lines changed: 15 additions & 689 deletions

SPECS/caddy/0001-Disable-commands-that-can-alter-the-binary.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Subject: [PATCH 1/2] Disable commands that can alter the binary
88
1 file changed, 45 deletions(-)
99

1010
diff --git a/cmd/commands.go b/cmd/commands.go
11-
index 259dd358..31b85a18 100644
11+
index 417720f..bee012a 100644
1212
--- a/cmd/commands.go
1313
+++ b/cmd/commands.go
14-
@@ -395,51 +395,6 @@ is always printed to stdout.
14+
@@ -405,51 +405,6 @@ is always printed to stdout.
1515
},
1616
})
1717

@@ -61,8 +61,8 @@ index 259dd358..31b85a18 100644
6161
- })
6262
-
6363
defaultFactory.Use(func(rootCmd *cobra.Command) {
64-
rootCmd.AddCommand(caddyCmdToCobra(Command{
64+
manpageCommand := Command{
6565
Name: "manpage",
6666
--
67-
2.47.1
67+
2.34.1
6868

SPECS/caddy/CVE-2024-45339.patch

Lines changed: 0 additions & 120 deletions
This file was deleted.

SPECS/caddy/CVE-2025-22869.patch

Lines changed: 0 additions & 139 deletions
This file was deleted.

SPECS/caddy/CVE-2025-22872.patch

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)