Tom Hvitved
|
1bd504bf61
|
C#: Restrict CfgScope
|
2024-09-25 16:43:15 +02:00 |
|
Tom Hvitved
|
d299380a5a
|
Rust: Enable CFG consistency checks
|
2024-09-25 10:56:44 +02:00 |
|
Chuan-kai Lin
|
1cd8af54f2
|
Merge pull request #17190 from github/cklin/diff-informed-java-queries
Java: add support for alert location restrictions
|
2024-09-23 08:39:24 -07:00 |
|
Anders Schack-Mulligen
|
3a1e50dcf9
|
Dataflow: Simplify diff-informed implementation and tweak flag name.
|
2024-09-20 07:07:10 -07:00 |
|
Tom Hvitved
|
16813240ae
|
Shared: Do not use @kind graph for CFG test output
|
2024-09-19 18:13:31 +02:00 |
|
Chris Smowton
|
0deefaddc5
|
Merge pull request #17483 from smowton/smowton/feature/csharp-dataflow-fewer-nodes-including-virtual-dispatch
C#: Restrict dataflow node creation to source and source-referenced entities [virtual-dispatch-inclusive variant]
|
2024-09-19 15:33:47 +01:00 |
|
Chris Smowton
|
bb82dc1b18
|
Change note
|
2024-09-19 15:12:11 +01:00 |
|
Chris Smowton
|
bc9eb993b8
|
Remove unnecessary fromSource conditions
|
2024-09-19 15:08:08 +01:00 |
|
Tom Hvitved
|
4baa4ae2aa
|
Merge pull request #17513 from owen-mc/fix-test-expectations
C#/Go: Fix test expectations including double space
|
2024-09-19 12:17:18 +02:00 |
|
Owen Mansel-Chan
|
ded52ccb8e
|
Fix test expectations including double space
|
2024-09-19 11:01:38 +01:00 |
|
Michael Nebel
|
4a9e3ee3aa
|
Merge pull request #17363 from michaelnebel/modelgen/fieldbasedimprovements
C#/Java: Content based model generation improvements.
|
2024-09-19 10:49:11 +02:00 |
|
Michael Nebel
|
24a101297c
|
Merge pull request #15884 from michaelnebel/csharp/cleanupcil
C#: CIL and Dotnet cleanup (removal).
|
2024-09-18 11:43:41 +02:00 |
|
Michael Nebel
|
295861d577
|
Merge pull request #17459 from michaelnebel/csharp/accessormad
C#: Add MaD support for `Attribute.Getter` and `Attribute.Setter`.
|
2024-09-18 09:11:51 +02:00 |
|
Michael Nebel
|
68165bbce4
|
C#/Java: Address review comments.
|
2024-09-17 16:09:17 +02:00 |
|
Chris Smowton
|
3e91f0f53f
|
Expand range of callables requiring nodes to include unbound declarations of generic instantiations, static targets, and methods that have a body even if not flagged fromSource
|
2024-09-17 15:00:15 +01:00 |
|
Chris Smowton
|
349268cbf7
|
Expand the range of callables used in source to include potential virtual dispatch targets and referenced callables (e.g., in assigning a delegate)
|
2024-09-17 15:00:14 +01:00 |
|
Chris Smowton
|
66f48f767e
|
Restrict dataflow node creation to source and source-referenced entities
|
2024-09-17 15:00:13 +01:00 |
|
Tom Hvitved
|
d680a549bd
|
Merge pull request #16936 from hvitved/csharp/ssa-integration
C#: Adopt shared SSA data-flow integration
|
2024-09-17 13:45:31 +02:00 |
|
Michael Nebel
|
8d0cb07ba2
|
C#: Update the internal MaD attribute documentation.
|
2024-09-17 09:27:37 +02:00 |
|
Chris Smowton
|
30be6803c3
|
Merge pull request #17480 from github/post-release-prep/codeql-cli-2.19.0
Post-release preparation for codeql-cli-2.19.0
|
2024-09-16 16:06:58 +01:00 |
|
github-actions[bot]
|
79be301984
|
Post-release preparation for codeql-cli-2.19.0
|
2024-09-16 14:09:32 +00:00 |
|
Michael Nebel
|
bdc00841c0
|
C#: Add change note.
|
2024-09-16 15:45:14 +02:00 |
|
Michael Nebel
|
0b579c0a1a
|
C#: Update external models tests and expected test output.
|
2024-09-16 15:45:12 +02:00 |
|
Michael Nebel
|
308aca632e
|
C#: Make support for Attribute.Getter and Attribute.Setter in MaD.
|
2024-09-16 15:45:09 +02:00 |
|
Michael Nebel
|
368ba1c5e2
|
C#: Update external models expected test output.
|
2024-09-16 15:45:07 +02:00 |
|
Michael Nebel
|
367bbc4039
|
C#: Add some examples of using attributes on properties and indexers for use in external models.
|
2024-09-16 15:45:05 +02:00 |
|
Michael Nebel
|
3c97bcb790
|
C#: Exclude properties from the Attribute selection.
|
2024-09-16 15:45:03 +02:00 |
|
Michael Nebel
|
5de9e7c3ad
|
C#: Add change note.
|
2024-09-16 15:39:44 +02:00 |
|
Michael Nebel
|
add033249f
|
Merge pull request #17475 from michaelnebel/csharp/indexerattributes
C#: Extract attributes on indexers.
|
2024-09-16 15:26:53 +02:00 |
|
Tom Hvitved
|
d0eae97bcf
|
Address review comment
|
2024-09-16 14:46:23 +02:00 |
|
Michael Nebel
|
03ee7b99d2
|
C#: Add downgrade script.
|
2024-09-16 14:12:12 +02:00 |
|
Michael Nebel
|
b76613901c
|
C#: Add upgrade script.
|
2024-09-16 14:12:10 +02:00 |
|
Michael Nebel
|
0104f96f4a
|
C#: Remove metadata_handle part of the extractor implementation.
|
2024-09-16 14:12:07 +02:00 |
|
Michael Nebel
|
a6f95c577a
|
C#: Remove deprecated predicates.
|
2024-09-16 14:12:05 +02:00 |
|
Michael Nebel
|
982208cd81
|
C#: Remove all CIL and Dotnet related tables and types from the dbscheme.
|
2024-09-16 14:12:03 +02:00 |
|
Michael Nebel
|
21b3daa2c0
|
C#: Delete Dotnet and CIL library code.
|
2024-09-16 14:12:01 +02:00 |
|
Tamás Vajk
|
d72f8b2e46
|
Merge pull request #17455 from tamasvajk/add-launch-json
C#: Add VSCode `launch.json`
|
2024-09-16 13:19:04 +02:00 |
|
github-actions[bot]
|
acdafd9646
|
Release preparation for version 2.19.0
|
2024-09-16 10:56:10 +00:00 |
|
Michael Nebel
|
f2360542e0
|
C#: Add change note.
|
2024-09-16 11:00:37 +02:00 |
|
Michael Nebel
|
7db73c8771
|
C#: Update expected test output.
|
2024-09-16 10:57:25 +02:00 |
|
Michael Nebel
|
1eff6fdf73
|
C#: Add extractor support for attributes on indexers.
|
2024-09-16 10:53:45 +02:00 |
|
Michael Nebel
|
5c5da3791e
|
C#: Update attributes expected test output.
|
2024-09-16 10:53:00 +02:00 |
|
Michael Nebel
|
cc0d99a141
|
C#: Add attibute test examples for properties and indexers.
|
2024-09-16 10:50:51 +02:00 |
|
Dave Bartolomeo
|
485fc04029
|
Initial merge from main
|
2024-09-15 08:55:31 -04:00 |
|
Tamas Vajk
|
549b294a05
|
C#: Add VSCode launch.json
|
2024-09-13 09:42:55 +02:00 |
|
Chuan-kai Lin
|
ff78bebf19
|
Shared support for alert filtering
|
2024-09-11 13:18:26 -07:00 |
|
Tamas Vajk
|
da3c5f44f2
|
C#: Include .razor files in File::fromSource
|
2024-09-11 16:13:42 +02:00 |
|
Michael Nebel
|
0abc08c773
|
C#: Add some synthetic field content based examples.
|
2024-09-10 15:24:00 +02:00 |
|
Michael Nebel
|
b94940b6d9
|
C#: Adjust existing model generator tests and update expected output.
|
2024-09-10 15:23:57 +02:00 |
|
Michael Nebel
|
da012a7a44
|
C#: Add the capture content summary models query.
|
2024-09-10 15:23:54 +02:00 |
|