[krishnprakash/codeql] ded696: Kotlin: update to 2.3.20

0 views
Skip to first unread message

Phileco

unread,
Apr 3, 2026, 1:08:25 AM (5 days ago) Apr 3
to philecodi...@googlegroups.com
Branch: refs/heads/main
Home: https://github.com/krishnprakash/codeql
Commit: ded6968558c8f69b5127ca00a0b68239c186e44d
https://github.com/krishnprakash/codeql/commit/ded6968558c8f69b5127ca00a0b68239c186e44d
Author: Paolo Tranquilli <reds...@github.com>
Date: 2026-03-26 (Thu, 26 Mar 2026)

Changed paths:
M MODULE.bazel
A java/kotlin-extractor/deps/kotlin-compiler-2.3.20.jar
A java/kotlin-extractor/deps/kotlin-compiler-embeddable-2.3.20.jar
A java/kotlin-extractor/deps/kotlin-stdlib-2.3.20.jar
M java/kotlin-extractor/dev/wrapper.py
M java/kotlin-extractor/src/main/kotlin/utils/GetByFqName.kt
M java/kotlin-extractor/versions.bzl
M java/ql/integration-tests/kotlin/all-platforms/diagnostics/kotlin-version-too-new/diagnostics.expected
A java/ql/lib/change-notes/2026-03-26-kotlin-2.3.20.md

Log Message:
-----------
Kotlin: update to 2.3.20


Commit: c2e1ae3b9c43c4004a173a41b0504f42d7c0d2f4
https://github.com/krishnprakash/codeql/commit/c2e1ae3b9c43c4004a173a41b0504f42d7c0d2f4
Author: Paolo Tranquilli <reds...@github.com>
Date: 2026-03-26 (Thu, 26 Mar 2026)

Changed paths:
M java/ql/test-kotlin2/library-tests/annotation_classes/PrintAst.expected
M java/ql/test-kotlin2/library-tests/annotation_classes/classes.expected
M java/ql/test-kotlin2/library-tests/annotations/jvmName/test.expected
M java/ql/test-kotlin2/library-tests/arrays/arrayAccesses.expected
M java/ql/test-kotlin2/library-tests/arrays/assignExprs.expected
M java/ql/test-kotlin2/library-tests/classes/PrintAst.expected
M java/ql/test-kotlin2/library-tests/classes/ctorCalls.expected
M java/ql/test-kotlin2/library-tests/classes/genericExprTypes.expected
M java/ql/test-kotlin2/library-tests/comments/comments.expected
M java/ql/test-kotlin2/library-tests/controlflow/basic/bbStmts.expected
M java/ql/test-kotlin2/library-tests/controlflow/basic/bbStrictDominance.expected
M java/ql/test-kotlin2/library-tests/controlflow/basic/bbSuccessor.expected
M java/ql/test-kotlin2/library-tests/controlflow/basic/getASuccessor.expected
M java/ql/test-kotlin2/library-tests/controlflow/basic/strictDominance.expected
M java/ql/test-kotlin2/library-tests/controlflow/basic/strictPostDominance.expected
M java/ql/test-kotlin2/library-tests/controlflow/dominance/dominator.expected
M java/ql/test-kotlin2/library-tests/data-classes/PrintAst.expected
M java/ql/test-kotlin2/library-tests/dataflow/notnullexpr/test.expected
M java/ql/test-kotlin2/library-tests/exprs/PrintAst.expected
M java/ql/test-kotlin2/library-tests/exprs/binop.expected
M java/ql/test-kotlin2/library-tests/exprs/delegatedProperties.expected
M java/ql/test-kotlin2/library-tests/exprs/exprs.expected
M java/ql/test-kotlin2/library-tests/exprs/funcExprs.expected
M java/ql/test-kotlin2/library-tests/exprs/unaryOp.expected
M java/ql/test-kotlin2/library-tests/exprs_typeaccess/PrintAst.expected
M java/ql/test-kotlin2/library-tests/generated-throws/throw.expected
M java/ql/test-kotlin2/library-tests/generic-inner-classes/test.expected
M java/ql/test-kotlin2/library-tests/generic-instance-methods/test.expected
M java/ql/test-kotlin2/library-tests/generic-selective-extraction/test.expected
M java/ql/test-kotlin2/library-tests/generics/generics.expected
M java/ql/test-kotlin2/library-tests/interface-delegate/test.expected
M java/ql/test-kotlin2/library-tests/internal-constructor-called-from-java/test.expected
M java/ql/test-kotlin2/library-tests/internal-public-alias/test.expected
M java/ql/test-kotlin2/library-tests/java-kotlin-collection-type-generic-methods/test.expected
M java/ql/test-kotlin2/library-tests/java-lang-number-conversions/test.expected
M java/ql/test-kotlin2/library-tests/jvmstatic-annotation/test.expected
M java/ql/test-kotlin2/library-tests/lazy-val-multiple-constructors/test.expected
M java/ql/test-kotlin2/library-tests/literals/literals.expected
M java/ql/test-kotlin2/library-tests/methods/constructors.expected
M java/ql/test-kotlin2/library-tests/methods/exprs.expected
M java/ql/test-kotlin2/library-tests/methods/methods.expected
M java/ql/test-kotlin2/library-tests/methods/parameters.expected
M java/ql/test-kotlin2/library-tests/modifiers/modifiers.expected
M java/ql/test-kotlin2/library-tests/multiple_files/method_accesses.expected
M java/ql/test-kotlin2/library-tests/no-when-branch-found/test.expected
M java/ql/test-kotlin2/library-tests/numlines/callable.expected
M java/ql/test-kotlin2/library-tests/private-anonymous-types/test.expected
M java/ql/test-kotlin2/library-tests/properties/properties.expected
M java/ql/test-kotlin2/library-tests/reflection/reflection.expected
M java/ql/test-kotlin2/library-tests/stmts/PrintAst.expected
M java/ql/test-kotlin2/library-tests/stmts/exprs.expected
M java/ql/test-kotlin2/library-tests/stmts/stmts.expected
M java/ql/test-kotlin2/library-tests/trap/diags.expected
M java/ql/test-kotlin2/library-tests/underscore-parameters/test.expected
M java/ql/test-kotlin2/library-tests/vararg/args.expected
M java/ql/test-kotlin2/library-tests/variables/variableAccesses.expected
M java/ql/test-kotlin2/library-tests/variables/variables.expected
M java/ql/test-kotlin2/query-tests/UnderscoreIdentifier/test.expected
M java/ql/test-kotlin2/query-tests/UselessNullCheck/UselessNullCheck.expected

Log Message:
-----------
Kotlin: accept test changes


Commit: 4e6d94bc4f4d6d47fc5f7cc0d58529ec6235f7d3
https://github.com/krishnprakash/codeql/commit/4e6d94bc4f4d6d47fc5f7cc0d58529ec6235f7d3
Author: Paolo Tranquilli <reds...@github.com>
Date: 2026-03-26 (Thu, 26 Mar 2026)

Changed paths:
M .pre-commit-config.yaml
M java/ql/test-kotlin2/library-tests/classes/PrintAst.expected
M java/ql/test-kotlin2/library-tests/exprs/PrintAst.expected

Log Message:
-----------
Kotlin: reinstante trailing whitespace


Commit: 2a3d2b882de41ff1a24be4ebbaa6b0cbf5a77379
https://github.com/krishnprakash/codeql/commit/2a3d2b882de41ff1a24be4ebbaa6b0cbf5a77379
Author: Paolo Tranquilli <reds...@github.com>
Date: 2026-03-26 (Thu, 26 Mar 2026)

Changed paths:
M rust/ql/lib/codeql/rust/elements/internal/TypeParamImpl.qll
M rust/ql/lib/codeql/rust/internal/PathResolution.qll
M rust/ql/lib/codeql/rust/internal/typeinference/FunctionType.qll
M rust/ql/lib/codeql/rust/internal/typeinference/TypeInference.qll
M rust/ql/test/library-tests/type-inference/regressions.rs
M rust/ql/test/library-tests/type-inference/type-inference.expected
M rust/ql/test/utils-tests/modelgenerator/option.rs
M shared/typeinference/codeql/typeinference/internal/TypeInference.qll

Log Message:
-----------
Merge branch 'main' into redsun82/update-kotlin-2.3.20


Commit: 6fad5b823c62f9ddd1c5b0df29e76b71f1c6946b
https://github.com/krishnprakash/codeql/commit/6fad5b823c62f9ddd1c5b0df29e76b71f1c6946b
Author: Paolo Tranquilli <reds...@github.com>
Date: 2026-03-30 (Mon, 30 Mar 2026)

Changed paths:
M java/ql/test-kotlin2/query-tests/UnderscoreIdentifier/test.expected
M java/ql/test-kotlin2/query-tests/UselessNullCheck/UselessNullCheck.expected

Log Message:
-----------
Kotlin: accept test changes

Co-authored-by: Copilot <22355621...@users.noreply.github.com>


Commit: 1d028382da3c626310d3ca543c166df56bb28041
https://github.com/krishnprakash/codeql/commit/1d028382da3c626310d3ca543c166df56bb28041
Author: Paolo Tranquilli <reds...@github.com>
Date: 2026-03-30 (Mon, 30 Mar 2026)

Changed paths:
M MODULE.bazel
A cpp/ql/lib/change-notes/2026-03-24-field-init.md
A cpp/ql/lib/change-notes/2026-03-26-convert-csv-models-to-yml.md
A cpp/ql/lib/ext/ZMQ.model.yml
A cpp/ql/lib/ext/getc.model.yml
M cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll
M cpp/ql/lib/semmle/code/cpp/exprs/Call.qll
M cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowDispatch.qll
M cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowNodes.qll
M cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaImplCommon.qll
M cpp/ql/lib/semmle/code/cpp/ir/implementation/aliased_ssa/Instruction.qll
M cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/Instruction.qll
M cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/IRConstruction.qll
M cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/SideEffects.qll
M cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedCall.qll
M cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedCondition.qll
M cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedDeclarationEntry.qll
M cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedElement.qll
M cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedExpr.qll
M cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedInitialization.qll
A cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedNonStaticDataMember.qll
M cpp/ql/lib/semmle/code/cpp/ir/implementation/unaliased_ssa/Instruction.qll
M cpp/ql/lib/semmle/code/cpp/models/Models.qll
M cpp/ql/lib/semmle/code/cpp/models/implementations/Gets.qll
R cpp/ql/lib/semmle/code/cpp/models/implementations/ZMQ.qll
M cpp/ql/test/library-tests/ctorinits/ctors.expected
M cpp/ql/test/library-tests/dataflow/dataflow-tests/dataflow-consistency.expected
M cpp/ql/test/library-tests/dataflow/dataflow-tests/test-source-sink.expected
M cpp/ql/test/library-tests/dataflow/dataflow-tests/test.cpp
M cpp/ql/test/library-tests/dataflow/dataflow-tests/type-bugs.expected
M cpp/ql/test/library-tests/dataflow/external-models/validatemodels.ql
R cpp/ql/test/library-tests/dataflow/models-as-data/FlowSummaryNode.expected
R cpp/ql/test/library-tests/dataflow/models-as-data/FlowSummaryNode.ql
R cpp/ql/test/library-tests/dataflow/models-as-data/SummaryCall.expected
R cpp/ql/test/library-tests/dataflow/models-as-data/SummaryCall.ql
R cpp/ql/test/library-tests/dataflow/models-as-data/consistency.expected
R cpp/ql/test/library-tests/dataflow/models-as-data/consistency.ql
R cpp/ql/test/library-tests/dataflow/models-as-data/interpretElement.expected
R cpp/ql/test/library-tests/dataflow/models-as-data/interpretElement.ql
R cpp/ql/test/library-tests/dataflow/models-as-data/taint.expected
R cpp/ql/test/library-tests/dataflow/models-as-data/taint.ql
A cpp/ql/test/library-tests/dataflow/models-as-data/testModels.expected
A cpp/ql/test/library-tests/dataflow/models-as-data/testModels.ext.yml
A cpp/ql/test/library-tests/dataflow/models-as-data/testModels.ql
R cpp/ql/test/library-tests/dataflow/models-as-data/testModels.qll
M cpp/ql/test/library-tests/ir/ir/PrintAST.expected
M cpp/ql/test/library-tests/ir/ir/PrintConfig.qll
M cpp/ql/test/library-tests/ir/ir/aliased_ir.expected
M cpp/ql/test/library-tests/ir/ir/ir.cpp
M cpp/ql/test/library-tests/ir/ir/raw_consistency.expected
M cpp/ql/test/library-tests/ir/ir/raw_ir.expected
M cpp/ql/test/query-tests/Security/CWE/CWE-497/semmle/tests/ExposedSystemData.expected
M cpp/ql/test/query-tests/Security/CWE/CWE-497/semmle/tests/ExposedSystemData.qlref
M cpp/ql/test/query-tests/Security/CWE/CWE-497/semmle/tests/tests2.cpp
M cpp/ql/test/query-tests/Security/CWE/CWE-497/semmle/tests/tests_sockets.cpp
M cpp/ql/test/query-tests/Security/CWE/CWE-497/semmle/tests/tests_sysconf.cpp
A csharp/downgrades/19b8cc3e2dc768d4cbc03d6e3773b709bbebd036/assignments.ql
A csharp/downgrades/19b8cc3e2dc768d4cbc03d6e3773b709bbebd036/old.dbscheme
A csharp/downgrades/19b8cc3e2dc768d4cbc03d6e3773b709bbebd036/semmlecode.csharp.dbscheme
A csharp/downgrades/19b8cc3e2dc768d4cbc03d6e3773b709bbebd036/upgrade.properties
M csharp/extractor/Semmle.Extraction.CSharp/Entities/Expressions/Assignment.cs
M csharp/extractor/Semmle.Extraction.CSharp/Entities/Expressions/Initializer.cs
M csharp/extractor/Semmle.Extraction.CSharp/Entities/Expressions/ObjectCreation/AnonymousObjectCreation.cs
M csharp/extractor/Semmle.Extraction.CSharp/Entities/Expressions/Query.cs
M csharp/extractor/Semmle.Extraction.CSharp/Entities/Expressions/VariableDeclaration.cs
M csharp/extractor/Semmle.Extraction.CSharp/Entities/Field.cs
M csharp/extractor/Semmle.Extraction.CSharp/Entities/Property.cs
M csharp/ql/campaigns/Solorigate/src/ModifiedFnvFunctionDetection.ql
M csharp/ql/integration-tests/all-platforms/autobuild/global.json
M csharp/ql/integration-tests/all-platforms/autobuild_slnx/global.json
M csharp/ql/integration-tests/all-platforms/binlog/global.json
M csharp/ql/integration-tests/all-platforms/binlog_multiple/global.json
M csharp/ql/integration-tests/all-platforms/blazor/BlazorTest/global.json
M csharp/ql/integration-tests/all-platforms/blazor/Files.expected
M csharp/ql/integration-tests/all-platforms/blazor/XSS.expected
M csharp/ql/integration-tests/all-platforms/blazor/global.json
M csharp/ql/integration-tests/all-platforms/blazor_build_mode_none/BlazorTest/global.json
M csharp/ql/integration-tests/all-platforms/blazor_build_mode_none/Files.expected
M csharp/ql/integration-tests/all-platforms/blazor_build_mode_none/XSS.expected
M csharp/ql/integration-tests/all-platforms/blazor_build_mode_none/global.json
M csharp/ql/integration-tests/all-platforms/conditional_compilation/global.json
M csharp/ql/integration-tests/all-platforms/cshtml/Files.expected
M csharp/ql/integration-tests/all-platforms/cshtml/global.json
M csharp/ql/integration-tests/all-platforms/cshtml_standalone/Files.expected
M csharp/ql/integration-tests/all-platforms/cshtml_standalone/global.json
M csharp/ql/integration-tests/all-platforms/cshtml_standalone_disabled/global.json
M csharp/ql/integration-tests/all-platforms/cshtml_standalone_flowsteps/global.json
M csharp/ql/integration-tests/all-platforms/cshtml_standalone_net6/Files.expected
M csharp/ql/integration-tests/all-platforms/cshtml_standalone_net6/global.json
M csharp/ql/integration-tests/all-platforms/diag_dotnet_incompatible/global.json
M csharp/ql/integration-tests/all-platforms/diag_missing_project_files/global.json
M csharp/ql/integration-tests/all-platforms/diag_missing_xamarin_sdk/global.json
M csharp/ql/integration-tests/all-platforms/diag_recursive_generics/global.json
M csharp/ql/integration-tests/all-platforms/dotnet_10/global.json
M csharp/ql/integration-tests/all-platforms/dotnet_build/global.json
M csharp/ql/integration-tests/all-platforms/dotnet_no_args_inject/global.json
M csharp/ql/integration-tests/all-platforms/dotnet_pack/global.json
M csharp/ql/integration-tests/all-platforms/dotnet_publish/global.json
M csharp/ql/integration-tests/all-platforms/dotnet_run/global.json
M csharp/ql/integration-tests/all-platforms/source_generator/global.json
M csharp/ql/integration-tests/all-platforms/standalone/global.json
M csharp/ql/integration-tests/all-platforms/standalone_buildless_option/global.json
M csharp/ql/integration-tests/all-platforms/standalone_dependencies_net48/global.json
M csharp/ql/integration-tests/all-platforms/standalone_dependency_dir/proj/global.json
M csharp/ql/integration-tests/all-platforms/standalone_failed/global.json
M csharp/ql/integration-tests/all-platforms/standalone_resx/global.json
M csharp/ql/integration-tests/all-platforms/standalone_slnx/global.json
M csharp/ql/integration-tests/all-platforms/standalone_winforms/Assemblies.expected
M csharp/ql/integration-tests/all-platforms/standalone_winforms/global.json
M csharp/ql/integration-tests/linux/compiler_args/CompilerArgs.expected
M csharp/ql/integration-tests/linux/compiler_args/global.json
M csharp/ql/integration-tests/linux/diag_nuget_config_casing/global.json
M csharp/ql/integration-tests/linux/standalone_dependencies_non_utf8_filename/global.json
M csharp/ql/integration-tests/posix/dotnet_test/global.json
M csharp/ql/integration-tests/posix/dotnet_test_mstest/global.json
M csharp/ql/integration-tests/posix/inherit-env-vars/global.json
M csharp/ql/integration-tests/posix/standalone_dependencies/Assemblies.expected
M csharp/ql/integration-tests/posix/standalone_dependencies/global.json
M csharp/ql/integration-tests/posix/standalone_dependencies_multi_project/Assemblies.expected
M csharp/ql/integration-tests/posix/standalone_dependencies_multi_project/global.json
M csharp/ql/integration-tests/posix/standalone_dependencies_multi_target/Assemblies.expected
M csharp/ql/integration-tests/posix/standalone_dependencies_multi_target/global.json
M csharp/ql/integration-tests/posix/standalone_dependencies_no_framework/global.json
M csharp/ql/integration-tests/posix/standalone_dependencies_nuget with_space/global.json
M csharp/ql/integration-tests/posix/standalone_dependencies_nuget/global.json
M csharp/ql/integration-tests/posix/standalone_dependencies_nuget_config_error/global.json
M csharp/ql/integration-tests/posix/standalone_dependencies_nuget_config_error_timeout/global.json
M csharp/ql/integration-tests/posix/standalone_dependencies_nuget_config_fallback/global.json
M csharp/ql/integration-tests/posix/standalone_dependencies_nuget_no_sources/proj/global.json
M csharp/ql/integration-tests/posix/standalone_dependencies_nuget_versions/global.json
M csharp/ql/integration-tests/posix/warn_as_error/global.json
M csharp/ql/integration-tests/windows/standalone_dependencies/Assemblies.expected
M csharp/ql/integration-tests/windows/standalone_dependencies/global.json
A csharp/ql/lib/change-notes/2026-03-26-expanded-assignments.md
M csharp/ql/lib/experimental/code/csharp/Cryptography/NonCryptographicHashes.qll
M csharp/ql/lib/semmle/code/csharp/Assignable.qll
M csharp/ql/lib/semmle/code/csharp/ExprOrStmtParent.qll
M csharp/ql/lib/semmle/code/csharp/Property.qll
M csharp/ql/lib/semmle/code/csharp/Variable.qll
M csharp/ql/lib/semmle/code/csharp/commons/Strings.qll
M csharp/ql/lib/semmle/code/csharp/controlflow/Guards.qll
M csharp/ql/lib/semmle/code/csharp/controlflow/internal/Completion.qll
M csharp/ql/lib/semmle/code/csharp/controlflow/internal/ControlFlowGraphImpl.qll
M csharp/ql/lib/semmle/code/csharp/controlflow/internal/Splitting.qll
M csharp/ql/lib/semmle/code/csharp/dataflow/Nullness.qll
M csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowPrivate.qll
M csharp/ql/lib/semmle/code/csharp/dataflow/internal/TaintTrackingPrivate.qll
M csharp/ql/lib/semmle/code/csharp/dataflow/internal/rangeanalysis/ModulusAnalysisSpecific.qll
M csharp/ql/lib/semmle/code/csharp/dataflow/internal/rangeanalysis/RangeUtils.qll
M csharp/ql/lib/semmle/code/csharp/dataflow/internal/rangeanalysis/SignAnalysisSpecific.qll
M csharp/ql/lib/semmle/code/csharp/dataflow/internal/rangeanalysis/SsaUtils.qll
M csharp/ql/lib/semmle/code/csharp/dispatch/Dispatch.qll
M csharp/ql/lib/semmle/code/csharp/exprs/ArithmeticOperation.qll
M csharp/ql/lib/semmle/code/csharp/exprs/Assignment.qll
M csharp/ql/lib/semmle/code/csharp/exprs/BitwiseOperation.qll
M csharp/ql/lib/semmle/code/csharp/exprs/Call.qll
M csharp/ql/lib/semmle/code/csharp/exprs/Dynamic.qll
M csharp/ql/lib/semmle/code/csharp/exprs/Expr.qll
M csharp/ql/lib/semmle/code/csharp/exprs/LogicalOperation.qll
A csharp/ql/lib/semmle/code/csharp/exprs/Operation.qll
M csharp/ql/lib/semmle/code/csharp/frameworks/system/Xml.qll
M csharp/ql/lib/semmle/code/csharp/metrics/Complexity.qll
M csharp/ql/lib/semmlecode.csharp.dbscheme
A csharp/ql/lib/upgrades/e73ca2c93df8aae162f1704edc4817a5cb330529/assignments.ql
A csharp/ql/lib/upgrades/e73ca2c93df8aae162f1704edc4817a5cb330529/old.dbscheme
A csharp/ql/lib/upgrades/e73ca2c93df8aae162f1704edc4817a5cb330529/semmlecode.csharp.dbscheme
A csharp/ql/lib/upgrades/e73ca2c93df8aae162f1704edc4817a5cb330529/upgrade.properties
M csharp/ql/src/Bad Practices/Control-Flow/ConstantCondition.ql
M csharp/ql/src/Complexity/ComplexCondition.ql
M csharp/ql/src/Dead Code/DeadStoreOfLocal.ql
M csharp/ql/src/Language Abuse/UselessNullCoalescingExpression.ql
M csharp/ql/src/Likely Bugs/Collections/WriteOnlyContainer.ql
M csharp/ql/src/Likely Bugs/DangerousNonShortCircuitLogic.ql
M csharp/ql/src/Likely Bugs/PossibleLossOfPrecision.ql
M csharp/ql/src/Performance/StringConcatenationInLoop.ql
M csharp/ql/src/Security Features/CWE-119/LocalUnvalidatedArithmetic.ql
M csharp/ql/src/Security Features/InsecureRandomness.ql
M csharp/ql/src/experimental/CWE-918/RequestForgery.qll
M csharp/ql/src/experimental/Security Features/CWE-759/HashWithoutSalt.ql
M csharp/ql/test/library-tests/arguments/argumentByName.expected
M csharp/ql/test/library-tests/arguments/argumentByParameter.expected
M csharp/ql/test/library-tests/arguments/argumentType.expected
M csharp/ql/test/library-tests/arguments/parameterGetArguments.expected
R csharp/ql/test/library-tests/assignments/AssignOperationExpanded.expected
R csharp/ql/test/library-tests/assignments/AssignOperationExpanded.ql
M csharp/ql/test/library-tests/controlflow/graph/BasicBlock.expected
M csharp/ql/test/library-tests/controlflow/graph/Condition.expected
M csharp/ql/test/library-tests/controlflow/graph/Dominance.expected
M csharp/ql/test/library-tests/controlflow/graph/EnclosingCallable.expected
M csharp/ql/test/library-tests/controlflow/graph/EntryElement.expected
M csharp/ql/test/library-tests/controlflow/graph/ExitElement.expected
M csharp/ql/test/library-tests/controlflow/graph/NodeGraph.expected
M csharp/ql/test/library-tests/csharp11/PrintAst.expected
M csharp/ql/test/library-tests/csharp11/operators.expected
M csharp/ql/test/library-tests/csharp8/NullCoalescingAssignment.expected
M csharp/ql/test/library-tests/csharp8/NullCoalescingAssignment.ql
M csharp/ql/test/library-tests/csharp8/NullCoalescingControlFlow.expected
M csharp/ql/test/library-tests/dataflow/local/DataFlowStep.expected
M csharp/ql/test/library-tests/dataflow/local/TaintTrackingStep.expected
M csharp/ql/test/library-tests/dataflow/modulusanalysis/ModulusAnalysis.expected
A csharp/ql/test/library-tests/dataflow/nullcoalescing/NullCoalescing.cs
A csharp/ql/test/library-tests/dataflow/nullcoalescing/nullCoalescingFlow.expected
A csharp/ql/test/library-tests/dataflow/nullcoalescing/nullCoalescingFlow.ql
M csharp/ql/test/library-tests/dataflow/signanalysis/SignAnalysis.expected
M csharp/ql/test/library-tests/dataflow/ssa/DefAdjacentRead.expected
M csharp/ql/test/library-tests/dataflow/ssa/SsaDefElement.expected
M csharp/ql/test/library-tests/dataflow/ssa/SsaExplicitDef.expected
M csharp/ql/test/library-tests/dispatch/CallContext.expected
M csharp/ql/test/library-tests/dispatch/CallGraph.expected
M csharp/ql/test/library-tests/dispatch/GetADynamicTarget.expected
M csharp/ql/test/library-tests/dispatch/ViableCallable.cs
M csharp/ql/test/library-tests/dispatch/viableCallable.expected
M csharp/ql/test/library-tests/dynamic/DynamicOperatorCall.expected
M csharp/ql/test/library-tests/dynamic/PrintAst.expected
M csharp/ql/test/library-tests/structuralcomparison/structuralComparison.expected
M csharp/ql/test/query-tests/Concurrency/SynchSetUnsynchGet/SynchSetUnsynchGet.cs
M csharp/ql/test/query-tests/Dead Code/DeadStoreOfLocal/DeadStoreOfLocal.expected
M csharp/ql/test/query-tests/Language Abuse/UselessNullCoalescingExpression/UselessNullCoalescingExpression.cs
M csharp/ql/test/query-tests/Language Abuse/UselessNullCoalescingExpression/UselessNullCoalescingExpression.expected
M csharp/ql/test/query-tests/WriteOnlyContainer/WriteOnlyContainer.cs
A java/ql/lib/change-notes/2026-03-27-add-ec-to-secure-algorithms.md
A java/ql/lib/change-notes/2026-03-28-tainted-arithmetic-bounds-check.md
M java/ql/lib/semmle/code/java/security/ArithmeticCommon.qll
M java/ql/lib/semmle/code/java/security/Encryption.qll
M java/ql/test/query-tests/security/CWE-190/semmle/tests/ArithmeticTainted.expected
M java/ql/test/query-tests/security/CWE-190/semmle/tests/ArithmeticTainted.java
M java/ql/test/query-tests/security/CWE-327/semmle/tests/Test.java
M python/ql/lib/semmle/python/dataflow/new/internal/Builtins.qll
M python/ql/lib/semmle/python/dataflow/new/internal/DataFlowDispatch.qll
M python/ql/src/Classes/PropertyInOldStyleClass.ql
M python/ql/src/Classes/ShouldBeContextManager.ql
M python/ql/src/Classes/SlotsInOldStyleClass.ql
M python/ql/src/Classes/SuperInOldStyleClass.ql
M python/ql/src/Classes/UselessClass.ql
M python/ql/src/Expressions/UseofApply.ql
M python/ql/src/Functions/DeprecatedSliceMethod.ql
M python/ql/src/Imports/DeprecatedModule.ql
M python/ql/src/Statements/DocStrings.ql
M python/ql/src/Statements/SideEffectInAssert.ql
M python/ql/src/Statements/TopLevelPrint.ql
M python/ql/src/Statements/UnnecessaryDelete.ql
M python/ql/src/Variables/SuspiciousUnusedLoopIterationVariable.ql
A python/ql/src/change-notes/2026-03-13-port-simple-points-to-queries.md
M python/ql/test/2/query-tests/Classes/new-style/PropertyInOldStyleClass.expected
M python/ql/test/2/query-tests/Classes/new-style/SlotsInOldStyleClass.expected
M python/ql/test/query-tests/Classes/should-be-context-manager/ShouldBeContextManager.expected
M python/ql/test/query-tests/Functions/general/DeprecatedSliceMethod.expected

Log Message:
-----------
Merge branch 'main' into wild-crest-ql


Commit: 6433b80b25429886eee85957b9b5616e5d0a36f6
https://github.com/krishnprakash/codeql/commit/6433b80b25429886eee85957b9b5616e5d0a36f6
Author: Paolo Tranquilli <reds...@github.com>
Date: 2026-03-30 (Mon, 30 Mar 2026)

Changed paths:
M java/ql/integration-tests/kotlin/all-platforms/annotation-id-consistency/PrintAst.expected

Log Message:
-----------
Kotlin: accept integration test changes

Co-authored-by: Copilot <22355621...@users.noreply.github.com>


Commit: 106d6b91f3ba4227dd7d23053a8022a806fa406a
https://github.com/krishnprakash/codeql/commit/106d6b91f3ba4227dd7d23053a8022a806fa406a
Author: Paolo Tranquilli <reds...@github.com>
Date: 2026-03-30 (Mon, 30 Mar 2026)

Changed paths:
M actions/ql/lib/CHANGELOG.md
A actions/ql/lib/change-notes/released/0.4.31.md
A actions/ql/lib/change-notes/released/0.4.32.md
M actions/ql/lib/codeql-pack.release.yml
M actions/ql/lib/qlpack.yml
M actions/ql/src/CHANGELOG.md
A actions/ql/src/change-notes/released/0.6.23.md
A actions/ql/src/change-notes/released/0.6.24.md
M actions/ql/src/codeql-pack.release.yml
M actions/ql/src/qlpack.yml
M cpp/ql/lib/CHANGELOG.md
A cpp/ql/lib/change-notes/released/8.0.2.md
A cpp/ql/lib/change-notes/released/8.0.3.md
M cpp/ql/lib/codeql-pack.release.yml
M cpp/ql/lib/qlpack.yml
M cpp/ql/src/CHANGELOG.md
M cpp/ql/src/Diagnostics/ExtractionProblems.qll
M cpp/ql/src/Diagnostics/ExtractionWarnings.ql
A cpp/ql/src/change-notes/2026-03-30-warning-diagnostics.md
A cpp/ql/src/change-notes/released/1.5.14.md
A cpp/ql/src/change-notes/released/1.5.15.md
M cpp/ql/src/codeql-pack.release.yml
M cpp/ql/src/qlpack.yml
M csharp/ql/campaigns/Solorigate/lib/CHANGELOG.md
A csharp/ql/campaigns/Solorigate/lib/change-notes/released/1.7.62.md
A csharp/ql/campaigns/Solorigate/lib/change-notes/released/1.7.63.md
M csharp/ql/campaigns/Solorigate/lib/codeql-pack.release.yml
M csharp/ql/campaigns/Solorigate/lib/qlpack.yml
M csharp/ql/campaigns/Solorigate/src/CHANGELOG.md
A csharp/ql/campaigns/Solorigate/src/change-notes/released/1.7.62.md
A csharp/ql/campaigns/Solorigate/src/change-notes/released/1.7.63.md
M csharp/ql/campaigns/Solorigate/src/codeql-pack.release.yml
M csharp/ql/campaigns/Solorigate/src/qlpack.yml
M csharp/ql/lib/CHANGELOG.md
A csharp/ql/lib/change-notes/released/5.4.10.md
A csharp/ql/lib/change-notes/released/5.4.11.md
M csharp/ql/lib/codeql-pack.release.yml
M csharp/ql/lib/qlpack.yml
M csharp/ql/src/CHANGELOG.md
A csharp/ql/src/change-notes/released/1.6.5.md
A csharp/ql/src/change-notes/released/1.6.6.md
M csharp/ql/src/codeql-pack.release.yml
M csharp/ql/src/qlpack.yml
M go/ql/consistency-queries/CHANGELOG.md
A go/ql/consistency-queries/change-notes/released/1.0.45.md
A go/ql/consistency-queries/change-notes/released/1.0.46.md
M go/ql/consistency-queries/codeql-pack.release.yml
M go/ql/consistency-queries/qlpack.yml
M go/ql/lib/CHANGELOG.md
A go/ql/lib/change-notes/released/7.0.3.md
A go/ql/lib/change-notes/released/7.0.4.md
M go/ql/lib/codeql-pack.release.yml
M go/ql/lib/qlpack.yml
M go/ql/src/CHANGELOG.md
A go/ql/src/change-notes/released/1.5.10.md
A go/ql/src/change-notes/released/1.5.9.md
M go/ql/src/codeql-pack.release.yml
M go/ql/src/qlpack.yml
M java/ql/lib/CHANGELOG.md
A java/ql/lib/change-notes/released/9.0.1.md
A java/ql/lib/change-notes/released/9.0.2.md
M java/ql/lib/codeql-pack.release.yml
M java/ql/lib/qlpack.yml
M java/ql/src/CHANGELOG.md
A java/ql/src/change-notes/released/1.10.10.md
A java/ql/src/change-notes/released/1.10.11.md
M java/ql/src/codeql-pack.release.yml
M java/ql/src/qlpack.yml
M javascript/ql/lib/CHANGELOG.md
A javascript/ql/lib/change-notes/released/2.6.25.md
A javascript/ql/lib/change-notes/released/2.6.26.md
M javascript/ql/lib/codeql-pack.release.yml
M javascript/ql/lib/qlpack.yml
M javascript/ql/src/CHANGELOG.md
A javascript/ql/src/change-notes/released/2.3.5.md
A javascript/ql/src/change-notes/released/2.3.6.md
M javascript/ql/src/codeql-pack.release.yml
M javascript/ql/src/qlpack.yml
M misc/suite-helpers/CHANGELOG.md
A misc/suite-helpers/change-notes/released/1.0.45.md
A misc/suite-helpers/change-notes/released/1.0.46.md
M misc/suite-helpers/codeql-pack.release.yml
M misc/suite-helpers/qlpack.yml
M python/ql/lib/CHANGELOG.md
A python/ql/lib/change-notes/released/7.0.2.md
A python/ql/lib/change-notes/released/7.0.3.md
M python/ql/lib/codeql-pack.release.yml
M python/ql/lib/qlpack.yml
M python/ql/src/CHANGELOG.md
A python/ql/src/change-notes/released/1.7.10.md
A python/ql/src/change-notes/released/1.7.11.md
M python/ql/src/codeql-pack.release.yml
M python/ql/src/qlpack.yml
M ruby/ql/lib/CHANGELOG.md
A ruby/ql/lib/change-notes/released/5.1.13.md
A ruby/ql/lib/change-notes/released/5.1.14.md
M ruby/ql/lib/codeql-pack.release.yml
M ruby/ql/lib/qlpack.yml
M ruby/ql/src/CHANGELOG.md
A ruby/ql/src/change-notes/released/1.5.10.md
A ruby/ql/src/change-notes/released/1.5.11.md
M ruby/ql/src/codeql-pack.release.yml
M ruby/ql/src/qlpack.yml
M rust/ql/lib/CHANGELOG.md
A rust/ql/lib/change-notes/released/0.2.10.md
A rust/ql/lib/change-notes/released/0.2.9.md
M rust/ql/lib/codeql-pack.release.yml
M rust/ql/lib/qlpack.yml
M rust/ql/src/CHANGELOG.md
A rust/ql/src/change-notes/released/0.1.30.md
A rust/ql/src/change-notes/released/0.1.31.md
M rust/ql/src/codeql-pack.release.yml
M rust/ql/src/qlpack.yml
M shared/concepts/CHANGELOG.md
A shared/concepts/change-notes/released/0.0.19.md
A shared/concepts/change-notes/released/0.0.20.md
M shared/concepts/codeql-pack.release.yml
M shared/concepts/qlpack.yml
M shared/controlflow/CHANGELOG.md
A shared/controlflow/change-notes/released/2.0.29.md
A shared/controlflow/change-notes/released/2.0.30.md
M shared/controlflow/codeql-pack.release.yml
M shared/controlflow/qlpack.yml
M shared/dataflow/CHANGELOG.md
A shared/dataflow/change-notes/released/2.1.1.md
A shared/dataflow/change-notes/released/2.1.2.md
M shared/dataflow/codeql-pack.release.yml
M shared/dataflow/qlpack.yml
M shared/mad/CHANGELOG.md
A shared/mad/change-notes/released/1.0.45.md
A shared/mad/change-notes/released/1.0.46.md
M shared/mad/codeql-pack.release.yml
M shared/mad/qlpack.yml
M shared/quantum/CHANGELOG.md
A shared/quantum/change-notes/released/0.0.23.md
A shared/quantum/change-notes/released/0.0.24.md
M shared/quantum/codeql-pack.release.yml
M shared/quantum/qlpack.yml
M shared/rangeanalysis/CHANGELOG.md
A shared/rangeanalysis/change-notes/released/1.0.45.md
A shared/rangeanalysis/change-notes/released/1.0.46.md
M shared/rangeanalysis/codeql-pack.release.yml
M shared/rangeanalysis/qlpack.yml
M shared/regex/CHANGELOG.md
A shared/regex/change-notes/released/1.0.45.md
A shared/regex/change-notes/released/1.0.46.md
M shared/regex/codeql-pack.release.yml
M shared/regex/qlpack.yml
M shared/ssa/CHANGELOG.md
A shared/ssa/change-notes/released/2.0.21.md
A shared/ssa/change-notes/released/2.0.22.md
M shared/ssa/codeql-pack.release.yml
M shared/ssa/qlpack.yml
M shared/threat-models/CHANGELOG.md
A shared/threat-models/change-notes/released/1.0.45.md
A shared/threat-models/change-notes/released/1.0.46.md
M shared/threat-models/codeql-pack.release.yml
M shared/threat-models/qlpack.yml
M shared/tutorial/CHANGELOG.md
A shared/tutorial/change-notes/released/1.0.45.md
A shared/tutorial/change-notes/released/1.0.46.md
M shared/tutorial/codeql-pack.release.yml
M shared/tutorial/qlpack.yml
M shared/typeflow/CHANGELOG.md
A shared/typeflow/change-notes/released/1.0.45.md
A shared/typeflow/change-notes/released/1.0.46.md
M shared/typeflow/codeql-pack.release.yml
M shared/typeflow/qlpack.yml
M shared/typeinference/CHANGELOG.md
A shared/typeinference/change-notes/released/0.0.26.md
A shared/typeinference/change-notes/released/0.0.27.md
M shared/typeinference/codeql-pack.release.yml
M shared/typeinference/qlpack.yml
M shared/typetracking/CHANGELOG.md
A shared/typetracking/change-notes/released/2.0.29.md
A shared/typetracking/change-notes/released/2.0.30.md
M shared/typetracking/codeql-pack.release.yml
M shared/typetracking/qlpack.yml
M shared/typos/CHANGELOG.md
A shared/typos/change-notes/released/1.0.45.md
A shared/typos/change-notes/released/1.0.46.md
M shared/typos/codeql-pack.release.yml
M shared/typos/qlpack.yml
M shared/util/CHANGELOG.md
A shared/util/change-notes/released/2.0.32.md
A shared/util/change-notes/released/2.0.33.md
M shared/util/codeql-pack.release.yml
M shared/util/qlpack.yml
M shared/xml/CHANGELOG.md
A shared/xml/change-notes/released/1.0.45.md
A shared/xml/change-notes/released/1.0.46.md
M shared/xml/codeql-pack.release.yml
M shared/xml/qlpack.yml
M shared/yaml/CHANGELOG.md
A shared/yaml/change-notes/released/1.0.45.md
A shared/yaml/change-notes/released/1.0.46.md
M shared/yaml/codeql-pack.release.yml
M shared/yaml/qlpack.yml
M swift/ql/lib/CHANGELOG.md
A swift/ql/lib/change-notes/released/6.3.1.md
A swift/ql/lib/change-notes/released/6.3.2.md
M swift/ql/lib/codeql-pack.release.yml
M swift/ql/lib/qlpack.yml
M swift/ql/src/CHANGELOG.md
A swift/ql/src/change-notes/released/1.2.19.md
A swift/ql/src/change-notes/released/1.2.20.md
M swift/ql/src/codeql-pack.release.yml
M swift/ql/src/qlpack.yml

Log Message:
-----------
Merge remote-tracking branch 'origin/main' into wild-crest-ql


Commit: 628f85aebcf23ee9a7a944c8ca8d00aefc00b8eb
https://github.com/krishnprakash/codeql/commit/628f85aebcf23ee9a7a944c8ca8d00aefc00b8eb
Author: Paolo Tranquilli <reds...@github.com>
Date: 2026-03-30 (Mon, 30 Mar 2026)

Changed paths:
M java/ql/test-kotlin2/library-tests/annotation_classes/PrintAst.expected
M java/ql/test-kotlin2/library-tests/annotation_classes/classes.expected
M java/ql/test-kotlin2/library-tests/annotations/jvmName/test.expected
M java/ql/test-kotlin2/library-tests/arrays/arrayAccesses.expected
M java/ql/test-kotlin2/library-tests/arrays/assignExprs.expected
M java/ql/test-kotlin2/library-tests/classes/PrintAst.expected
M java/ql/test-kotlin2/library-tests/classes/ctorCalls.expected
M java/ql/test-kotlin2/library-tests/classes/genericExprTypes.expected
M java/ql/test-kotlin2/library-tests/comments/comments.expected
M java/ql/test-kotlin2/library-tests/controlflow/basic/bbStmts.expected
M java/ql/test-kotlin2/library-tests/controlflow/basic/bbStrictDominance.expected
M java/ql/test-kotlin2/library-tests/controlflow/basic/bbSuccessor.expected
M java/ql/test-kotlin2/library-tests/controlflow/basic/getASuccessor.expected
M java/ql/test-kotlin2/library-tests/controlflow/basic/strictDominance.expected
M java/ql/test-kotlin2/library-tests/controlflow/basic/strictPostDominance.expected
M java/ql/test-kotlin2/library-tests/controlflow/dominance/dominator.expected
M java/ql/test-kotlin2/library-tests/data-classes/PrintAst.expected
M java/ql/test-kotlin2/library-tests/dataflow/notnullexpr/test.expected
M java/ql/test-kotlin2/library-tests/exprs/PrintAst.expected
M java/ql/test-kotlin2/library-tests/exprs/binop.expected
M java/ql/test-kotlin2/library-tests/exprs/delegatedProperties.expected
M java/ql/test-kotlin2/library-tests/exprs/exprs.expected
M java/ql/test-kotlin2/library-tests/exprs/funcExprs.expected
M java/ql/test-kotlin2/library-tests/exprs/unaryOp.expected
M java/ql/test-kotlin2/library-tests/exprs_typeaccess/PrintAst.expected
M java/ql/test-kotlin2/library-tests/generated-throws/throw.expected
M java/ql/test-kotlin2/library-tests/generic-inner-classes/test.expected
M java/ql/test-kotlin2/library-tests/generic-instance-methods/test.expected
M java/ql/test-kotlin2/library-tests/generic-selective-extraction/test.expected
M java/ql/test-kotlin2/library-tests/generics/generics.expected
M java/ql/test-kotlin2/library-tests/interface-delegate/test.expected
M java/ql/test-kotlin2/library-tests/internal-constructor-called-from-java/test.expected
M java/ql/test-kotlin2/library-tests/internal-public-alias/test.expected
M java/ql/test-kotlin2/library-tests/java-kotlin-collection-type-generic-methods/test.expected
M java/ql/test-kotlin2/library-tests/java-lang-number-conversions/test.expected
M java/ql/test-kotlin2/library-tests/jvmstatic-annotation/test.expected
M java/ql/test-kotlin2/library-tests/lazy-val-multiple-constructors/test.expected
M java/ql/test-kotlin2/library-tests/literals/literals.expected
M java/ql/test-kotlin2/library-tests/methods/constructors.expected
M java/ql/test-kotlin2/library-tests/methods/exprs.expected
M java/ql/test-kotlin2/library-tests/methods/methods.expected
M java/ql/test-kotlin2/library-tests/methods/parameters.expected
M java/ql/test-kotlin2/library-tests/modifiers/modifiers.expected
M java/ql/test-kotlin2/library-tests/multiple_files/method_accesses.expected
M java/ql/test-kotlin2/library-tests/no-when-branch-found/test.expected
M java/ql/test-kotlin2/library-tests/numlines/callable.expected
M java/ql/test-kotlin2/library-tests/private-anonymous-types/test.expected
M java/ql/test-kotlin2/library-tests/properties/properties.expected
M java/ql/test-kotlin2/library-tests/reflection/reflection.expected
M java/ql/test-kotlin2/library-tests/stmts/PrintAst.expected
M java/ql/test-kotlin2/library-tests/stmts/exprs.expected
M java/ql/test-kotlin2/library-tests/stmts/stmts.expected
M java/ql/test-kotlin2/library-tests/trap/diags.expected
M java/ql/test-kotlin2/library-tests/underscore-parameters/test.expected
M java/ql/test-kotlin2/library-tests/vararg/args.expected
M java/ql/test-kotlin2/library-tests/variables/variableAccesses.expected
M java/ql/test-kotlin2/library-tests/variables/variables.expected

Log Message:
-----------
Kotlin: accept test changes


Commit: 1836a63122b433b8e911e276ad8ae10a76462bcb
https://github.com/krishnprakash/codeql/commit/1836a63122b433b8e911e276ad8ae10a76462bcb
Author: Paolo Tranquilli <reds...@github.com>
Date: 2026-03-31 (Tue, 31 Mar 2026)

Changed paths:
A cpp/ql/lib/change-notes/2026-03-30-nsdmi-dataflow.md
M cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowNodes.qll
M cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowPrivate.qll
M cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaImplCommon.qll
M cpp/ql/test/library-tests/dataflow/dataflow-tests/test-source-sink.expected
M cpp/ql/test/library-tests/dataflow/dataflow-tests/test.cpp
M cpp/ql/test/library-tests/dataflow/dataflow-tests/type-bugs.expected
M cpp/ql/test/library-tests/dataflow/dataflow-tests/type-bugs.ql
M cpp/ql/test/library-tests/dataflow/fields/C.cpp
M cpp/ql/test/library-tests/dataflow/fields/ir-path-flow.expected
M cpp/ql/test/library-tests/syntax-zoo/dataflow-ir-consistency.expected
M csharp/ql/integration-tests/posix/query-suite/csharp-code-quality-extended.qls.expected
M csharp/ql/integration-tests/posix/query-suite/csharp-code-quality.qls.expected
M csharp/ql/integration-tests/posix/query-suite/csharp-security-and-quality.qls.expected
M csharp/ql/lib/semmle/code/csharp/commons/Constants.qll
M csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowPrivate.qll
M csharp/ql/lib/semmle/code/csharp/dataflow/internal/FlowSummaryImpl.qll
M csharp/ql/lib/semmle/code/csharp/dataflow/internal/SsaImpl.qll
M csharp/ql/lib/utils/test/InlineMadTest.qll
M csharp/ql/src/Bad Practices/Control-Flow/ConstantCondition.ql
M csharp/ql/src/CSI/CompareIdenticalValues.ql
R csharp/ql/src/Likely Bugs/ConstantComparison.cs
R csharp/ql/src/Likely Bugs/ConstantComparison.qhelp
R csharp/ql/src/Likely Bugs/ConstantComparison.ql
A csharp/ql/src/change-notes/2026-03-31-constantcondition-simplify.md
M csharp/ql/src/codeql-suites/csharp-security-and-quality.qls
A csharp/ql/test/query-tests/Bad Practices/Control-Flow/ConstantCondition/ConstantComparison.cs
M csharp/ql/test/query-tests/Bad Practices/Control-Flow/ConstantCondition/ConstantCondition.cs
M csharp/ql/test/query-tests/Bad Practices/Control-Flow/ConstantCondition/ConstantCondition.expected
M csharp/ql/test/query-tests/Bad Practices/Control-Flow/ConstantCondition/ConstantConditionalExpressionCondition.cs
M csharp/ql/test/query-tests/Bad Practices/Control-Flow/ConstantCondition/ConstantDoCondition.cs
M csharp/ql/test/query-tests/Bad Practices/Control-Flow/ConstantCondition/ConstantForCondition.cs
M csharp/ql/test/query-tests/Bad Practices/Control-Flow/ConstantCondition/ConstantIfCondition.cs
M csharp/ql/test/query-tests/Bad Practices/Control-Flow/ConstantCondition/ConstantIsNullOrEmpty.cs
M csharp/ql/test/query-tests/Bad Practices/Control-Flow/ConstantCondition/ConstantWhileCondition.cs
R csharp/ql/test/query-tests/Likely Bugs/ConstantComparison/ConstantComparison.cs
R csharp/ql/test/query-tests/Likely Bugs/ConstantComparison/ConstantComparison.expected
R csharp/ql/test/query-tests/Likely Bugs/ConstantComparison/ConstantComparison.qlref
R csharp/ql/test/query-tests/Likely Bugs/ConstantComparison/options
M csharp/ql/test/query-tests/standalone/Bad Practices/Control-Flow/ConstantCondition/ConstantCondition.cs
M csharp/ql/test/query-tests/standalone/Bad Practices/Control-Flow/ConstantCondition/ConstantCondition.expected
A docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.25.1.rst
M docs/codeql/codeql-overview/codeql-changelog/index.rst

Log Message:
-----------
Merge remote-tracking branch 'origin/main' into wild-crest-ql


Commit: 88a893efcadf2b2385f7f31a0aca1843a9f75565
https://github.com/krishnprakash/codeql/commit/88a893efcadf2b2385f7f31a0aca1843a9f75565
Author: Paolo Tranquilli <reds...@github.com>
Date: 2026-04-02 (Thu, 02 Apr 2026)

Changed paths:
M docs/codeql/reusables/supported-versions-compilers.rst

Log Message:
-----------
Kotlin: update supported versions in documentation

Co-authored-by: Copilot <22355621...@users.noreply.github.com>


Commit: cedacc91db92af5ea5437bc459fdf373ff97569f
https://github.com/krishnprakash/codeql/commit/cedacc91db92af5ea5437bc459fdf373ff97569f
Author: Paolo Tranquilli <reds...@github.com>
Date: 2026-04-02 (Thu, 02 Apr 2026)

Changed paths:
M .pre-commit-config.yaml
M MODULE.bazel
M docs/codeql/reusables/supported-versions-compilers.rst
A java/kotlin-extractor/deps/kotlin-compiler-2.3.20.jar
A java/kotlin-extractor/deps/kotlin-compiler-embeddable-2.3.20.jar
A java/kotlin-extractor/deps/kotlin-stdlib-2.3.20.jar
M java/kotlin-extractor/dev/wrapper.py
M java/kotlin-extractor/src/main/kotlin/utils/GetByFqName.kt
M java/kotlin-extractor/versions.bzl
M java/ql/integration-tests/kotlin/all-platforms/annotation-id-consistency/PrintAst.expected
M java/ql/integration-tests/kotlin/all-platforms/diagnostics/kotlin-version-too-new/diagnostics.expected
A java/ql/lib/change-notes/2026-03-26-kotlin-2.3.20.md

Log Message:
-----------
Merge pull request #21583 from github/redsun82/update-kotlin-2.3.20

Kotlin: update to 2.3.20


Commit: fb871cdfb8bbc6cc49b6ffb11c0fa5e5bd43463c
https://github.com/krishnprakash/codeql/commit/fb871cdfb8bbc6cc49b6ffb11c0fa5e5bd43463c
Author: Mario Campos <mario-...@github.com>
Date: 2026-04-02 (Thu, 02 Apr 2026)

Changed paths:
M go/extractor/registries/registryproxy_test.go

Log Message:
-----------
Add tests for multiple Git sources and GoProxy servers in registry config parsing


Commit: fb8b5699f28bbf0c3dc2bdee5ea59e6c180336fc
https://github.com/krishnprakash/codeql/commit/fb8b5699f28bbf0c3dc2bdee5ea59e6c180336fc
Author: Mario Campos <mario-...@github.com>
Date: 2026-04-02 (Thu, 02 Apr 2026)

Changed paths:
M go/extractor/registries/registryproxy_test.go

Log Message:
-----------
Merge pull request #21639 from github/mario-campos/test-go-registries

Add tests for multiple Git sources and GoProxy servers in registry config parsing


Commit: 70866e0eaf593723df9ff6d96618277c89e7675a
https://github.com/krishnprakash/codeql/commit/70866e0eaf593723df9ff6d96618277c89e7675a
Author: Phileco <132178579+k...@users.noreply.github.com>
Date: 2026-04-03 (Fri, 03 Apr 2026)

Changed paths:
M .pre-commit-config.yaml
M MODULE.bazel
M docs/codeql/reusables/supported-versions-compilers.rst
M go/extractor/registries/registryproxy_test.go
A java/kotlin-extractor/deps/kotlin-compiler-2.3.20.jar
A java/kotlin-extractor/deps/kotlin-compiler-embeddable-2.3.20.jar
A java/kotlin-extractor/deps/kotlin-stdlib-2.3.20.jar
M java/kotlin-extractor/dev/wrapper.py
M java/kotlin-extractor/src/main/kotlin/utils/GetByFqName.kt
M java/kotlin-extractor/versions.bzl
M java/ql/integration-tests/kotlin/all-platforms/annotation-id-consistency/PrintAst.expected
M java/ql/integration-tests/kotlin/all-platforms/diagnostics/kotlin-version-too-new/diagnostics.expected
A java/ql/lib/change-notes/2026-03-26-kotlin-2.3.20.md

Log Message:
-----------
Merge branch 'github:main' into main


Compare: https://github.com/krishnprakash/codeql/compare/5b82e2dedc30...70866e0eaf59

To unsubscribe from these emails, change your notification settings at https://github.com/krishnprakash/codeql/settings/notifications

Phileco

unread,
Apr 3, 2026, 1:14:31 AM (5 days ago) Apr 3
to philecodi...@googlegroups.com
Branch: refs/heads/dependabot/go_modules/go/ql/test/experimental/CWE-321-V2/go_modules-4bc8d02e93
Commit: 5926184de0655f14365c310faad896cbdc77b913
https://github.com/krishnprakash/codeql/commit/5926184de0655f14365c310faad896cbdc77b913
Author: Phileco <132178579+k...@users.noreply.github.com>
Date: 2026-04-03 (Fri, 03 Apr 2026)

Changed paths:
M .pre-commit-config.yaml
M MODULE.bazel
M docs/codeql/reusables/supported-versions-compilers.rst
M go/extractor/registries/registryproxy_test.go
A java/kotlin-extractor/deps/kotlin-compiler-2.3.20.jar
A java/kotlin-extractor/deps/kotlin-compiler-embeddable-2.3.20.jar
A java/kotlin-extractor/deps/kotlin-stdlib-2.3.20.jar
M java/kotlin-extractor/dev/wrapper.py
M java/kotlin-extractor/src/main/kotlin/utils/GetByFqName.kt
M java/kotlin-extractor/versions.bzl
M java/ql/integration-tests/kotlin/all-platforms/annotation-id-consistency/PrintAst.expected
M java/ql/integration-tests/kotlin/all-platforms/diagnostics/kotlin-version-too-new/diagnostics.expected
A java/ql/lib/change-notes/2026-03-26-kotlin-2.3.20.md

Log Message:
-----------
Merge branch 'main' into dependabot/go_modules/go/ql/test/experimental/CWE-321-V2/go_modules-4bc8d02e93


Compare: https://github.com/krishnprakash/codeql/compare/fd868b1882c1...5926184de065

Phileco

unread,
Apr 3, 2026, 1:15:52 AM (5 days ago) Apr 3
to philecodi...@googlegroups.com
Branch: refs/heads/dependabot/go_modules/go/ql/test/experimental/CWE-321-V2/go_modules-e065777c11
Commit: fd868b1882c179ba50ecd4797fc4e55619ae74a5
https://github.com/krishnprakash/codeql/commit/fd868b1882c179ba50ecd4797fc4e55619ae74a5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2026-04-03 (Fri, 03 Apr 2026)

Changed paths:
M go/ql/test/experimental/CWE-321-V2/go.mod
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/.gitignore
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/.golangci.yml
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/.travis.yml
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/CHANGELOG.md
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/CONTRIBUTING.md
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/LICENSE
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/README.md
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/SECURITY.md
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/asymmetric.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/cipher/cbc_hmac.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/cipher/concat_kdf.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/cipher/ecdh_es.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/cipher/key_wrap.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/crypter.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/doc.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/encoding.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/json/LICENSE
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/json/README.md
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/json/decode.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/json/encode.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/json/indent.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/json/scanner.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/json/stream.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/json/tags.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/jwe.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/jwk.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/jws.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/jwt/builder.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/jwt/claims.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/jwt/doc.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/jwt/errors.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/jwt/jwt.go
R go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/jwt/stub.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/jwt/validation.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/opaque.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/shared.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/signing.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/symmetric.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/.gitignore
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/LICENSE
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/MIGRATION_GUIDE.md
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/README.md
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/SECURITY.md
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/VERSION_HISTORY.md
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/claims.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/doc.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/ecdsa.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/ecdsa_utils.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/ed25519.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/ed25519_utils.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/errors.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/errors_go1_20.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/errors_go_other.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/hmac.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/map_claims.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/none.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/parser.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/parser_option.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/registered_claims.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/rsa.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/rsa_pss.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/rsa_utils.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/signing_method.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/staticcheck.conf
R go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/stub.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/token.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/token_option.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/types.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/validator.go
A go/ql/test/experimental/CWE-321-V2/vendor/golang.org/x/crypto/LICENSE
A go/ql/test/experimental/CWE-321-V2/vendor/golang.org/x/crypto/PATENTS
A go/ql/test/experimental/CWE-321-V2/vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go
M go/ql/test/experimental/CWE-321-V2/vendor/modules.txt
M go/ql/test/query-tests/Security/CWE-347/go.mod
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/.gitignore
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/.golangci.yml
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/.travis.yml
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/CHANGELOG.md
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/CONTRIBUTING.md
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/LICENSE
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/README.md
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/SECURITY.md
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/asymmetric.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/cipher/cbc_hmac.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/cipher/concat_kdf.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/cipher/ecdh_es.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/cipher/key_wrap.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/crypter.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/doc.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/encoding.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/json/LICENSE
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/json/README.md
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/json/decode.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/json/encode.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/json/indent.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/json/scanner.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/json/stream.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/json/tags.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/jwe.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/jwk.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/jws.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/jwt/builder.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/jwt/claims.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/jwt/doc.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/jwt/errors.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/jwt/jwt.go
R go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/jwt/stub.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/jwt/validation.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/opaque.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/shared.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/signing.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/symmetric.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/.gitignore
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/LICENSE
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/MIGRATION_GUIDE.md
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/README.md
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/SECURITY.md
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/VERSION_HISTORY.md
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/claims.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/doc.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/ecdsa.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/ecdsa_utils.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/ed25519.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/ed25519_utils.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/errors.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/errors_go1_20.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/errors_go_other.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/hmac.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/map_claims.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/none.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/parser.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/parser_option.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/registered_claims.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/rsa.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/rsa_pss.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/rsa_utils.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/signing_method.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/staticcheck.conf
R go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/stub.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/token.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/token_option.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/types.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/validator.go
A go/ql/test/query-tests/Security/CWE-347/vendor/golang.org/x/crypto/LICENSE
A go/ql/test/query-tests/Security/CWE-347/vendor/golang.org/x/crypto/PATENTS
A go/ql/test/query-tests/Security/CWE-347/vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go
M go/ql/test/query-tests/Security/CWE-347/vendor/modules.txt

Log Message:
-----------
Bump the go_modules group across 2 directories with 1 update

Bumps the go_modules group with 1 update in the /go/ql/test/experimental/CWE-321-V2 directory: [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose).
Bumps the go_modules group with 1 update in the /go/ql/test/query-tests/Security/CWE-347 directory: [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose).


Updates `github.com/go-jose/go-jose/v3` from 3.0.0 to 3.0.5
- [Release notes](https://github.com/go-jose/go-jose/releases)
- [Commits](https://github.com/go-jose/go-jose/compare/v3.0.0...v3.0.5)

Updates `github.com/go-jose/go-jose/v3` from 3.0.0 to 3.0.5
- [Release notes](https://github.com/go-jose/go-jose/releases)
- [Commits](https://github.com/go-jose/go-jose/compare/v3.0.0...v3.0.5)

---
updated-dependencies:
- dependency-name: github.com/go-jose/go-jose/v3
dependency-version: 3.0.5
dependency-type: direct:production
dependency-group: go_modules
- dependency-name: github.com/go-jose/go-jose/v3
dependency-version: 3.0.5
dependency-type: direct:production
dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <sup...@github.com>
Commit: 2f4e4178213d6f9be6d62a8cefc1713563593c90
https://github.com/krishnprakash/codeql/commit/2f4e4178213d6f9be6d62a8cefc1713563593c90
Author: Phileco <132178579+k...@users.noreply.github.com>
Date: 2026-04-03 (Fri, 03 Apr 2026)

Changed paths:
M go/ql/test/experimental/CWE-321-V2/go.mod
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/.gitignore
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/.golangci.yml
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/.travis.yml
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/CHANGELOG.md
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/CONTRIBUTING.md
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/LICENSE
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/README.md
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/SECURITY.md
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/asymmetric.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/cipher/cbc_hmac.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/cipher/concat_kdf.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/cipher/ecdh_es.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/cipher/key_wrap.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/crypter.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/doc.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/encoding.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/json/LICENSE
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/json/README.md
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/json/decode.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/json/encode.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/json/indent.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/json/scanner.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/json/stream.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/json/tags.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/jwe.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/jwk.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/jws.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/jwt/builder.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/jwt/claims.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/jwt/doc.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/jwt/errors.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/jwt/jwt.go
R go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/jwt/stub.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/jwt/validation.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/opaque.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/shared.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/signing.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/symmetric.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/.gitignore
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/LICENSE
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/MIGRATION_GUIDE.md
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/README.md
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/SECURITY.md
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/VERSION_HISTORY.md
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/claims.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/doc.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/ecdsa.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/ecdsa_utils.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/ed25519.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/ed25519_utils.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/errors.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/errors_go1_20.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/errors_go_other.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/hmac.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/map_claims.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/none.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/parser.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/parser_option.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/registered_claims.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/rsa.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/rsa_pss.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/rsa_utils.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/signing_method.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/staticcheck.conf
R go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/stub.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/token.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/token_option.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/types.go
A go/ql/test/experimental/CWE-321-V2/vendor/github.com/golang-jwt/jwt/v5/validator.go
A go/ql/test/experimental/CWE-321-V2/vendor/golang.org/x/crypto/LICENSE
A go/ql/test/experimental/CWE-321-V2/vendor/golang.org/x/crypto/PATENTS
A go/ql/test/experimental/CWE-321-V2/vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go
M go/ql/test/experimental/CWE-321-V2/vendor/modules.txt
M go/ql/test/query-tests/Security/CWE-347/go.mod
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/.gitignore
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/.golangci.yml
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/.travis.yml
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/CHANGELOG.md
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/CONTRIBUTING.md
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/LICENSE
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/README.md
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/SECURITY.md
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/asymmetric.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/cipher/cbc_hmac.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/cipher/concat_kdf.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/cipher/ecdh_es.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/cipher/key_wrap.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/crypter.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/doc.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/encoding.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/json/LICENSE
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/json/README.md
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/json/decode.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/json/encode.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/json/indent.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/json/scanner.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/json/stream.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/json/tags.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/jwe.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/jwk.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/jws.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/jwt/builder.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/jwt/claims.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/jwt/doc.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/jwt/errors.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/jwt/jwt.go
R go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/jwt/stub.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/jwt/validation.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/opaque.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/shared.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/signing.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/symmetric.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/.gitignore
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/LICENSE
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/MIGRATION_GUIDE.md
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/README.md
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/SECURITY.md
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/VERSION_HISTORY.md
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/claims.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/doc.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/ecdsa.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/ecdsa_utils.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/ed25519.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/ed25519_utils.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/errors.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/errors_go1_20.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/errors_go_other.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/hmac.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/map_claims.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/none.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/parser.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/parser_option.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/registered_claims.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/rsa.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/rsa_pss.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/rsa_utils.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/signing_method.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/staticcheck.conf
R go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/stub.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/token.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/token_option.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/types.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/validator.go
A go/ql/test/query-tests/Security/CWE-347/vendor/golang.org/x/crypto/LICENSE
A go/ql/test/query-tests/Security/CWE-347/vendor/golang.org/x/crypto/PATENTS
A go/ql/test/query-tests/Security/CWE-347/vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go
M go/ql/test/query-tests/Security/CWE-347/vendor/modules.txt

Log Message:
-----------
Merge pull request #484 from krishnprakash/dependabot/go_modules/go/ql/test/experimental/CWE-321-V2/go_modules-4bc8d02e93

Bump the go_modules group across 2 directories with 1 update


Commit: 31521562972d8b02bb8b9e37486a837414195b24
https://github.com/krishnprakash/codeql/commit/31521562972d8b02bb8b9e37486a837414195b24
Author: Phileco <132178579+k...@users.noreply.github.com>
Date: 2026-04-03 (Fri, 03 Apr 2026)

Changed paths:
M .pre-commit-config.yaml
M MODULE.bazel
M docs/codeql/reusables/supported-versions-compilers.rst
M go/extractor/registries/registryproxy_test.go
M go/ql/test/query-tests/Security/CWE-347/go.mod
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/.gitignore
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/.golangci.yml
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/.travis.yml
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/CHANGELOG.md
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/CONTRIBUTING.md
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/LICENSE
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/README.md
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/SECURITY.md
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/asymmetric.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/cipher/cbc_hmac.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/cipher/concat_kdf.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/cipher/ecdh_es.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/cipher/key_wrap.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/crypter.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/doc.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/encoding.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/json/LICENSE
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/json/README.md
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/json/decode.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/json/encode.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/json/indent.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/json/scanner.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/json/stream.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/json/tags.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/jwe.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/jwk.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/jws.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/jwt/builder.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/jwt/claims.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/jwt/doc.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/jwt/errors.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/jwt/jwt.go
R go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/jwt/stub.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/jwt/validation.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/opaque.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/shared.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/signing.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/go-jose/go-jose/v3/symmetric.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/.gitignore
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/LICENSE
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/MIGRATION_GUIDE.md
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/README.md
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/SECURITY.md
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/VERSION_HISTORY.md
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/claims.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/doc.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/ecdsa.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/ecdsa_utils.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/ed25519.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/ed25519_utils.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/errors.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/errors_go1_20.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/errors_go_other.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/hmac.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/map_claims.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/none.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/parser.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/parser_option.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/registered_claims.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/rsa.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/rsa_pss.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/rsa_utils.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/signing_method.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/staticcheck.conf
R go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/stub.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/token.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/token_option.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/types.go
A go/ql/test/query-tests/Security/CWE-347/vendor/github.com/golang-jwt/jwt/v5/validator.go
A go/ql/test/query-tests/Security/CWE-347/vendor/golang.org/x/crypto/LICENSE
A go/ql/test/query-tests/Security/CWE-347/vendor/golang.org/x/crypto/PATENTS
A go/ql/test/query-tests/Security/CWE-347/vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go
M go/ql/test/query-tests/Security/CWE-347/vendor/modules.txt
A java/kotlin-extractor/deps/kotlin-compiler-2.3.20.jar
A java/kotlin-extractor/deps/kotlin-compiler-embeddable-2.3.20.jar
A java/kotlin-extractor/deps/kotlin-stdlib-2.3.20.jar
M java/kotlin-extractor/dev/wrapper.py
M java/kotlin-extractor/src/main/kotlin/utils/GetByFqName.kt
M java/kotlin-extractor/versions.bzl
M java/ql/integration-tests/kotlin/all-platforms/annotation-id-consistency/PrintAst.expected
M java/ql/integration-tests/kotlin/all-platforms/diagnostics/kotlin-version-too-new/diagnostics.expected
A java/ql/lib/change-notes/2026-03-26-kotlin-2.3.20.md

Log Message:
-----------
Merge branch 'main' into dependabot/go_modules/go/ql/test/experimental/CWE-321-V2/go_modules-e065777c11


Compare: https://github.com/krishnprakash/codeql/compare/87aa3bce121b...31521562972d
Reply all
Reply to author
Forward
0 new messages