Skip to content

Commit ab0ed77

Browse files
authored
Merge pull request #897 from imaqsood/PA-6872
(PA-6872) Upgrade Curl to address CVE-2024-6874 and CVE-2024-6197
2 parents d9873e5 + 90a3fc0 commit ab0ed77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

configs/components/curl.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
case version
77
when '7.88.1'
88
pkg.sha256sum 'cdb38b72e36bc5d33d5b8810f8018ece1baa29a8f215b4495e495ded82bbf3c7'
9-
when '8.7.1'
10-
pkg.sha256sum 'f91249c87f68ea00cf27c44fdfa5a78423e41e71b7d408e5901a9896d905c495'
9+
when '8.9.1'
10+
pkg.sha256sum '291124a007ee5111997825940b3876b3048f7d31e73e9caa681b80fe48b2dcd5'
1111
else
1212
raise "curl version #{version} has not been configured; Cannot continue."
1313
end

configs/projects/agent-runtime-main.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
proj.setting :augeas_version, '1.14.1'
1515
end
1616

17-
proj.setting :curl_version, '8.7.1'
17+
proj.setting :curl_version, '8.9.1'
1818

1919
########
2020
# Load shared agent settings

0 commit comments

Comments
 (0)