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

Add test for erb flow #15223

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Add test for erb flow #15223

wants to merge 4 commits into from

Conversation

hmac
Copy link
Contributor

@hmac hmac commented Jan 4, 2024

No description provided.

@github-actions github-actions bot added the Ruby label Jan 4, 2024
import codeql.ruby.CFG
import ruby
import codeql.ruby.DataFlow
import codeql.ruby.AST

Check warning

Code scanning / CodeQL

Redundant import Warning

Duplicate import, the module is already imported by
codeql.ruby.AST
.
import codeql.ruby.frameworks.data.internal.ApiGraphModels
import codeql.ruby.ApiGraphs
import codeql.ruby.dataflow.RemoteFlowSources
private import codeql.ruby.CFG

Check warning

Code scanning / CodeQL

Redundant import Warning

Duplicate import, the module is already imported by
codeql.ruby.CFG
.
* An additional jump step from a `ComponentClass` passed as an argument in a call to `render`
* to the `self` variable in its corresponding template.
*/
private predicate jumpStep(DataFlow::Node node1, DataFlowPrivate::SsaSelfDefinitionNode node2) {

Check warning

Code scanning / CodeQL

Dead code Warning

This code is never used, and it's not publicly exported.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant