forked from github/codeql
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dbartol/rc/merge #3
Open
dbartol
wants to merge
1,338
commits into
dbartol/rc/base
Choose a base branch
from
dbartol/rc/merge
base: dbartol/rc/base
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
Add an example snippet query
The base `PrintAstConfiguration` class already has a predicate for filtering out desugared nodes - this change just makes use of it in the query. This fixes https://github.com/github/codeql-team/issues/408, which was caused by including nodes representing the desugaring of a[b] = c in the query output. This would result in multiple edges to the same target node (one from the surface AST and another from the desugared AST), which the VSCode AST viewer cannot handle.
Don't include desugared nodes in the printed AST
sync ReDoSUtil.qll with python/JS
Particularly, in tree-siter-embedded-template
Add a dependabot.yml file to trigger daily dependabot updates on the four Rust projects in the codebase: - `node_types` - `generator` - `extractor` - `autobuilder`
Enable dependabot on the Rust projects
Bump tree-sitter versions to pick up parsing fixes
use toUnicode in ReDoSUtil.qll
Add DB upgrade script check
Start modelling ActionView
Remove unicode character from doc string
Use integer comparisons instead of strings when scanning ERB files
Remove unused columns from tokeninfo tables
…base Strengthen the type of `SetterMethodCall`
More uses of `instanceof` in the external/internal AST layer
…esolution Temporarily disable operation call resolution
Make sure the lgtm.com branch is an ancestor of rc/3.3
Docs: Add Ruby to query help pages
github-actions
bot
added
the
documentation
Improvements or additions to documentation
label
Oct 31, 2021
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.
No description provided.