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

Merge in main #15904

Merged
merged 1,033 commits into from
Mar 13, 2024
Merged

Merge in main #15904

merged 1,033 commits into from
Mar 13, 2024

Conversation

yoff
Copy link
Contributor

@yoff yoff commented Mar 13, 2024

No description provided.

mbg and others added 30 commits March 4, 2024 12:14
…xclude-null-in-variable-name

Java: sensitive logging query exclude null in variable name
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
Mention needed imports at top of "Analyzing data flow in Java"
igfoo and others added 4 commits March 13, 2024 11:34
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
@yoff yoff requested review from a team as code owners March 13, 2024 14:44
result = TranslatedVariableInitialization.super.getChildInternal(id)
}

final override Instruction getChildSuccessorInternal(TranslatedElement elem, EdgeKind kind) {

Check warning

Code scanning / CodeQL

Redundant override Warning

Redundant override of
this predicate
.
result = TranslatedVariableInitialization.super.getChildInternal(id)
}

final override Instruction getChildSuccessorInternal(TranslatedElement elem, EdgeKind kind) {

Check warning

Code scanning / CodeQL

Redundant override Warning

Redundant override of
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

Redundant import, the module is already imported inside
TranslatedExpr
.
@yoff yoff merged commit c68ecae into yoff-python-stop-extracting-std-lib Mar 13, 2024
21 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.