-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Require nokogiri 1.8.5 or greater #616
Conversation
Unsure how to fix the "line too long" issue in build. |
@discordier 👍 to moving the comment to the preceding line |
Fixed and force pushed |
github-pages.gemspec
Outdated
@@ -26,7 +26,8 @@ Gem::Specification.new do |s| | |||
|
|||
s.add_dependency("mercenary", "~> 0.3") | |||
s.add_dependency("terminal-table", "~> 1.4") | |||
s.add_dependency("nokogiri", ">= 1.8.2", "< 2.0") # CVE-2017-9050, CVE-2017-18258 | |||
# CVE-2017-9050, CVE-2017-18258, CVE-2018-14404 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let’s actually just remove the comment, if you don’t mind. The Git history for this line will have the context :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol, ok then 😸
Changed again, good to go now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect, thank you so much!
Addresses CVE-2018-14404
https://nvd.nist.gov/vuln/detail/CVE-2018-14404