-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Merge in main #15904
Merge in main #15904
Conversation
…xclude-null-in-variable-name Java: sensitive logging query exclude null in variable name
Co-authored-by: Owen Mansel-Chan <[email protected]>
Kotlin 2: Accept loc changes in library-tests/exprs/delegatedProperties
Java: Fix sink type in hudson.model.yml
Kotlin 2: Accept some PrintAst changes in library-tests/exprs
Kotlin 2: Accept changes in library-tests/reflection
Python: Fix missing DictionaryElementContents
Python: Add consistency check for `PhaseDependentFlow`
Python: Add precision to NoSQL query
Web Cache Deception Vulnerability on Go Frameworks
I think that this will be clearer.
Mention needed imports at top of "Analyzing data flow in Java"
Kotlin 2: Accept more changes in the exprs test
JS: Do not treat AMD pseudo-dependencies as imports
C++: Add IR tests for the destruction of temporaries
JS: Add support for TS 5.4
result = TranslatedVariableInitialization.super.getChildInternal(id) | ||
} | ||
|
||
final override Instruction getChildSuccessorInternal(TranslatedElement elem, EdgeKind kind) { |
Check warning
Code scanning / CodeQL
Redundant override Warning
this predicate
result = TranslatedVariableInitialization.super.getChildInternal(id) | ||
} | ||
|
||
final override Instruction getChildSuccessorInternal(TranslatedElement elem, EdgeKind kind) { |
Check warning
Code scanning / CodeQL
Redundant override Warning
this predicate
@@ -11,6 +11,7 @@ | |||
private import TranslatedCondition | |||
private import TranslatedElement | |||
private import TranslatedExpr | |||
private import TranslatedCall |
Check warning
Code scanning / CodeQL
Redundant import Warning
TranslatedExpr
c68ecae
into
yoff-python-stop-extracting-std-lib
No description provided.