Skip to content

Commit

Permalink
Merge branch 'magento_xxe_to_rce'
Browse files Browse the repository at this point in the history
  • Loading branch information
jheysel-r7 committed Oct 15, 2024
2 parents 3f6f060 + 3be4eae commit 3635dd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def get_regions
raise ProcSelfMapsError, '/proc/self/maps was unable able to be downloaded' if maps.blank?

maps = maps.force_encoding('UTF-8')
pattern = /^([a-f0-9]+)-([a-f0-9]+)\b.*\s([-rwx]{3}[ps])\s(.*)/
pattern = /^([a-f0-9]+)-([a-f0-9]+)\b.*\s([-rwx]{3}[ps])\s(.+)$/
regions = []

# Example lines from: /proc/self/maps
Expand Down

0 comments on commit 3635dd1

Please sign in to comment.