Tom Hvitved
|
5f9b8c05bd
|
Java: Update expected test output
|
2024-11-20 12:58:00 +01:00 |
|
Tom Hvitved
|
e5eed2302f
|
Data flow: Track call contexts in parameterFlow
|
2024-11-20 12:57:56 +01:00 |
|
Simon Friis Vindum
|
93f6f042e1
|
Rust: Update expected file
|
2024-11-20 12:39:31 +01:00 |
|
Simon Friis Vindum
|
aab0d5e9e4
|
Rust: Refactor to avoid needing getNumberOfSelfParams
|
2024-11-20 12:35:52 +01:00 |
|
Joe Farebrother
|
52cd7f2c5c
|
Add 2 more cases
|
2024-11-20 11:22:42 +00:00 |
|
Paolo Tranquilli
|
4d04c5af83
|
Rust: fix non-existent string representations
|
2024-11-20 12:08:51 +01:00 |
|
Joe Farebrother
|
9b4b01a442
|
Fix typo
|
2024-11-20 10:59:27 +00:00 |
|
Simon Friis Vindum
|
24adbb80c7
|
Rust: Include self parameters in the CFG
|
2024-11-20 11:50:46 +01:00 |
|
Simon Friis Vindum
|
55121d866c
|
Rust: Add CFG tests for method definitions with self parameters
|
2024-11-20 11:45:42 +01:00 |
|
Nora Dimitrijević
|
6a3e34cc4c
|
Merge pull request #17987 from d10c/d10c/bigint-ga
BigInt GA: update docs
|
2024-11-20 10:34:42 +01:00 |
|
Paolo Tranquilli
|
57973df795
|
Rust: make CallExpr.toString use call identifier if present
|
2024-11-20 10:00:10 +01:00 |
|
Michael Nebel
|
745e52f659
|
Merge pull request #18033 from michaelnebel/csharp/net9-2
C#: Update to .NET 9
|
2024-11-20 09:53:58 +01:00 |
|
Michael Nebel
|
9a8a27750e
|
Merge pull request #18040 from github/workflow/coverage/update
Update CSV framework coverage reports
|
2024-11-20 09:51:59 +01:00 |
|
Paolo Tranquilli
|
4fb028cbb2
|
Rust: accept last integration test changes
Also make `--learn` work with the nested qltest tests.
|
2024-11-20 09:45:15 +01:00 |
|
github-actions[bot]
|
d80aa6fa6a
|
Add changed framework coverage reports
|
2024-11-20 00:21:24 +00:00 |
|
Owen Mansel-Chan
|
cf84c08abf
|
Add change note
|
2024-11-20 00:18:55 +00:00 |
|
Owen Mansel-Chan
|
f21439a6e3
|
Merge pull request #18034 from owen-mc/go/mad/package-level-variables
Go: Allow package-level variables in models-as-data models
|
2024-11-19 19:49:02 +00:00 |
|
Jeroen Ketema
|
5a18f1ff07
|
Merge pull request #18038 from github/nickrolfe/typo-manger
C++: fix typo in qhelp
|
2024-11-19 19:02:31 +01:00 |
|
Nick Rolfe
|
a2c6278282
|
C++: fix typo in qhelp
|
2024-11-19 17:39:05 +00:00 |
|
Owen Mansel-Chan
|
dd87b1a9de
|
Convert os.stdin model to MaD
|
2024-11-19 16:59:47 +00:00 |
|
Owen Mansel-Chan
|
bf824cac0a
|
Allow package-level variables in MaD
|
2024-11-19 16:59:42 +00:00 |
|
Paolo Tranquilli
|
e4f982c12c
|
Rust: accept integration test changes
|
2024-11-19 17:50:57 +01:00 |
|
Paolo Tranquilli
|
fce13aeb35
|
Rust: accept test changes
|
2024-11-19 17:50:14 +01:00 |
|
Joe Farebrother
|
a398f707fe
|
Add some test cases for flow involving global variables and captured variables
|
2024-11-19 16:34:59 +00:00 |
|
Paolo Tranquilli
|
a709fc6a54
|
Rust: add some toString implementations
|
2024-11-19 17:21:08 +01:00 |
|
yoff
|
d4ec8f650a
|
Merge pull request #18030 from github/tausbn/python-fix-match-literal-pruning
Python: Fix pruning of literals in `match` pattern
|
2024-11-19 17:16:22 +01:00 |
|
Michael Nebel
|
3b01efaf5d
|
C#: Update launch.json.
|
2024-11-19 17:08:08 +01:00 |
|
Michael Nebel
|
0fc46f5855
|
C#: Fix compiler warnings related to errors in XML comments.
|
2024-11-19 16:30:48 +01:00 |
|
Nora Dimitrijević
|
2da1d6aaa8
|
BigInt GA: remove mention of experimental status from .rst docs
|
2024-11-19 16:05:20 +01:00 |
|
Nora Dimitrijević
|
54e7db2294
|
BigInt GA: s/arbitrary-precision/arbitrary-range/g in .rst docs
|
2024-11-19 16:05:20 +01:00 |
|
Simon Friis Vindum
|
e5951516b8
|
Merge pull request #18026 from paldepind/rust-df-local
Rust: Add local data flow edge for SSA nodes
|
2024-11-19 15:41:25 +01:00 |
|
yoff
|
22287be5d1
|
Merge pull request #17370 from Kwstubbs/Bottle/Tornado-HeaderSupport
Python: Bottle Framework Support
|
2024-11-19 15:34:26 +01:00 |
|
Tom Hvitved
|
7a065746d6
|
Merge pull request #18024 from hvitved/rust/cfg/async-block-return
Rust: Handle early returns in `async` blocks in CFG
|
2024-11-19 15:21:34 +01:00 |
|
Taus
|
e2530cf14f
|
Python: Update expected test output
Co-authored-by: yoff <lerchedahl@gmail.com>
|
2024-11-19 14:10:50 +00:00 |
|
Michael Nebel
|
358098230c
|
C#: Address review comment from previous PR.
|
2024-11-19 14:58:21 +01:00 |
|
Taus
|
a4ccda5fe3
|
Python: Fix pruning of literals in match pattern
Co-authored-by: yoff <lerchedahl@gmail.com>
|
2024-11-19 13:48:13 +00:00 |
|
Simon Friis Vindum
|
2c9bee6208
|
Rust: Only add data flow edge to SSA write definitions from their underlying CFG node
|
2024-11-19 14:32:31 +01:00 |
|
Michael Nebel
|
95a8881428
|
Merge pull request #17999 from michaelnebel/csharp/net9
C#: Update to .NET9.
|
2024-11-19 14:28:59 +01:00 |
|
Napalys
|
28ead4011a
|
JS: Add: taint step to handle propagation of data flow from the array to callback
|
2024-11-19 14:15:15 +01:00 |
|
Napalys
|
f1e95a8a1d
|
JS: Add: taint step test cases for findLastIndex, findLast, find
|
2024-11-19 14:09:58 +01:00 |
|
Paolo Tranquilli
|
2f3624b625
|
Merge pull request #18023 from github/redsun82/installer-shortcut
Bazel: add an `install` shortcut and an `experimental` attribute to `codeql_pack`
|
2024-11-19 14:00:52 +01:00 |
|
Simon Friis Vindum
|
6ae979293c
|
Rust: Accept inconsistencies
|
2024-11-19 13:26:01 +01:00 |
|
Geoffrey White
|
758092b1d6
|
Rust: Add consistency check failures.
|
2024-11-19 12:04:15 +00:00 |
|
Geoffrey White
|
49eefccde1
|
Rust: Autoformat.
|
2024-11-19 11:49:02 +00:00 |
|
Paolo Tranquilli
|
918b0bfc53
|
Bazel: add experimental to codeql_pack
|
2024-11-19 12:48:36 +01:00 |
|
Owen Mansel-Chan
|
307fdc0864
|
Add tests for heuristic logger calls
|
2024-11-19 11:41:53 +00:00 |
|
Owen Mansel-Chan
|
e57d8983f5
|
Add heuristic logger calls
|
2024-11-19 11:41:51 +00:00 |
|
Owen Mansel-Chan
|
9fc0dc5690
|
Fix typo in unrelated QLDoc
|
2024-11-19 11:41:40 +00:00 |
|
Owen Mansel-Chan
|
874dc83f3f
|
Update test expectations
|
2024-11-19 11:28:43 +00:00 |
|
Owen Mansel-Chan
|
81907bc743
|
Set Subtypes column correctly
We set it to False when it has no meaning and True otherwise.
|
2024-11-19 11:22:36 +00:00 |
|