Skip to content

Commit 5bf7896

Browse files
authored
Merge pull request #904 from imaqsood/PA-6901
(PA-6901) Bump REXML to 3.3.6 to address CVE-2024-43398
2 parents 39639ec + b166fcd commit 5bf7896

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
component 'rubygem-rexml' do |pkg, settings, platform|
2-
pkg.version '3.3.4'
3-
pkg.md5sum 'b7411377f3c1a9cbe65e862f74067f91'
2+
pkg.version '3.3.6'
3+
pkg.md5sum 'be54ad1a5f661ebf9824bf6ca36e50eb'
44

55
# If the platform is solaris with sparc architecture in agent-runtime-7.x project, we want to gem install rexml
66
# ignoring the dependencies, this is because the pl-ruby version used in these platforms is ancient so it gets
@@ -9,6 +9,6 @@
99
if platform.name =~ /solaris-(10|11)-sparc/ && settings[:ruby_version].to_i < 3
1010
settings["#{pkg.get_name}_gem_install_options".to_sym] = "--ignore-dependencies"
1111
end
12-
12+
1313
instance_eval File.read('configs/components/_base-rubygem.rb')
1414
end

0 commit comments

Comments
 (0)