Branch: refs/heads/main
Home:
https://github.com/krishnprakash/codeql
Commit: eb35fa0d5e0d290d378eae4a2e8ffa174ca8686d
https://github.com/krishnprakash/codeql/commit/eb35fa0d5e0d290d378eae4a2e8ffa174ca8686d
Author: Mathias Vorreiter Pedersen <
math...@github.com>
Date: 2026-03-30 (Mon, 30 Mar 2026)
Changed paths:
M cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowNodes.qll
Log Message:
-----------
C++: Unify 'isSourceParameterOf' for this parameters with the implementation for positional parameters.
Commit: 9cb8edb41a2133467d105969b4ba802cb3a811c0
https://github.com/krishnprakash/codeql/commit/9cb8edb41a2133467d105969b4ba802cb3a811c0
Author: Mathias Vorreiter Pedersen <
math...@github.com>
Date: 2026-03-30 (Mon, 30 Mar 2026)
Changed paths:
M cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowNodes.qll
M cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowPrivate.qll
Log Message:
-----------
C++: Change 'Function' to 'Declaration' in a few places to handle enclosing callables being fields.
Commit: 599b7a66534fcb147f300f001f00e45961cdd5e1
https://github.com/krishnprakash/codeql/commit/599b7a66534fcb147f300f001f00e45961cdd5e1
Author: Mathias Vorreiter Pedersen <
math...@github.com>
Date: 2026-03-30 (Mon, 30 Mar 2026)
Changed paths:
M cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaImplCommon.qll
Log Message:
-----------
C++: Handle fields in 'getThisType'.
Commit: 503c15334a6545eaa3167ee8d35a80fd65d155df
https://github.com/krishnprakash/codeql/commit/503c15334a6545eaa3167ee8d35a80fd65d155df
Author: Mathias Vorreiter Pedersen <
math...@github.com>
Date: 2026-03-30 (Mon, 30 Mar 2026)
Changed paths:
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/fields/C.cpp
M cpp/ql/test/library-tests/dataflow/fields/ir-path-flow.expected
Log Message:
-----------
C++: Accept test changes.
Commit: 78c0c7cb76ff3a1e78aba140e222e616ce492618
https://github.com/krishnprakash/codeql/commit/78c0c7cb76ff3a1e78aba140e222e616ce492618
Author: Mathias Vorreiter Pedersen <
math...@github.com>
Date: 2026-03-30 (Mon, 30 Mar 2026)
Changed paths:
M cpp/ql/test/library-tests/dataflow/dataflow-tests/type-bugs.expected
M cpp/ql/test/library-tests/dataflow/dataflow-tests/type-bugs.ql
Log Message:
-----------
C++: Exclude flow summaries from 'irTypeBugs'.
Commit: 29768bbed481cb4fc2c61123d0ed25d5955818bd
https://github.com/krishnprakash/codeql/commit/29768bbed481cb4fc2c61123d0ed25d5955818bd
Author: Mathias Vorreiter Pedersen <
math...@github.com>
Date: 2026-03-30 (Mon, 30 Mar 2026)
Changed paths:
M cpp/ql/test/library-tests/dataflow/dataflow-tests/type-bugs.ql
Log Message:
-----------
Update cpp/ql/test/library-tests/dataflow/dataflow-tests/type-bugs.ql
Co-authored-by: Copilot <
17572847...@users.noreply.github.com>
Commit: 9247e6af0c5b9890da02913d62419a84afcc903e
https://github.com/krishnprakash/codeql/commit/9247e6af0c5b9890da02913d62419a84afcc903e
Author: Mathias Vorreiter Pedersen <
math...@github.com>
Date: 2026-03-30 (Mon, 30 Mar 2026)
Changed paths:
A cpp/ql/lib/change-notes/2026-03-30-nsdmi-dataflow.md
Log Message:
-----------
C++: Add change note.
Commit: 5db069eb5689773f760f8bc854bddb2efe2689b4
https://github.com/krishnprakash/codeql/commit/5db069eb5689773f760f8bc854bddb2efe2689b4
Author: Mathias Vorreiter Pedersen <
math...@github.com>
Date: 2026-03-30 (Mon, 30 Mar 2026)
Changed paths:
M cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowNodes.qll
M cpp/ql/test/library-tests/syntax-zoo/dataflow-ir-consistency.expected
Log Message:
-----------
C++: Fix more consistency errors.
Commit: 40366042a5c5cef8b8a8584818008225cd3a5082
https://github.com/krishnprakash/codeql/commit/40366042a5c5cef8b8a8584818008225cd3a5082
Author: Anders Schack-Mulligen <
ascha...@github.com>
Date: 2026-03-30 (Mon, 30 Mar 2026)
Changed paths:
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
Log Message:
-----------
C#: Fix inconsistent casing of Cs/CS.
Commit: b83d4e010bfbe03c2da488a118d1fb7612d91a8f
https://github.com/krishnprakash/codeql/commit/b83d4e010bfbe03c2da488a118d1fb7612d91a8f
Author: Mathias Vorreiter Pedersen <
math...@github.com>
Date: 2026-03-30 (Mon, 30 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
Log Message:
-----------
Merge pull request #21611 from MathiasVP/nsdmi-dataflow-3
C++: Add dataflow through NSDMI
Commit: 3c78d8a737cebd1933fcee8858ea40da79c7fcb9
https://github.com/krishnprakash/codeql/commit/3c78d8a737cebd1933fcee8858ea40da79c7fcb9
Author: github-actions[bot] <
github-...@github.com>
Date: 2026-03-30 (Mon, 30 Mar 2026)
Changed paths:
A docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.25.1.rst
M docs/codeql/codeql-overview/codeql-changelog/index.rst
Log Message:
-----------
update codeql documentation
Commit: cd7bb540399934eb6ab35c9a37a89f2dd1d113a2
https://github.com/krishnprakash/codeql/commit/cd7bb540399934eb6ab35c9a37a89f2dd1d113a2
Author: Florin Coada <
coada...@github.com>
Date: 2026-03-30 (Mon, 30 Mar 2026)
Changed paths:
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 pull request #21615 from github/codeql-spark-run-23750999202
Update changelog documentation site for codeql-cli-2.25.1
Commit: 71b38b71bfe858aa127c913216458a8180077567
https://github.com/krishnprakash/codeql/commit/71b38b71bfe858aa127c913216458a8180077567
Author: Anders Schack-Mulligen <
ascha...@users.noreply.github.com>
Date: 2026-03-31 (Tue, 31 Mar 2026)
Changed paths:
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
Log Message:
-----------
Merge pull request #21613 from aschackmull/csharp/consistent-cs-abbrev
C#: Fix inconsistent casing of Cs/CS.
Commit: 056be6d5048b275f680b89bbaa85cace8b5f6072
https://github.com/krishnprakash/codeql/commit/056be6d5048b275f680b89bbaa85cace8b5f6072
Author: Anders Schack-Mulligen <
ascha...@github.com>
Date: 2026-03-31 (Tue, 31 Mar 2026)
Changed paths:
M csharp/ql/src/Bad Practices/Control-Flow/ConstantCondition.ql
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
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
Log Message:
-----------
C#: Simplify the ConstantCondition query.
Commit: 2a54dce5cbb1877b30c5763b4f9c9d65cef018ed
https://github.com/krishnprakash/codeql/commit/2a54dce5cbb1877b30c5763b4f9c9d65cef018ed
Author: Anders Schack-Mulligen <
ascha...@github.com>
Date: 2026-03-31 (Tue, 31 Mar 2026)
Changed paths:
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/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
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.expected
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
Log Message:
-----------
C#: Remove redundant ConstantComparison.ql query.
Commit: 29500c7eb7a9b0616fec66841ba2570e11209d48
https://github.com/krishnprakash/codeql/commit/29500c7eb7a9b0616fec66841ba2570e11209d48
Author: Anders Schack-Mulligen <
ascha...@github.com>
Date: 2026-03-31 (Tue, 31 Mar 2026)
Changed paths:
A csharp/ql/src/change-notes/2026-03-31-constantcondition-simplify.md
Log Message:
-----------
C#: Add change note.
Commit: afd33e4dcdd1d9530ea918c0cb396f0d72b35752
https://github.com/krishnprakash/codeql/commit/afd33e4dcdd1d9530ea918c0cb396f0d72b35752
Author: Jeroen Ketema <
jke...@github.com>
Date: 2026-03-31 (Tue, 31 Mar 2026)
Changed paths:
A cpp/ql/test/query-tests/Likely Bugs/Likely Typos/ExprHasNoEffect/meson-private/tmp_abc/ExprHasNoEffect.expected
A cpp/ql/test/query-tests/Likely Bugs/Likely Typos/ExprHasNoEffect/meson-private/tmp_abc/ExprHasNoEffect.qlref
A cpp/ql/test/query-tests/Likely Bugs/Likely Typos/ExprHasNoEffect/meson-private/tmp_abc/testfile.c
Log Message:
-----------
C++: Add test for meson configuration files
Commit: 5122f7cf9286e84bd745bc983f6fb54a8ea4fe45
https://github.com/krishnprakash/codeql/commit/5122f7cf9286e84bd745bc983f6fb54a8ea4fe45
Author: Jeroen Ketema <
jke...@github.com>
Date: 2026-03-31 (Tue, 31 Mar 2026)
Changed paths:
M cpp/ql/lib/semmle/code/cpp/ConfigurationTestFile.qll
M cpp/ql/test/query-tests/Likely Bugs/Likely Typos/ExprHasNoEffect/meson-private/tmp_abc/ExprHasNoEffect.expected
Log Message:
-----------
C++: Add heuristics for meson configuration files
Commit: 2bde364bddd832cd9a564d0cc08035b53156c33d
https://github.com/krishnprakash/codeql/commit/2bde364bddd832cd9a564d0cc08035b53156c33d
Author: Anders Schack-Mulligen <
ascha...@users.noreply.github.com>
Date: 2026-03-31 (Tue, 31 Mar 2026)
Changed paths:
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/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
Log Message:
-----------
Merge pull request #21599 from aschackmull/csharp/constantcondition-simplify
C#: Simplify the ConstantCondition query.
Commit: d2839f4ee43632c67b694c7fa38314163e3698ba
https://github.com/krishnprakash/codeql/commit/d2839f4ee43632c67b694c7fa38314163e3698ba
Author: Jeroen Ketema <
jke...@github.com>
Date: 2026-03-31 (Tue, 31 Mar 2026)
Changed paths:
A cpp/ql/lib/change-notes/2026-03-31-meson.md
Log Message:
-----------
C++: Add change note
Commit: ceec44b8199ec754c779a11b736a1143c92de4dd
https://github.com/krishnprakash/codeql/commit/ceec44b8199ec754c779a11b736a1143c92de4dd
Author: Jeroen Ketema <
93738568...@users.noreply.github.com>
Date: 2026-03-31 (Tue, 31 Mar 2026)
Changed paths:
M cpp/ql/lib/change-notes/2026-03-31-meson.md
Log Message:
-----------
Apply suggestion from @Copilot
Co-authored-by: Copilot <
17572847...@users.noreply.github.com>
Commit: 17ab87d1fc38c8b48f17a426635d540d3994bc77
https://github.com/krishnprakash/codeql/commit/17ab87d1fc38c8b48f17a426635d540d3994bc77
Author: Jeroen Ketema <
93738568...@users.noreply.github.com>
Date: 2026-03-31 (Tue, 31 Mar 2026)
Changed paths:
A cpp/ql/lib/change-notes/2026-03-31-meson.md
M cpp/ql/lib/semmle/code/cpp/ConfigurationTestFile.qll
A cpp/ql/test/query-tests/Likely Bugs/Likely Typos/ExprHasNoEffect/meson-private/tmp_abc/ExprHasNoEffect.expected
A cpp/ql/test/query-tests/Likely Bugs/Likely Typos/ExprHasNoEffect/meson-private/tmp_abc/ExprHasNoEffect.qlref
A cpp/ql/test/query-tests/Likely Bugs/Likely Typos/ExprHasNoEffect/meson-private/tmp_abc/testfile.c
Log Message:
-----------
Merge pull request #21618 from jketema/meson-silence
C++: Add heuristics for meson configuration files
Commit: 119a0c437c7e17afe430dce027f5fc977f79826d
https://github.com/krishnprakash/codeql/commit/119a0c437c7e17afe430dce027f5fc977f79826d
Author: Phileco <
132178579+k...@users.noreply.github.com>
Date: 2026-03-31 (Tue, 31 Mar 2026)
Changed paths:
A cpp/ql/lib/change-notes/2026-03-30-nsdmi-dataflow.md
A cpp/ql/lib/change-notes/2026-03-31-meson.md
M cpp/ql/lib/semmle/code/cpp/ConfigurationTestFile.qll
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
A cpp/ql/test/query-tests/Likely Bugs/Likely Typos/ExprHasNoEffect/meson-private/tmp_abc/ExprHasNoEffect.expected
A cpp/ql/test/query-tests/Likely Bugs/Likely Typos/ExprHasNoEffect/meson-private/tmp_abc/ExprHasNoEffect.qlref
A cpp/ql/test/query-tests/Likely Bugs/Likely Typos/ExprHasNoEffect/meson-private/tmp_abc/testfile.c
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 branch 'github:main' into main
Compare:
https://github.com/krishnprakash/codeql/compare/8d213dd5eb51...119a0c437c7e
To unsubscribe from these emails, change your notification settings at
https://github.com/krishnprakash/codeql/settings/notifications