dependabot[bot]
|
8600d2d12d
|
Bump Newtonsoft.Json in /csharp/autobuilder/Semmle.Autobuild.CSharp
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/13.0.1...13.0.2)
---
updated-dependencies:
- dependency-name: Newtonsoft.Json
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-12-08 15:01:05 +00:00 |
|
Michael Nebel
|
670ae6c84c
|
Merge pull request #11593 from michaelnebel/csharp/patternmatchspan
C#: Pattern match Span<char> and ReadOnlySpan<char> against a constant string.
|
2022-12-08 13:53:00 +01:00 |
|
Michael Nebel
|
5883957a67
|
Merge pull request #11589 from michaelnebel/csharp/numericintptr
C#: nint/System.IntPtr and nuint/System.UIntPtr are indistinguishable…
|
2022-12-08 13:52:44 +01:00 |
|
Chris Smowton
|
49bc524fd0
|
Merge remote-tracking branch 'origin/rc/3.8' into smowton/admin/merge-rc38-into-main
|
2022-12-08 11:12:30 +00:00 |
|
Jami Cogswell
|
aa7e6d7811
|
Java: add negative numbers
|
2022-12-07 17:17:35 -05:00 |
|
Michael Nebel
|
468b05ccda
|
C#: Expressions of type Span<char> and ReadOnlySpan<char> can be matched against constant strings.
|
2022-12-07 14:31:51 +01:00 |
|
Michael Nebel
|
2d9975d73f
|
C#: nint/System.IntPtr and nuint/System.UIntPtr are indistinguishable by the extractor.
|
2022-12-07 13:45:23 +01:00 |
|
Tom Hvitved
|
51f11f19cc
|
Merge pull request #11576 from ethanwilloner/main
csharp: URI should be Uri in Owin.qll library.
|
2022-12-07 09:34:51 +01:00 |
|
Jami Cogswell
|
b82f9b1911
|
Java: add draft of generated vs manual MaD metrics query
|
2022-12-06 22:15:19 -05:00 |
|
Ethan Willoner
|
64f58061b7
|
Rename 2022-12-05-owin-uri-fix.md. to 2022-12-05-owin-uri-fix.md
|
2022-12-06 09:13:28 -08:00 |
|
Ethan Willoner
|
574d6d6119
|
Fix comment.
Co-authored-by: Tom Hvitved <hvitved@github.com>
|
2022-12-06 09:10:22 -08:00 |
|
Michael Nebel
|
27efb0d843
|
C#: Rename -> for .
|
2022-12-06 13:53:50 +01:00 |
|
Michael Nebel
|
29ccac8e93
|
C#: Address review comments.
|
2022-12-06 12:05:48 +01:00 |
|
Michael Nebel
|
6b35098fb7
|
C#: Replace more uses of getQualifiedName/0.
|
2022-12-06 11:59:13 +01:00 |
|
Michael Nebel
|
0a3295ef3f
|
C#: Address review comments.
|
2022-12-06 11:59:13 +01:00 |
|
Michael Nebel
|
ae4f4d6df4
|
C#: Add change note about deprecation of hasQualifiedName/1.
|
2022-12-06 11:59:13 +01:00 |
|
Michael Nebel
|
f7a1a4a9b7
|
C#: Add some missing this qualifiers.
|
2022-12-06 11:59:13 +01:00 |
|
Michael Nebel
|
38e906f854
|
C#: Use hasQualifiedName instead of getQualifiedName.
|
2022-12-06 11:59:13 +01:00 |
|
Michael Nebel
|
c24302bec2
|
C#: Replace all uses of the deprecated hasQualifiedName/1 predicate.
|
2022-12-06 11:59:12 +01:00 |
|
Michael Nebel
|
315a3a5ed3
|
C#: Add hasQualifiedName/3 including overrides where relevant and re-write some of the existing hasQualifiedName/2 predicates.
|
2022-12-06 11:59:12 +01:00 |
|
Michael Nebel
|
38565407c5
|
C#: Add small module with relevant printing predicates.
|
2022-12-06 11:59:12 +01:00 |
|
Michael Nebel
|
86c021ef7e
|
C#: Deprecate hasQualifiedName/1.
|
2022-12-06 11:59:12 +01:00 |
|
Tom Hvitved
|
b5e2e1e469
|
Merge pull request #11564 from hvitved/dataflow/parameter-position-consistency-checks
Data flow: Add consistency checks for parameter positions
|
2022-12-06 09:33:36 +01:00 |
|
Michael Nebel
|
cd5c0bec33
|
Merge pull request #11527 from michaelnebel/java/regeneratemodels
Java/C#: Delete old model generator scripts and update Java model re-generator script.
|
2022-12-06 09:24:13 +01:00 |
|
Ethan Willoner
|
b886157f52
|
Add change note.
|
2022-12-06 00:27:17 +00:00 |
|
Ethan Willoner
|
82c0449d56
|
Fix bug: In OwinRequest URI should be Uri.
|
2022-12-06 00:01:17 +00:00 |
|
Tom Hvitved
|
52f3a48638
|
Data flow: Sync files
|
2022-12-05 12:57:27 +01:00 |
|
Tom Hvitved
|
faca4b5b56
|
Merge pull request #11461 from hvitved/ruby/unique-hash-splat-param
Ruby: At most one hash-splat `ParameterNode` per callable
|
2022-12-05 11:53:28 +01:00 |
|
Michael Nebel
|
243b94b54a
|
Java/C#: Delete old model generator scripts and rename the new ones.
|
2022-12-05 11:39:44 +01:00 |
|
Jami
|
edfcc0cd6d
|
Merge pull request #11487 from jcogs33/jcogs33/supportedexternalapis-telemetry-query
Java/C#: add SupportedExternalApis telemetry query
|
2022-12-02 13:27:51 -05:00 |
|
github-actions[bot]
|
5e35785fd0
|
Post-release preparation for codeql-cli-2.11.5
|
2022-12-02 11:37:44 +00:00 |
|
Michael Nebel
|
fb670325d8
|
Java/C#: Add query for aiding the conversion of existing negative models.
|
2022-12-02 12:18:50 +01:00 |
|
Michael Nebel
|
95e65347ca
|
Merge pull request #11455 from michaelnebel/java/flowtestcaseextensions
Java: Update the flow test case generator to produce data extensions.
|
2022-12-02 12:15:16 +01:00 |
|
Jami Cogswell
|
aa633412f4
|
add change notes
|
2022-12-01 15:25:45 -05:00 |
|
Jami Cogswell
|
b789534b6c
|
add csharp tests
|
2022-12-01 15:11:16 -05:00 |
|
github-actions[bot]
|
31ab22e3a0
|
Release preparation for version 2.11.5
|
2022-12-01 20:05:14 +00:00 |
|
Jami Cogswell
|
f1ebaf1ae1
|
add csharp query
|
2022-12-01 13:56:13 -05:00 |
|
Tom Hvitved
|
b33f5925bb
|
Data flow: Sync files
|
2022-11-30 13:39:25 +01:00 |
|
Owen Mansel-Chan
|
55c4643b20
|
Dataflow: Sync.
|
2022-11-30 11:00:07 +00:00 |
|
Tom Hvitved
|
5bcb9b285a
|
Merge pull request #11142 from JarLob/const
C#: Extend `Constant Condition` query with `String.IsNullOrEmpty`.
|
2022-11-29 14:32:48 +01:00 |
|
Tom Hvitved
|
b075c55a60
|
Merge pull request #11449 from hvitved/csharp/autobuild-env-vars-integration-test
C#: Add integration test that checks whether env vars are passed through autobuilder
|
2022-11-29 13:43:15 +01:00 |
|
Michael Nebel
|
d2c458c066
|
Java/C#: Correction of autogenerated comment(s) produced by the model generator.
|
2022-11-29 13:05:18 +01:00 |
|
Tom Hvitved
|
f3dca95958
|
Merge pull request #11087 from hvitved/dataflow/summary-ctx
Data flow: Add summary/return context to pruning stages 2-4
|
2022-11-29 10:36:53 +01:00 |
|
Tom Hvitved
|
1e63893411
|
C#: Add integration test that checks whether env vars are passed through autobuilder
|
2022-11-28 13:12:24 +01:00 |
|
Tom Hvitved
|
cde05e1190
|
Data flow: Sync files
|
2022-11-28 12:11:38 +01:00 |
|
Michael Nebel
|
cb4a7e22f0
|
Merge pull request #11395 from michaelnebel/csharp/externalflowcleanup
C#: ExternalFlow.qll cleanup.
|
2022-11-24 10:28:58 +01:00 |
|
Erik Krogh Kristensen
|
1eec067474
|
Merge pull request #11294 from erik-krogh/fileDoc
QL: improve the "this block-comment should have been a QLDoc"-query
|
2022-11-23 22:23:36 +01:00 |
|
Tom Hvitved
|
3fbe089f65
|
Merge pull request #11387 from hvitved/csharp/autobuild-options-split
C#: Split `AutobuildOptions` into C#/C++ specific classes
|
2022-11-23 19:30:48 +01:00 |
|
Michael Nebel
|
2684b3f396
|
C#: Make bi-directional import of Servicestack remote flow source definitions.
|
2022-11-23 16:59:40 +01:00 |
|
Michael Nebel
|
582cfb9330
|
C#: Remove the frameworks module in ExternalFlow as MaD models are no longer inlined in the code.
|
2022-11-23 16:20:36 +01:00 |
|