Skip to content

Commit

Permalink
(PA-6881) Adding rexml gem to agent-runtime-main for CVE-2024-41123 and
Browse files Browse the repository at this point in the history
  • Loading branch information
imaqsood committed Aug 23, 2024
1 parent 38fc20b commit 63d6a58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configs/projects/agent-runtime-main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@
proj.component 'rubygem-thor'
proj.component 'rubygem-scanf'

# We add rexml explicitly in here because even though ruby 3 ships with rexml as its default gem, the version
# of rexml it ships with contains CVE-2024-41946 and CVE-2024-41123.
# So, we add it here to update to a higher version
# free from the CVEs.
proj.component 'rubygem-rexml'

if platform.is_linux?
proj.component "virt-what"
proj.component "dmidecode" unless platform.architecture =~ /ppc64/
Expand Down

0 comments on commit 63d6a58

Please sign in to comment.