Michael Nebel
|
5551aebaa9
|
C#: Add a primary ql class for UnknownType.
|
2025-03-05 09:04:49 +01:00 |
|
Ed Minnix
|
133c6fa400
|
Fix test expectations
|
2025-03-05 01:13:31 -05:00 |
|
Ed Minnix
|
22e958b245
|
Fix jump node by using associated property
|
2025-03-05 01:13:29 -05:00 |
|
Ed Minnix
|
8ea6974868
|
XSS qlref
|
2025-03-05 01:13:27 -05:00 |
|
Ed Minnix
|
97e00ae053
|
Fix formatting
|
2025-03-05 01:13:26 -05:00 |
|
Ed Minnix
|
824b182ca5
|
fixup! Add Name and NameList test classes
|
2025-03-05 01:13:12 -05:00 |
|
Ed Minnix
|
17da291910
|
fixup! Component parameter passing step
|
2025-03-05 01:13:09 -05:00 |
|
Ed Minnix
|
0463f48565
|
Add Name and NameList test classes
|
2025-03-05 01:13:03 -05:00 |
|
Ed Minnix
|
48b90b28c7
|
Component parameter passing step
|
2025-03-05 01:13:00 -05:00 |
|
Anders Schack-Mulligen
|
5a909aa69c
|
C#: Remove remaining DefinitionExt references.
|
2025-03-04 12:24:24 +01:00 |
|
Anders Schack-Mulligen
|
00b8c80c24
|
SSA/C#/Ruby/Rust: Clean up SSA consistency queries.
The RelevantDefinition class is no longer needed since the introduction
of LocationSig.
|
2025-03-04 12:24:23 +01:00 |
|
Anders Schack-Mulligen
|
f0993fc97e
|
C#: Switch test to use dedicated test module.
|
2025-03-04 12:24:22 +01:00 |
|
Anders Schack-Mulligen
|
9e03b12ba0
|
C#/Java/Ruby/Rust/SSA: Replace DefinitionExt with SourceVariable in data flow integration predicates.
|
2025-03-04 12:24:21 +01:00 |
|
github-actions[bot]
|
58f355ae5a
|
Post-release preparation for codeql-cli-2.20.6
|
2025-03-03 18:18:15 +00:00 |
|
github-actions[bot]
|
fa850cccb1
|
Release preparation for version 2.20.6
|
2025-03-03 17:13:19 +00:00 |
|
Carl Dybdahl
|
2f7cdf1bfa
|
Improvements
|
2025-03-03 15:32:15 +01:00 |
|
Carl Dybdahl
|
b3447959fa
|
Match autoformatting, add QLDoc references
|
2025-03-03 15:32:15 +01:00 |
|
Carl Dybdahl
|
d371723fe4
|
Fix test
|
2025-03-03 15:32:15 +01:00 |
|
Carl Dybdahl
|
d82295c54a
|
Add QLDoc
|
2025-03-03 15:32:15 +01:00 |
|
Carl Dybdahl
|
aa6779f19f
|
Add changelog
|
2025-03-03 15:32:15 +01:00 |
|
Carl Dybdahl
|
35fd4d226f
|
Oops
|
2025-03-03 15:32:15 +01:00 |
|
Carl Dybdahl
|
44e6691e6d
|
Add implementation and tests
|
2025-03-03 15:32:15 +01:00 |
|
Michael Nebel
|
5af7630841
|
C#: Pin .NET for the integration test standalone_dependencies_nuget_config_error.
|
2025-02-28 10:07:11 +01:00 |
|
Asger F
|
ff36d1916f
|
Merge pull request #18810 from asgerf/js/test-related-locations
Test: Add support for RelatedLocation tag and use in a JS query
|
2025-02-25 16:40:41 +01:00 |
|
Tamás Vajk
|
11d145131f
|
Merge pull request #18835 from tamasvajk/tamasvajk/csharp-ccr
Add queries to C# CCR suite
|
2025-02-25 16:20:35 +01:00 |
|
Anders Schack-Mulligen
|
994a8eea39
|
Merge pull request #18857 from aschackmull/ssa/refactor-df-integr
Ssa: Refactor the data flow integration module
|
2025-02-25 15:04:11 +01:00 |
|
Asger F
|
bb8f4529bf
|
Fix bug when RelatedLocation was used with a query ID
|
2025-02-25 14:52:32 +01:00 |
|
Asger F
|
5f2e5ab8c3
|
Rename file and ID to match .qlref and other query
|
2025-02-25 14:52:19 +01:00 |
|
Anders Schack-Mulligen
|
28e96449e7
|
C#: Address review comment.
|
2025-02-25 14:12:53 +01:00 |
|
Asger F
|
92e1023d00
|
Update line numbers due to addition of new test code
|
2025-02-25 11:59:11 +01:00 |
|
Asger F
|
ae161f1654
|
Add meta-tests for inline expectation with related locations
|
2025-02-25 11:58:54 +01:00 |
|
Anders Schack-Mulligen
|
ae3736bc25
|
C#: Accept test changes showing that we skip over useless input nodes.
|
2025-02-25 10:37:29 +01:00 |
|
Anders Schack-Mulligen
|
0583d85f20
|
C#: Remove getDefinitionExt references.
|
2025-02-24 14:22:59 +01:00 |
|
Michael Nebel
|
e8f86e41f4
|
C#: Add change note.
|
2025-02-24 13:58:55 +01:00 |
|
Michael Nebel
|
97f9f0ccc5
|
C#: Update test expected output.
|
2025-02-24 13:53:50 +01:00 |
|
Michael Nebel
|
a85131bf0f
|
C#: Better handling of (value) tuple types in cs/call-to-object-tostring.
|
2025-02-24 13:53:16 +01:00 |
|
Michael Nebel
|
5eb305da93
|
C#: Add some value tuple examples for cs/call-to-object-tostring and update test expected output.
|
2025-02-24 13:42:30 +01:00 |
|
Tamas Vajk
|
24bd9fb7e5
|
Add queries to C# CCR suite
|
2025-02-21 14:24:09 +01:00 |
|
Florin Coada
|
38f538e76a
|
Update 3.1.1.md
|
2025-02-21 10:44:20 +00:00 |
|
Florin Coada
|
b77b5fc308
|
Update CHANGELOG.md
|
2025-02-21 10:43:43 +00:00 |
|
Anders Schack-Mulligen
|
1c616d10d4
|
Merge pull request #18819 from aschackmull/ssa/refactor-phiread3
Ssa: Refactor shared SSA in preparation for eliminating phi-read definitions
|
2025-02-21 08:56:38 +01:00 |
|
Tom Hvitved
|
9d8e9975de
|
C#: Update expected test output
|
2025-02-20 10:18:15 +01:00 |
|
Anders Schack-Mulligen
|
b0a5e62003
|
C#: Clean up unused.
|
2025-02-19 16:27:52 +01:00 |
|
Anders Schack-Mulligen
|
17ae747b08
|
C#: Switch use-use predicates to new implementation.
|
2025-02-19 16:24:21 +01:00 |
|
Anders Schack-Mulligen
|
ed40035b9c
|
C#/Ruby/Rust: Fix bug in adjacentReadPairSameVar.
|
2025-02-19 16:20:57 +01:00 |
|
github-actions[bot]
|
ad24f94a77
|
Post-release preparation for codeql-cli-2.20.5
|
2025-02-17 17:58:24 +00:00 |
|
github-actions[bot]
|
6f4562f3bd
|
Release preparation for version 2.20.5
|
2025-02-17 16:55:54 +00:00 |
|
Michael Nebel
|
50584c8e82
|
Merge pull request #18764 from michaelnebel/csharp/updatedocumentation
C#: Update the documentation on supported C# language versions and fr…
|
2025-02-13 15:56:55 +01:00 |
|
Michael Nebel
|
eea295a3e6
|
C#: Add change-note.
|
2025-02-13 10:38:06 +01:00 |
|
Lindsay Simpkins
|
c45f13c219
|
Merge branch 'main' into csharp-update-MaD-upstream
|
2025-02-11 14:04:34 -05:00 |
|