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

Update vuln exceptions to use generally available API version #313

Merged
merged 3 commits into from
Jan 17, 2018

Conversation

ghost
Copy link

@ghost ghost commented Jan 17, 2018

Fixes #312

@ghost ghost requested a review from gschneider-r7 January 17, 2018 16:05
@ghost ghost mentioned this pull request Jan 17, 2018
@ghost ghost deleted a comment from houndci-bot Jan 17, 2018
ajax_data << data._resources
links = data._links.select { |ll| ['self', 'last'].include?(ll.rel) }
ajax_data << data.resources
links = data.links.select { |ll| ['self', 'last'].include?(ll.rel) }

Choose a reason for hiding this comment

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

Use %w or %W for an array of words.

@gschneider-r7 gschneider-r7 merged commit 0222a49 into master Jan 17, 2018
@gschneider-r7 gschneider-r7 deleted the bug/experimental-api-release branch January 17, 2018 20:30
This pull request was closed.
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.

3 participants