Skip to content

Commit 46a37aa

Browse files
authored
[Snyk] Security upgrade rexml from 3.4.1 to 3.4.2 (#299)
![snyk-top-banner](https://res.cloudinary.com/snyk/image/upload/r-d/scm-platform/snyk-pull-requests/pr-banner-default.svg) ### Snyk has created this PR to fix 1 vulnerabilities in the rubygems dependencies of this project. #### Snyk changed the following file(s): - `Gemfile` <details> <summary>⚠️ <b>Warning</b></summary> ``` Failed to update the Gemfile.lock, please update manually before merging. ``` </details> #### Vulnerabilities that will be fixed with an upgrade: | | Issue | Score | :-------------------------:|:-------------------------|:------------------------- ![medium severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/m.png 'medium severity') | Improper Restriction of Recursive Entity References in DTDs (&#x27;XML Entity Expansion&#x27;) <br/>[SNYK-RUBY-REXML-12878608](https://snyk.io/vuln/SNYK-RUBY-REXML-12878608) | &nbsp;&nbsp;**50**&nbsp;&nbsp; --- > [!IMPORTANT] > > - Check the changes in this PR to ensure they won't cause issues with your project. > - Max score is 1000. Note that the real score may have changed since the PR was raised. > - This PR was automatically created by Snyk using the credentials of a real user. --- **Note:** _You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs._ For more information: <img src="https://api.segment.io/v1/pixel/track?data=eyJ3cml0ZUtleSI6InJyWmxZcEdHY2RyTHZsb0lYd0dUcVg4WkFRTnNCOUEwIiwiYW5vbnltb3VzSWQiOiJlODk2ZTg2ZS1hZDMzLTRlYjgtYTcwYS1mMzQyYjE5ODlkNTYiLCJldmVudCI6IlBSIHZpZXdlZCIsInByb3BlcnRpZXMiOnsicHJJZCI6ImU4OTZlODZlLWFkMzMtNGViOC1hNzBhLWYzNDJiMTk4OWQ1NiJ9fQ==" width="0" height="0"/> 🧐 [View latest project report](https://app.snyk.io/org/nick2bad4u/project/ebfc4de6-abde-4dc0-8faf-a60b3394dc76?utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;fix-pr) 📜 [Customise PR templates](https://docs.snyk.io/scan-using-snyk/pull-requests/snyk-fix-pull-or-merge-requests/customize-pr-templates?utm_source=github&utm_content=fix-pr-template) 🛠 [Adjust project settings](https://app.snyk.io/org/nick2bad4u/project/ebfc4de6-abde-4dc0-8faf-a60b3394dc76?utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;fix-pr/settings) 📚 [Read about Snyk's upgrade logic](https://docs.snyk.io/scan-with-snyk/snyk-open-source/manage-vulnerabilities/upgrade-package-versions-to-fix-vulnerabilities?utm_source=github&utm_content=fix-pr-template) --- **Learn how to fix vulnerabilities with free interactive lessons:** 🦉 [Learn about vulnerability in an interactive lesson of Snyk Learn.](https://learn.snyk.io/?loc&#x3D;fix-pr) [//]: # 'snyk:metadata:{"customTemplate":{"variablesUsed":[],"fieldsUsed":[]},"dependencies":[{"name":"rexml","from":"3.4.1","to":"3.4.2"}],"env":"prod","issuesToFix":["SNYK-RUBY-REXML-12878608"],"prId":"e896e86e-ad33-4eb8-a70a-f342b1989d56","prPublicId":"e896e86e-ad33-4eb8-a70a-f342b1989d56","packageManager":"rubygems","priorityScoreList":[50],"projectPublicId":"ebfc4de6-abde-4dc0-8faf-a60b3394dc76","projectUrl":"https://app.snyk.io/org/nick2bad4u/project/ebfc4de6-abde-4dc0-8faf-a60b3394dc76?utm_source=github&utm_medium=referral&page=fix-pr","prType":"fix","templateFieldSources":{"branchName":"default","commitMessage":"default","description":"default","title":"default"},"templateVariants":["updated-fix-title","pr-warning-shown","priorityScore"],"type":"auto","upgrade":["SNYK-RUBY-REXML-12878608"],"vulns":["SNYK-RUBY-REXML-12878608"],"patch":[],"isBreakingChange":false,"remediationStrategy":"vuln"}'
2 parents 76b5267 + 44db8a2 commit 46a37aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ gem 'regexp_parser'
113113
gem 'reline'
114114
gem 'resolv'
115115
gem 'resolv-replace'
116-
gem 'rexml'
116+
gem 'rexml', '>= 3.4.2'
117117
gem 'rinda'
118118
gem 'rspec'
119119
gem 'rspec-core'

0 commit comments

Comments
 (0)