Skip to content

Commit d004d7e

Browse files
authored
Merge PR #283
![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 | :-------------------------:|:-------------------------|:------------------------- ![high severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/h.png 'high severity') | OS Command Injection <br/>[SNYK-RUBY-THOR-10843853](https://snyk.io/vuln/SNYK-RUBY-THOR-10843853) | &nbsp;&nbsp;**641**&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=eyJ3cml0ZUtleSI6InJyWmxZcEdHY2RyTHZsb0lYd0dUcVg4WkFRTnNCOUEwIiwiYW5vbnltb3VzSWQiOiI0ZGZkMTBkYS0yOGM3LTQ5ZDctOGE4YS1mOGIyNjY2OTBlOGUiLCJldmVudCI6IlBSIHZpZXdlZCIsInByb3BlcnRpZXMiOnsicHJJZCI6IjRkZmQxMGRhLTI4YzctNDlkNy04YThhLWY4YjI2NjY5MGU4ZSJ9fQ==" 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:** 🦉 [OS Command Injection](https://learn.snyk.io/lesson/malicious-code-injection/?loc&#x3D;fix-pr) [//]: # 'snyk:metadata:{"customTemplate":{"variablesUsed":[],"fieldsUsed":[]},"dependencies":[{"name":"thor","from":"0.19.4","to":"1.4.0"}],"env":"prod","issuesToFix":["SNYK-RUBY-THOR-10843853"],"prId":"4dfd10da-28c7-49d7-8a8a-f8b266690e8e","prPublicId":"4dfd10da-28c7-49d7-8a8a-f8b266690e8e","packageManager":"rubygems","priorityScoreList":[641],"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-THOR-10843853"],"vulns":["SNYK-RUBY-THOR-10843853"],"patch":[],"isBreakingChange":true,"remediationStrategy":"vuln"}'
2 parents cfff526 + 9ee2862 commit d004d7e

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
@@ -143,7 +143,7 @@ gem 'syntax_suggest'
143143
gem 'tempfile'
144144
gem 'terminal-table'
145145
gem 'test-unit'
146-
gem 'thor'
146+
gem 'thor', '>= 1.4.0'
147147
gem 'time'
148148
gem 'timeout'
149149
gem 'tmpdir'

0 commit comments

Comments
 (0)