Skip to content
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

Upgrade Rubocop #51

Merged
merged 6 commits into from
Mar 6, 2018
Merged

Upgrade Rubocop #51

merged 6 commits into from
Mar 6, 2018

Conversation

johnsyweb
Copy link
Contributor

@johnsyweb johnsyweb commented Mar 5, 2018

Context

The rubocop dependency defined in pagerduty.gemspec has a known low severity security vulnerability in version range < 0.48.1 and should be updated.

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418

Change

  • Unpin rubocop
  • Bring configuration into line with new version
  • Perform autocorrections
  • Remove EOL Ruby
  • Perform manual corrections

Cc

@orien

@orien
Copy link
Member

orien commented Mar 5, 2018

Thanks @johnsyweb. 👍

Looks like there are a few more cops to satisfy.

.travis.yml Outdated
@@ -6,4 +6,3 @@ rvm:
- 2.2.4
- 2.1.8
- 2.0.0
- 1.9.3
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Possibly controversial.

.travis.yml Outdated
@@ -6,4 +6,3 @@ rvm:
- 2.2.4
- 2.1.8
- 2.0.0
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rubocop fails for this (EOL) version. Shall we can it?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's remove it.

@johnsyweb johnsyweb merged commit 3912a51 into master Mar 6, 2018
@johnsyweb johnsyweb deleted the paj/bundle-update branch March 6, 2018 03:37
@orien
Copy link
Member

orien commented Mar 6, 2018

Thanks @johnsyweb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants