copilot-swe-agent[bot]
3f59f4809e
C++: Add change note for std::regex ECMAScript parser alignment
2026-07-23 10:27:00 +00:00
copilot-swe-agent[bot]
53ea488741
C++: Verify [\b] is backspace inside character classes
2026-07-23 10:25:48 +00:00
copilot-swe-agent[bot]
85d46d5bf8
C++: Add coverage for lazy quantifiers and \f/\v escapes
2026-07-23 10:25:11 +00:00
copilot-swe-agent[bot]
e631b08818
C++: Replace non-standard \u{...} test with \uhhhh
2026-07-23 10:24:37 +00:00
copilot-swe-agent[bot]
12dc4b250f
C++: Implement POSIX equivalence classes
2026-07-23 10:24:06 +00:00
copilot-swe-agent[bot]
545d87a178
C++: Add POSIX equivalence-class tests (pre-fix)
2026-07-23 10:22:51 +00:00
copilot-swe-agent[bot]
afde8d9fc5
C++: Implement POSIX collating symbols
2026-07-23 10:22:15 +00:00
copilot-swe-agent[bot]
ea561e2994
C++: Add POSIX collating-symbol tests (pre-fix)
2026-07-23 10:19:40 +00:00
copilot-swe-agent[bot]
53a5473101
C++: Implement \0 NUL escape
2026-07-23 10:19:10 +00:00
copilot-swe-agent[bot]
c49213f66c
C++: Add NUL-escape tests (pre-fix)
2026-07-23 10:18:01 +00:00
copilot-swe-agent[bot]
31ae5fe021
C++: Implement \cX control escapes
2026-07-23 10:17:31 +00:00
copilot-swe-agent[bot]
cc45b0794b
C++: Add control-escape tests (pre-fix)
2026-07-23 10:16:18 +00:00
copilot-swe-agent[bot]
8e6b168730
C++: Remove lookbehind assertions
2026-07-23 10:15:43 +00:00
copilot-swe-agent[bot]
0323da39c9
C++: Remove named backreferences
2026-07-23 10:13:23 +00:00
copilot-swe-agent[bot]
908764e603
C++: Remove named capture groups
2026-07-23 10:12:01 +00:00
copilot-swe-agent[bot]
dda4b00922
C++: Remove single-quote named capture groups
2026-07-23 10:10:15 +00:00
copilot-swe-agent[bot]
d3b51dd3a3
C++: Remove Ruby-style (?#...) comment groups
2026-07-23 10:09:02 +00:00
copilot-swe-agent[bot]
1a0b4cd646
C++: Remove Ruby-style \p and \P named character properties
2026-07-23 10:07:51 +00:00
copilot-swe-agent[bot]
72bc7170ff
C++: Remove Ruby-only \h and \H character class escapes
2026-07-23 10:06:02 +00:00
copilot-swe-agent[bot]
f75d66dc91
C++: Remove Ruby-only \A/\Z/\z/\G anchors from regex grammar
2026-07-23 10:04:43 +00:00
copilot-swe-agent[bot]
3444d2ef87
C++: Fix regex term location offsets for all string literal spellings
2026-07-23 10:02:55 +00:00
copilot-swe-agent[bot]
7b2ce2484f
C++: Add location tests for all literal prefixes (pre-fix)
2026-07-23 10:01:18 +00:00
Jeroen Ketema
b91b83381b
C++: Make regex test work
...
Note that we are currently still implementing what Ruby thinks a regex is.
This is not correct as C++ by default uses a variant of ECMAScript regexes.
We will address this in the follow-up commits.
2026-07-23 09:58:57 +00:00
Jeroen Ketema
e672fbb849
C++: Make regex library compile
2026-07-23 09:58:54 +00:00
copilot-swe-agent[bot]
07449054cc
C++: Copy Ruby regex library and tests verbatim
2026-07-23 09:58:50 +00:00
Óscar San José
87835f7f3d
Merge pull request #22207 from github/codeql-spark-run-29493713448
...
Update changelog documentation site for codeql-cli-2.26.1
2026-07-17 12:10:28 +02:00
Jeroen Ketema
9efcc49af7
C++: Update the CWE tag of cpp/new-free-mismatch
2026-07-13 13:06:15 +02:00
github-actions[bot]
9acbbb8049
Release preparation for version 2.26.1
2026-07-09 16:48:01 +00:00
Jeroen Ketema
161c8c4d30
Merge pull request #22149 from jketema/jketema/cwe-114-tag
...
C++/C#: Specify additional CWE tags for queries that specify CWE 114
2026-07-09 18:02:21 +02:00
Jeroen Ketema
72efb6a058
C++: Add CWE 73 and CWE 78 tags to cpp/uncontrolled-process-operation
...
User controlled data here either leads to the loading of an uncontrolled
library (CWE 73) or the execution of an uncontrolled command (CWE 78).
2026-07-09 17:11:58 +02:00
Owen Mansel-Chan
19745e13b5
Fix some lines with // $ ... // $ MISSING:
...
Note that when a line is marked `// BAD [NOT DETECTED]` but actually has
an alert, I assume that the `[NOT DETECTED]` is outdated and should be
deleted.
2026-07-07 20:48:39 +01:00
Owen Mansel-Chan
9d9590623d
Address review comments
2026-07-07 20:48:36 +01:00
Owen Mansel-Chan
fa16728522
Fix comments in one test
2026-07-07 12:06:43 +01:00
Owen Mansel-Chan
76d8ae8694
Add MISSING: tag
2026-07-07 10:59:21 +01:00
Owen Mansel-Chan
843ac7c6b0
Add SPURIOUS: tags
2026-07-07 10:54:11 +01:00
Owen Mansel-Chan
a2c5d4c818
C++: Convert qlref tests to inline expectations
2026-07-07 09:49:50 +01:00
Mathias Vorreiter Pedersen
4f4cdf434b
Merge pull request #22061 from MathiasVP/mad-write-through-model
...
Shared: Support flow summaries from `ReturnValue`s
2026-07-02 12:38:44 +01:00
Mathias Vorreiter Pedersen
dbbcc1741c
C++: Delete now-unsupported MaD rows.
2026-06-30 17:48:31 +01:00
Mathias Vorreiter Pedersen
f37b3e77ff
Merge branch 'main' into remove-mad-support-for-variables
2026-06-30 17:38:37 +01:00
Mathias Vorreiter Pedersen
b7b731bab7
Merge branch 'main' into mad-write-through-model
2026-06-30 15:12:02 +01:00
Mathias Vorreiter Pedersen
06f54d1bbb
C++: Add a TODO comment to remove support for unqualified field names.
2026-06-30 13:55:26 +01:00
Mathias Vorreiter Pedersen
396bea6e6a
Update cpp/ql/lib/semmle/code/cpp/dataflow/internal/FlowSummaryImpl.qll
...
Co-authored-by: Tom Hvitved <hvitved@github.com >
2026-06-30 13:44:14 +01:00
Mathias Vorreiter Pedersen
0e05ea5153
C++: Remove whitespace.
2026-06-30 12:41:29 +01:00
Mathias Vorreiter Pedersen
8657c8b26e
C++: Add change note.
2026-06-30 12:39:34 +01:00
Mathias Vorreiter Pedersen
449a3ac870
C++: Delete tests which are no longer relevant.
2026-06-30 12:39:31 +01:00
Mathias Vorreiter Pedersen
fc954c3e1a
C++: Remove support for marking variables as sources and sinks in MaD.
2026-06-30 12:30:40 +01:00
Mathias Vorreiter Pedersen
81ed5c59d7
C++: Add change note.
2026-06-30 11:54:58 +01:00
Mathias Vorreiter Pedersen
caaed72288
C++: Hide summary nodes that should be hidden and accept test changes.
2026-06-29 18:30:03 +01:00
Mathias Vorreiter Pedersen
08c383df6a
C++: Accept test changes.
2026-06-29 18:20:10 +01:00
Mathias Vorreiter Pedersen
2625c304bf
C++: Support fully qualified field names in MaD.
2026-06-29 18:02:20 +01:00