Ruby: fix some more style-guide violations in the alert-messages#10731
Merged
Conversation
Comment on lines
155
to
158
Check warning
Code scanning / CodeQL
Consistent alert message
Comment on lines
18
to
32
Check warning
Code scanning / CodeQL
Consistent alert message
Comment on lines
19
to
22
Check warning
Code scanning / CodeQL
Consistent alert message
2ab7bf0 to
a0725fb
Compare
aibaars
reviewed
Oct 11, 2022
| class YamlLoadArgument extends Sink { | ||
| YamlLoadArgument() { | ||
| this = API::getTopLevelMember(["YAML", "Psych"]).getAMethodCall("load").getArgument(0) | ||
| this = API::getTopLevelMember("YAML").getAMethodCall("load").getArgument(0) |
Contributor
There was a problem hiding this comment.
Why did you remove Psych? Those two modules are the same thing in Ruby 3.0
Contributor
Author
There was a problem hiding this comment.
I have no idea why that happened. Maybe it was a bad merge?
Co-authored-by: Arthur Baars <aibaars@github.com>
aibaars
previously approved these changes
Oct 11, 2022
f40ef57 to
8779da8
Compare
aibaars
approved these changes
Oct 11, 2022
This file contains hidden or 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
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.
One last PR, where I went through the alerts produced by QL-for-QL.
Ignore the alerts. I'm also changing JS and Python
Drive-by fix of a deprecation warning that caused the CI to fail on
main.