edvraa
|
98261a63c5
|
typo accessibe -> accessible
|
2021-07-12 01:13:39 +03:00 |
|
edvraa
|
89c4102462
|
HttpOnly and Secure cookie queries
|
2021-07-12 01:13:39 +03:00 |
|
Tom Hvitved
|
4de4753c67
|
C#: Remove Query.qll top-level modules
|
2021-07-04 09:35:27 +02:00 |
|
Tom Hvitved
|
c812d4e4e8
|
C#: Add Query suffix to libraries that should only be imported by queries
|
2021-07-04 09:35:26 +02:00 |
|
github-actions[bot]
|
55aff21587
|
Add changed framework coverage reports
|
2021-07-02 00:09:02 +00:00 |
|
Tamás Vajk
|
05842dcdb3
|
Merge pull request #6181 from tamasvajk/feature/test-options-files
C#: Start using 'options' files in tests
|
2021-07-01 17:03:27 +02:00 |
|
Tamas Vajk
|
5e2770339f
|
Add adjusted expected files
|
2021-07-01 16:09:11 +02:00 |
|
Tamas Vajk
|
03d1a3e0ad
|
Trim test files + remove duplicate newlines
|
2021-07-01 16:09:11 +02:00 |
|
Tamas Vajk
|
4900ecfabe
|
Manual fixes
|
2021-07-01 16:09:11 +02:00 |
|
Tamas Vajk
|
c29d11087b
|
C#: Start using 'options' files in tests
|
2021-07-01 16:08:47 +02:00 |
|
Anders Schack-Mulligen
|
37f8794d01
|
Merge pull request #6165 from edoardopirovano/fix-regression
Performance: Improve join order in data flow library
|
2021-07-01 14:13:18 +02:00 |
|
Tamás Vajk
|
10a6089739
|
Merge pull request #6148 from tamasvajk/feature/try-csv-source-models
C#: Start using CSV based flow models
|
2021-06-30 12:58:42 +02:00 |
|
Tamas Vajk
|
0946ae2ae9
|
Fix review findings
|
2021-06-30 11:39:51 +02:00 |
|
Edoardo Pirovano
|
8354f66c29
|
Performance: Improve join order in data flow library
|
2021-06-29 18:23:22 +01:00 |
|
Chris Smowton
|
bb5fefa47f
|
Sync FlowSummaryImpl.qll
|
2021-06-29 15:59:55 +01:00 |
|
Chris Smowton
|
28ab4c083b
|
Make interpretSpec/3 private again
|
2021-06-29 15:59:43 +01:00 |
|
Chris Smowton
|
036733d3e7
|
Sync FlowSummaryImpl.qll
|
2021-06-29 15:59:43 +01:00 |
|
Tom Hvitved
|
125d435d62
|
C#: Address review comments
|
2021-06-29 10:50:45 +02:00 |
|
Tamas Vajk
|
3b5856907f
|
Add updated C# framework coverage report
|
2021-06-28 11:29:46 +02:00 |
|
Tamas Vajk
|
a90a86bcbf
|
Fix flow from Element of Argument[0] for Int32.TryParse(ReadOnlySpan<Char>,...
|
2021-06-28 11:20:32 +02:00 |
|
Tamas Vajk
|
1d8b19e153
|
Adjust coverage report generator to allow multiple sink identifiers per CWE
|
2021-06-28 11:20:32 +02:00 |
|
Tamas Vajk
|
2a75989881
|
Migrate StringContent sink to CSV format
|
2021-06-28 11:20:32 +02:00 |
|
Tamas Vajk
|
5aba7142e8
|
C#: Add framework coverage report
|
2021-06-28 11:20:32 +02:00 |
|
Tamas Vajk
|
016e8fb2cf
|
Adjust framework coverage jobs to cover C#
|
2021-06-28 11:20:32 +02:00 |
|
Tamas Vajk
|
b7a43dccd3
|
C#: Migrate System.Int32 flow summaries to CSV
|
2021-06-28 11:20:32 +02:00 |
|
Tamas Vajk
|
a9ccd65fa9
|
C#: Migrate System.Web.HttpResponse sinks to CSV
|
2021-06-28 11:20:32 +02:00 |
|
Tamas Vajk
|
45568d5b10
|
C#: Convert System.Console.Read* local flow source to CSV
|
2021-06-28 11:20:32 +02:00 |
|
Tamas Vajk
|
9606816c39
|
Fix missing summarizedCallable case
|
2021-06-28 11:20:32 +02:00 |
|
Tom Hvitved
|
4f8a103df2
|
C#: Add active preprocessor conditions as suffix in all TRAP .push instructions
|
2021-06-28 10:34:42 +02:00 |
|
Tom Hvitved
|
e624fb46f9
|
Merge pull request #6152 from hvitved/csharp/dataflow/csv-out-ref
|
2021-06-25 18:02:59 +02:00 |
|
Anders Schack-Mulligen
|
2d24387e9e
|
Merge pull request #6149 from edoardopirovano/fix-java-regression
Performance: Fix bad join order in Java dataflow library
|
2021-06-25 10:42:05 +02:00 |
|
Tom Hvitved
|
7a9f9e245f
|
C#: Handle CSV data-flow summaries with out/ref parameters
|
2021-06-24 18:34:25 +02:00 |
|
Anders Schack-Mulligen
|
95ad8b55fe
|
Merge pull request #6107 from aschackmull/dataflow/implicit-reads
Dataflow: Add support for implicit reads
|
2021-06-24 15:38:35 +02:00 |
|
Anders Schack-Mulligen
|
01fc3e6559
|
C++/C#/Java/Python: Add change notes.
|
2021-06-24 14:29:34 +02:00 |
|
Anders Schack-Mulligen
|
cd0efbe7ce
|
Dataflow: Sync.
|
2021-06-24 14:19:17 +02:00 |
|
Tamás Vajk
|
173be0cce0
|
Merge pull request #6144 from tamasvajk/feature/stub-dapper
C#: Change Dapper stub to nuget-based one (stub also System.Data.SqlC…
|
2021-06-24 11:41:12 +02:00 |
|
Edoardo Pirovano
|
0909c9ff22
|
Performance: Fix bad join order in dataflow library
|
2021-06-24 08:24:17 +01:00 |
|
Tamás Vajk
|
8518e7c5a3
|
Merge pull request #6146 from tamasvajk/feature/stub-nhibernate
C#: Change nHibernate stub to nuget-based one
|
2021-06-23 18:00:45 +02:00 |
|
Tamas Vajk
|
b0447089d9
|
C#: Change Dapper stub to nuget-based one (stub also System.Data.SqlClient)
|
2021-06-23 15:04:57 +02:00 |
|
Tamas Vajk
|
f352bcb0a3
|
C#: Change nHibernate stub to nuget-based one
|
2021-06-23 13:55:19 +02:00 |
|
Tamas Vajk
|
1188e1b678
|
Fix extra constructor stubbing
|
2021-06-23 13:50:54 +02:00 |
|
Tamas Vajk
|
e200ecde4a
|
C#: Change Newtonsoft.Json stub to nuget-based one
|
2021-06-23 13:49:11 +02:00 |
|
Tamas Vajk
|
09dd615c6b
|
Regenerate stubs (add System.Void struct)
|
2021-06-23 11:38:41 +02:00 |
|
Tamas Vajk
|
d698f0ae27
|
Fix VoidType handling
|
2021-06-23 11:30:47 +02:00 |
|
Tamas Vajk
|
133d760659
|
Regenerate stubs to update nested class names in comments
|
2021-06-23 09:53:39 +02:00 |
|
Tamas Vajk
|
9ba1529f19
|
Fix nested class names in comments of stubs expected test file
|
2021-06-23 09:38:29 +02:00 |
|
Tamas Vajk
|
b40b6f40b6
|
Change frameworks folder to _frameworks
|
2021-06-23 09:26:55 +02:00 |
|
Tamas Vajk
|
5b2be8ce2d
|
Fix code review findings
|
2021-06-23 09:26:55 +02:00 |
|
Tom Hvitved
|
026bcc72f2
|
C#: Improve performance of stubbing library
|
2021-06-23 09:26:54 +02:00 |
|
Tamas Vajk
|
405c008b47
|
Fix conversion operator stubbing + reduce skipped ctor noise in stubs
|
2021-06-23 09:26:54 +02:00 |
|