Tom Hvitved
|
e949458add
|
Merge pull request #10066 from hvitved/csharp/underlying-as-callable
C#: Include both source code and hand-written summaries in data flow
|
2022-08-18 12:01:49 +02:00 |
|
Tom Hvitved
|
93830f43cc
|
Address review comment
|
2022-08-18 10:06:26 +02:00 |
|
Erik Krogh Kristensen
|
e93ff8672c
|
Merge pull request #10075 from erik-krogh/depOld
delete old deprecations
|
2022-08-17 21:21:57 +02:00 |
|
erik-krogh
|
2622c78766
|
add change-notes
|
2022-08-17 13:55:16 +02:00 |
|
Tom Hvitved
|
355c1f5959
|
Merge pull request #10035 from hvitved/ssa/phi-reads
SSA: Improve use-use calculation using "phi read nodes"
|
2022-08-17 13:43:00 +02:00 |
|
Tom Hvitved
|
d8f7861ab1
|
C#: Include both source code and hand-written summaries in data flow
Still, generated summaries are only included when there is no source code.
|
2022-08-17 11:57:24 +02:00 |
|
erik-krogh
|
e69f4cd1b3
|
delete another dead file (thanks to the dead-code query)
|
2022-08-16 22:42:48 +02:00 |
|
erik-krogh
|
42049b1c0e
|
delete dead code (thanks QL-for-QL)
|
2022-08-16 22:35:42 +02:00 |
|
erik-krogh
|
507e0aa164
|
delete import to deprecated file
|
2022-08-16 22:35:03 +02:00 |
|
erik-krogh
|
1568763eec
|
delete two dead predicates
|
2022-08-16 22:34:55 +02:00 |
|
erik-krogh
|
514f98cd44
|
delete entire file that was deprecated
|
2022-08-16 22:29:52 +02:00 |
|
erik-krogh
|
5586c9a17e
|
delete old deprecations
|
2022-08-16 22:27:15 +02:00 |
|
Tom Hvitved
|
4901deb796
|
Merge pull request #10004 from hvitved/csharp/mad-this-rename
C#: Rename `Argument[Qualifier]` to `Argument[this]` in MaD
|
2022-08-16 15:09:51 +02:00 |
|
Tom Hvitved
|
7395587244
|
Sync files
|
2022-08-16 14:07:39 +02:00 |
|
Tom Hvitved
|
611a6807bc
|
SSA: Improve use-use calculation using "phi read nodes"
|
2022-08-16 14:07:38 +02:00 |
|
Tom Hvitved
|
e4c257db74
|
C#: Rename Argument[Qualifier] to Argument[this] in MaD
|
2022-08-16 13:24:41 +02:00 |
|
Alex Ford
|
d02ad51d74
|
Merge pull request #10032 from github/post-release-prep/codeql-cli-2.10.3
Post-release preparation for codeql-cli-2.10.3
|
2022-08-16 12:04:07 +01:00 |
|
Michael Nebel
|
15906338dc
|
Merge pull request #9923 from michaelnebel/csharp/webgoat
C#: SQL Injection improvements for SQLite.
|
2022-08-15 13:22:25 +02:00 |
|
Michael Nebel
|
79a716488b
|
Merge pull request #10003 from michaelnebel/csharp/stubsenum
C#: Stub generator improvements.
|
2022-08-15 12:14:06 +02:00 |
|
Anders Schack-Mulligen
|
a3fb54c9de
|
Merge pull request #10007 from aschackmull/dataflow/source-node-identity
Dataflow: Fix identification of source PathNodes in the presence of source-to-source flow
|
2022-08-15 10:39:17 +02:00 |
|
Tamás Vajk
|
1d56330baa
|
Merge pull request #9782 from tamasvajk/cs/newtonsoft-deserialization
C#: Fix unsafe deserialization with `JsonConvert.DeserializeObject`
|
2022-08-12 14:46:41 +02:00 |
|
Michael Nebel
|
d3047f6293
|
C#: Update calling convetion QL doc to comply with standard.
|
2022-08-12 13:01:15 +02:00 |
|
Michael Nebel
|
9ae17f93da
|
C#: Stub generator support for function pointer types.
|
2022-08-12 13:01:15 +02:00 |
|
github-actions[bot]
|
21d0c78376
|
Post-release preparation for codeql-cli-2.10.3
|
2022-08-11 23:20:39 +00:00 |
|
github-actions[bot]
|
57c4f9145b
|
Release preparation for version 2.10.3
|
2022-08-11 11:12:15 +00:00 |
|
Erik Krogh Kristensen
|
73df8e4c7d
|
Merge pull request #9832 from erik-krogh/misspellings
Fix lots of misspellings
|
2022-08-11 12:43:26 +02:00 |
|
Tamas Vajk
|
7a406d8e41
|
C#: Fix unsafe deserialization with JsonConvert.DeserializeObject
Remove false positives when `JsonConvert.DeserializeObject` is called with not necessarily unsafe settings.
|
2022-08-11 11:00:46 +02:00 |
|
Michael Nebel
|
b817bd43ca
|
Merge pull request #10005 from michaelnebel/csharp/constructorsummaries
C#: Constructor summaries
|
2022-08-11 09:16:05 +02:00 |
|
Erik Krogh Kristensen
|
887f6557ed
|
fix common misspellings throughout github/codeql
|
2022-08-10 23:21:41 +02:00 |
|
Tamás Vajk
|
b2c22dacc2
|
Merge pull request #9769 from tamasvajk/fix/ctor-field-flow
C#: Fix dataflow for default constructors
|
2022-08-10 15:06:25 +02:00 |
|
Anders Schack-Mulligen
|
abad133ab5
|
Dataflow: Fix identification of source PathNodes in the presence of source-to-source flow.
|
2022-08-10 15:02:56 +02:00 |
|
Michael Nebel
|
36a713510c
|
C#: Add summary models for the FileStream constructor.
|
2022-08-10 14:49:20 +02:00 |
|
Michael Nebel
|
5659db73d3
|
C#: Update alle manually written summaries for constructors to use Argument[Qualifier] instead of ReturnValue.
|
2022-08-10 14:17:16 +02:00 |
|
Michael Nebel
|
f1cc7bb60c
|
C#: Consider FileStreams StoredFlowSources and propagate taint via StreamReader.
|
2022-08-10 11:08:27 +02:00 |
|
Michael Nebel
|
fd67c34ee4
|
C#: Add sinks and summaries for adapters with tainted commands.
|
2022-08-10 11:08:27 +02:00 |
|
Michael Nebel
|
aa13ab31e1
|
C#: Add SQLiteDataAdapter sinks.
|
2022-08-10 11:08:27 +02:00 |
|
Michael Nebel
|
6f9f771f58
|
C#: Add SQLiteCommand sinks.
|
2022-08-10 11:08:27 +02:00 |
|
Erik Krogh Kristensen
|
559ec7ba56
|
Merge branch 'main' into repeatedWord
|
2022-08-09 21:22:47 +02:00 |
|
Michael Nebel
|
b90a404658
|
Merge pull request #9636 from michaelnebel/csharp/sinkmodelcsv
C#: Convert Sinks to CSV format for SymmetricAlgorithm.
|
2022-08-09 09:05:12 +02:00 |
|
Tom Hvitved
|
dd465e739b
|
Code review suggestion
|
2022-08-09 07:46:27 +02:00 |
|
Tamas Vajk
|
36c913061c
|
C#: Fix dataflow for default constructors
|
2022-08-09 07:46:27 +02:00 |
|
Anders Schack-Mulligen
|
aa3655678e
|
Merge pull request #9823 from aschackmull/dataflow/stage-module
Dataflow: Replace stage duplication with parameterised modules.
|
2022-08-08 10:56:32 +02:00 |
|
Anders Schack-Mulligen
|
3d47875b60
|
Dataflow: Generate shorter RA/DIL names.
|
2022-08-05 11:00:56 +02:00 |
|
Anders Schack-Mulligen
|
d3dcc3ce3a
|
Dataflow: Sync.
|
2022-08-05 11:00:56 +02:00 |
|
Michael Nebel
|
64e8660904
|
C#: Simplification of AspNetCoreRemoteFlowSourceMember.
|
2022-08-04 14:18:25 +02:00 |
|
Alex Ford
|
8e3548efb3
|
Merge branch 'main' into post-release-prep/codeql-cli-2.10.2
|
2022-08-02 20:29:26 +01:00 |
|
Michael Nebel
|
02165e8ee1
|
Merge pull request #9327 from michaelnebel/csharp/dotnetruntimerefresh
C#: Re-create summary models and include source and sink models as well.
|
2022-08-01 16:15:54 +02:00 |
|
github-actions[bot]
|
e8747d3176
|
Post-release preparation for codeql-cli-2.10.2
|
2022-07-28 20:00:09 +00:00 |
|
github-actions[bot]
|
212786ed91
|
Release preparation for version 2.10.2
|
2022-07-28 13:38:35 +00:00 |
|
Paolo Tranquilli
|
9b26921cb6
|
Control flow: add order disambuigation customization
|
2022-07-28 09:11:42 +02:00 |
|