Joe Farebrother
|
4de19b3ec9
|
Merge pull request #15039 from joefarebrother/csharp-razor-flow-page-models
C#: Add flow steps from a PageModel to cshtml page.
|
2024-01-19 10:07:25 +00:00 |
|
Michael Nebel
|
24855ddc64
|
Merge pull request #15328 from michaelnebel/csharp/inlinearrays
C# 12: Inline array support.
|
2024-01-19 09:11:26 +01:00 |
|
Michael Nebel
|
cb53ca4e1f
|
Merge pull request #15367 from michaelnebel/csharp/nullablesimpletypesanitizer
C#: Consider nullable simple types as sanitizers.
|
2024-01-19 09:09:36 +01:00 |
|
Michael Nebel
|
43350b0664
|
C#: Add change note.
|
2024-01-18 13:55:18 +01:00 |
|
Michael Nebel
|
9e9b5292f2
|
C#: Add change note.
|
2024-01-18 13:50:52 +01:00 |
|
Michael Nebel
|
9460c91c8c
|
C#: Also consider nullable simple types (and datetime) as simple type sanitizers.
|
2024-01-18 12:53:29 +01:00 |
|
Michael Nebel
|
8a97c8c28e
|
C#: Add QL support for InlineArrayType.
|
2024-01-18 11:09:00 +01:00 |
|
Michael B. Gale
|
a30791833d
|
C#: Report any extracted file as successfully extracted
|
2024-01-17 20:57:39 +00:00 |
|
Michael Nebel
|
fcb9e473c0
|
C#: Add upgrade and downgrade scripts.
|
2024-01-17 14:08:18 +01:00 |
|
Michael Nebel
|
5e692a882e
|
C#: Update dbscheme with a typekind for inline arrays.
|
2024-01-17 14:01:05 +01:00 |
|
Alexander Eyers-Taylor
|
934474681d
|
Merge pull request #15254 from github/post-release-prep/codeql-cli-2.16.0
Post-release preparation for codeql-cli-2.16.0
|
2024-01-16 14:50:40 +00:00 |
|
Michael Nebel
|
8d64d71583
|
C#: Move the gen kind enum script.
|
2024-01-16 14:18:41 +01:00 |
|
github-actions[bot]
|
57df8b92df
|
Post-release preparation for codeql-cli-2.16.0
|
2024-01-15 15:00:50 +00:00 |
|
Michael Nebel
|
275822f80d
|
Merge pull request #15296 from michaelnebel/csharp/getruntimeargument
C#: Improve getRuntimeArgumentForParameter to consider named arguments.
|
2024-01-12 15:57:17 +01:00 |
|
Michael Nebel
|
dcce93ac4c
|
C#: Address more review comments.
|
2024-01-12 14:07:27 +01:00 |
|
Michael Nebel
|
c68f9b05cd
|
C#: Address review comments.
|
2024-01-12 11:24:37 +01:00 |
|
Owen Mansel-Chan
|
6945289afc
|
Merge pull request #15246 from owen-mc/java/manual-neutral-overrides-generated
C#/Java: Manual neutral summaries should block generated summaries
|
2024-01-12 10:05:18 +00:00 |
|
Michael Nebel
|
b03eecb5ab
|
C#: Add support for named arguments in getRuntimeArgumentForParameter.
|
2024-01-11 16:19:24 +01:00 |
|
Owen Mansel-Chan
|
5e9ddd8c63
|
Apply suggestions from code review on change notes
Co-authored-by: Michael Nebel <michaelnebel@github.com>
|
2024-01-11 15:15:21 +00:00 |
|
Owen Mansel-Chan
|
3c369f88bb
|
Add change notes
|
2024-01-11 14:00:17 +00:00 |
|
Michael Nebel
|
1770beea25
|
C#: Update QL doc for getRuntimeArgumentForParameter.
|
2024-01-11 09:07:15 +01:00 |
|
Michael Nebel
|
4dedc454ae
|
C#: Add change-note.
|
2024-01-11 09:07:15 +01:00 |
|
Michael Nebel
|
b2faf3618c
|
C#: Add support for params parameters in getRuntimeArgumentForParameter.
|
2024-01-11 09:07:14 +01:00 |
|
Owen Mansel-Chan
|
7824e60acd
|
Manual neutral summaries should block generated summaries
|
2024-01-10 22:25:06 +00:00 |
|
Owen Mansel-Chan
|
52563b01b7
|
Factor logic out into interpretNeutral
|
2024-01-10 22:25:04 +00:00 |
|
Tom Hvitved
|
c9cf2a899c
|
Merge pull request #15260 from hvitved/dataflow/may-benefit-from-cctx-simplify
Data flow: Remove column from `mayBenefitFromCallContext`
|
2024-01-10 11:43:15 +01:00 |
|
Tom Hvitved
|
f90201eb56
|
Data flow: Remove column from mayBenefitFromCallContext
|
2024-01-09 11:34:43 +01:00 |
|
Chuan-kai Lin
|
c4e5506a2c
|
Merge pull request #15242 from github/cklin/upgrade-delete-fixes-csharp
C#: Fix upgrade delete directives
|
2024-01-08 07:27:40 -08:00 |
|
github-actions[bot]
|
a6c8cc9551
|
Release preparation for version 2.16.0
|
2024-01-08 13:11:26 +00:00 |
|
Tamas Vajk
|
e70cb1f259
|
Code quality improvement: simplify DataFlowPrivate::isParamsArg
|
2024-01-08 10:00:39 +01:00 |
|
Tamas Vajk
|
91637d49d4
|
Fix null dereference false positive
|
2024-01-08 10:00:39 +01:00 |
|
Tamas Vajk
|
35ee3246bb
|
Add change note
|
2024-01-08 10:00:39 +01:00 |
|
Tamas Vajk
|
7daeeef3a1
|
C#: Improve arg-param mapping logic to consider named arguments passed to params parameters
|
2024-01-08 10:00:39 +01:00 |
|
Tamas Vajk
|
9bb807431d
|
C#: Improve arg-param mapping logic to consider arguments passed to params parameters
|
2024-01-08 10:00:39 +01:00 |
|
Chuan-kai Lin
|
6e25fb129b
|
C#: Fix upgrade delete directives
|
2024-01-05 14:21:08 -08:00 |
|
Michael Nebel
|
a3e2d40392
|
Merge pull request #15222 from michaelnebel/csharp/updatestats
C#: Update DB stats.
|
2024-01-05 09:15:47 +01:00 |
|
Joe Farebrother
|
e8c0fceb81
|
Use post-update nodes for this access in void handler
|
2024-01-04 14:25:39 +00:00 |
|
Joe Farebrother
|
7d11e4486e
|
Adress reveiw comments - update tests to path-problem and support all this qualifiers
|
2024-01-04 14:25:39 +00:00 |
|
Joe Farebrother
|
cdeac9b7f8
|
Add change note + fix qldoc
|
2024-01-04 14:25:39 +00:00 |
|
Joe Farebrother
|
b9754df390
|
Add case for void-returning handler methods
|
2024-01-04 14:25:39 +00:00 |
|
Joe Farebrother
|
00892e127f
|
Add unit test + fix flow step
|
2024-01-04 14:25:38 +00:00 |
|
Joe Farebrother
|
c3cd40fc69
|
Add flow steps from page models
|
2024-01-04 14:25:38 +00:00 |
|
Michael Nebel
|
682aef9548
|
Merge pull request #15212 from michaelnebel/csharp/stringreplace
C#: Fix Log forging false positive.
|
2024-01-04 13:38:29 +01:00 |
|
Michael Nebel
|
4961e659b4
|
C#: Update DB stats.
|
2024-01-04 13:07:49 +01:00 |
|
Michael Nebel
|
b083c35b40
|
Merge pull request #15174 from michaelnebel/csharp/dotnet8runtimemodels
C#: .NET 8 Runtime models.
|
2024-01-03 11:30:59 +01:00 |
|
Michael Nebel
|
31e12f7a06
|
C#: Recognize all overloads of String.Replace as a replace method.
|
2024-01-03 11:08:05 +01:00 |
|
Aditya Sharad
|
b1803d0ac2
|
Merge rc/3.12 into main
|
2023-12-21 16:40:51 -08:00 |
|
Michael Nebel
|
9236a10d98
|
C#: Update .NET Runtime models (.NET 8).
|
2023-12-20 10:56:38 +01:00 |
|
Michael Nebel
|
86881b4e1e
|
C#: Add empty definitions for all extensible model related predicates.
|
2023-12-20 10:22:43 +01:00 |
|
github-actions[bot]
|
8f72b0e4f7
|
Post-release preparation for codeql-cli-2.15.5
|
2023-12-19 10:32:57 +00:00 |
|