-
Notifications
You must be signed in to change notification settings - Fork 1.7k
C#: Generalize cs/constant-condition
#6
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
Merged
semmle-qlci
merged 5 commits into
github:master
from
hvitved:csharp/query/constant-condition
Aug 8, 2018
Merged
C#: Generalize cs/constant-condition
#6
semmle-qlci
merged 5 commits into
github:master
from
hvitved:csharp/query/constant-condition
Aug 8, 2018
Conversation
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
calumgrant
pushed a commit
to calumgrant/ql
that referenced
this pull request
Aug 3, 2018
JavaScript: Teach `UnusedVariable` not to complain about class expressions.
calumgrant
approved these changes
Aug 3, 2018
calumgrant
approved these changes
Aug 3, 2018
a6c49cc
to
579d64c
Compare
hvitved
pushed a commit
that referenced
this pull request
Aug 7, 2020
thepalbi
added a commit
to thepalbi/codeql
that referenced
this pull request
Nov 19, 2020
* Merge https://github.com/max-schaefer/ql/tree/js/propagation-graph changes * Fix post-merge stuff
smowton
pushed a commit
to smowton/codeql
that referenced
this pull request
Oct 28, 2021
Kotlin: Improve location information
erik-krogh
referenced
this pull request
in erik-krogh/ql
Dec 15, 2021
Support expression annotations
erik-krogh
referenced
this pull request
in erik-krogh/ql
Dec 15, 2021
Support expression annotations
michaelnebel
added a commit
that referenced
this pull request
Mar 9, 2022
C#: Code review suggestions
tiferet
added a commit
that referenced
this pull request
Sep 19, 2022
New features: Shipping model. 9 new features, remove the old ones that have been replaced by new ones. The codeql PR has been rebased on top of main. #6 (with a fixed package version) https://ml.azure.com/runs/classification_1663349992_863d12bf?wsid=/subscriptions/91095667-e119-4555-acea-1826488492f0/resourcegroups/ATM-CodeML/workspaces/ATM-Workspace&tid=398a6654-997b-47e9-b12b-9515b896b4de
jhelie
pushed a commit
that referenced
this pull request
Nov 22, 2022
New features: Shipping model. 9 new features, remove the old ones that have been replaced by new ones. The codeql PR has been rebased on top of main. #6 (with a fixed package version) https://ml.azure.com/runs/classification_1663349992_863d12bf?wsid=/subscriptions/91095667-e119-4555-acea-1826488492f0/resourcegroups/ATM-CodeML/workspaces/ATM-Workspace&tid=398a6654-997b-47e9-b12b-9515b896b4de
redsun82
pushed a commit
that referenced
this pull request
Sep 16, 2024
Pre-commit: bump up `autopep8` check version and fix formatting
dbartol
pushed a commit
that referenced
this pull request
Dec 18, 2024
feat: support for composite action's analysis
dbartol
pushed a commit
that referenced
this pull request
Dec 18, 2024
untrusted checkout improvments
geoffw0
added a commit
that referenced
this pull request
Jan 29, 2025
Rust: Fix data flow through callbacks passed to library functions
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.
The query has been generalized to cover
cs/constant-null-coalescing
andcs/constant-switch-selector
as well.