-
Notifications
You must be signed in to change notification settings - Fork 897
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
fix sql injection brakeman warning in the aggregation mixin query #20132
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@miq-bot add_label core/security |
d-m-u
changed the title
fix sql injection brakeman warning in the aggregation mixin query
[WIP] fix sql injection brakeman warning in the aggregation mixin query
May 6, 2020
d-m-u
force-pushed
the
fixing_brakeman_sql_injection
branch
from
May 6, 2020 20:26
0ebd39a
to
b28d197
Compare
d-m-u
changed the title
[WIP] fix sql injection brakeman warning in the aggregation mixin query
fix sql injection brakeman warning in the aggregation mixin query
May 6, 2020
d-m-u
changed the title
fix sql injection brakeman warning in the aggregation mixin query
[WIP] fix sql injection brakeman warning in the aggregation mixin query
May 6, 2020
d-m-u
force-pushed
the
fixing_brakeman_sql_injection
branch
from
May 6, 2020 23:40
b28d197
to
d813ed2
Compare
d-m-u
changed the title
[WIP] fix sql injection brakeman warning in the aggregation mixin query
fix sql injection brakeman warning in the aggregation mixin query
May 6, 2020
d-m-u
force-pushed
the
fixing_brakeman_sql_injection
branch
from
May 7, 2020 00:01
d813ed2
to
cc7b858
Compare
@miq-bot add_label bug, jansa/yes? |
Checked commit d-m-u@cc7b858 with ruby 2.5.7, rubocop 0.69.0, haml-lint 0.28.0, and yamllint |
i dunno what's up with the travis here, they did all pass: https://travis-ci.com/github/ManageIQ/manageiq/builds/164353778 |
simaishi
pushed a commit
that referenced
this pull request
May 8, 2020
fix sql injection brakeman warning in the aggregation mixin query (cherry picked from commit 478901b)
Jansa backport details:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hardware.where("#{from}_id" => targets)
isn't injection proof but I think this is better?edit -- #20121