Dave Bartolomeo
|
9f074cd8fd
|
Bump a few more versions
Also fixes up some dependency declarations that should have been "*" because they refer to packs in the same workspace.
|
2022-04-08 13:01:41 -04:00 |
|
Edoardo Pirovano
|
f25618eed6
|
Bump minor version of all packs
|
2022-04-08 15:38:58 +01:00 |
|
Edoardo Pirovano
|
ce82c54b94
|
Merge branch 'main' into edoardo/3.5-mergeback
|
2022-04-08 15:30:58 +01:00 |
|
Anders Schack-Mulligen
|
7beed570f2
|
Dataflow: Sync.
|
2022-04-07 13:53:48 +02:00 |
|
Michael Nebel
|
72d4c97463
|
Merge pull request #8628 from michaelnebel/csharp/generatedkind
C#: Introduce generated flag as a part of the kind column for flow summaries
|
2022-04-07 08:43:30 +02:00 |
|
Tom Hvitved
|
02b11084bc
|
C#: Add more tests for cs/useless-cast-to-self
|
2022-04-06 09:36:59 +02:00 |
|
Michael Nebel
|
2562910b94
|
C#: Update Csv validation to allow sources and sink kinds to be prefixed with generated.
|
2022-04-05 14:25:34 +02:00 |
|
Michael Nebel
|
412699f407
|
C#: Modify generator and update test output with updated kind column.
|
2022-04-05 12:51:01 +02:00 |
|
Michael Nebel
|
c2920405fc
|
C#: Add a query for detecting flow summaries that are discarded due to existing handwritten models.
|
2022-04-05 08:55:12 +02:00 |
|
Michael Nebel
|
3937714f9f
|
C#: The CaptureSummaryModels query should only produce summary models that will not be discarded at run-time.
|
2022-04-05 08:55:12 +02:00 |
|
Michael Nebel
|
784327c183
|
Java/Ruby: Hardcode generated flag to false.
|
2022-04-05 08:55:12 +02:00 |
|
Michael Nebel
|
8e1fa35367
|
C#: Add testcase, where generated flow summary is ignored.
|
2022-04-05 08:55:12 +02:00 |
|
Michael Nebel
|
de76df3988
|
C#: Only use generated summaries, if no handwritten model exist for a particular dataflow callable.
|
2022-04-05 08:55:12 +02:00 |
|
Michael Nebel
|
30dc4ae788
|
C#: Add testcase with multiple generated flow summaries.
|
2022-04-05 08:55:12 +02:00 |
|
Michael Nebel
|
689e8f1952
|
C#: Small testcase with a summary flow model that is listed as generated.
|
2022-04-05 08:55:12 +02:00 |
|
Michael Nebel
|
26ad4861a3
|
C#: Introduce parsing of the kind field.
|
2022-04-05 08:55:12 +02:00 |
|
Michael Nebel
|
f8b094ac1f
|
C#: Only use generated flow summaries in case no handwritten summary exists.
|
2022-04-05 08:55:11 +02:00 |
|
Michael Nebel
|
4d953da480
|
C#: Initial steps to allow generated as a part of the kind.
|
2022-04-05 08:55:11 +02:00 |
|
Michael Nebel
|
8c3be653c2
|
C#: Update test output.
|
2022-04-04 16:07:46 +02:00 |
|
Michael Nebel
|
3fe941aae2
|
C#: Add missing empty ext column in generated summaries.
|
2022-04-04 15:58:35 +02:00 |
|
Michael Nebel
|
c6fe54c41b
|
C#: Add script for running CaptureModel queries and generate qll source file.
|
2022-04-04 15:58:35 +02:00 |
|
Michael Nebel
|
25881d673e
|
Merge pull request #8626 from michaelnebel/csharp/equalsgethashcodeoverrides
C#: Exclude Equals and GetHashCode overrides from model generation.
|
2022-04-04 09:40:31 +02:00 |
|
github-actions[bot]
|
6af568b16d
|
Post-release preparation for codeql-cli-2.8.5
|
2022-04-01 16:22:14 +00:00 |
|
Chris Smowton
|
28fa49dcd6
|
dataflow -> data-flow
|
2022-04-01 13:22:58 +01:00 |
|
Michael Nebel
|
81904cc993
|
C#: Refactor isIrrelevantOverrideOrImplementation to make it easier to extend it with more methods later.
|
2022-04-01 13:27:05 +02:00 |
|
github-actions[bot]
|
ee746d20df
|
Release preparation for version 2.8.5
|
2022-04-01 10:39:31 +00:00 |
|
Chris Smowton
|
3b0bd3bc0f
|
Improve wording
|
2022-04-01 11:31:31 +01:00 |
|
Chris Smowton
|
99026a6071
|
Improve wording of isAdditionalFlow/TaintStep qldoc
|
2022-04-01 11:07:27 +01:00 |
|
Michael Nebel
|
5cb2bd9245
|
C#: Exclude IEquatable Equals implementations.
|
2022-04-01 11:39:41 +02:00 |
|
Michael Nebel
|
02a0cbf0f4
|
C#: Add test cases.
|
2022-04-01 11:32:10 +02:00 |
|
Michael Nebel
|
99bbca8c31
|
C#: Exclude overrides of Equals and GetHashCode in model generation.
|
2022-04-01 11:32:10 +02:00 |
|
Michael Nebel
|
f480ab9fd2
|
Merge pull request #8629 from michaelnebel/csharp/capturemodelmetadata
C#: Improve query meta data.
|
2022-04-01 10:40:05 +02:00 |
|
Michael Nebel
|
c139850cd6
|
Merge pull request #8609 from michaelnebel/csharp/operatorsummaries
C#: Operator flow
|
2022-04-01 09:04:04 +02:00 |
|
Michael Nebel
|
01e57e90c9
|
C#: Fix query name for source model generation.
|
2022-04-01 08:54:35 +02:00 |
|
Michael Nebel
|
2edd6d72c0
|
C#: Improve query meta data.
|
2022-03-31 14:56:23 +02:00 |
|
Michael Nebel
|
8238c99199
|
C#: Only include APIs that has a proper namespace.
|
2022-03-30 15:22:32 +02:00 |
|
Michael Nebel
|
5c13391580
|
C#: Add test cases for operators.
|
2022-03-30 15:09:44 +02:00 |
|
Michael Nebel
|
04960fc0c6
|
C#: Filter out explicit and implicit conversion operators, when creating summaries.
|
2022-03-30 15:09:26 +02:00 |
|
Michael Nebel
|
8b08ddf7ad
|
C#: Use callables qualified name instead of name, when printing summary like information.
|
2022-03-30 15:05:57 +02:00 |
|
Michael Nebel
|
4163078ecc
|
C#: The qualified name of the operator should use the function name instead of the displayed name.
|
2022-03-30 15:05:03 +02:00 |
|
Michael Nebel
|
db7abb429f
|
C#: Remove unneeded exists.
|
2022-03-29 14:59:32 +02:00 |
|
Michael Nebel
|
6be41b0c29
|
C#/Java: Address review comments.
|
2022-03-29 14:52:57 +02:00 |
|
Michael Nebel
|
b0a24a7a44
|
C#: Change the implementation on getAnInput and getAnOutput based on hvitveds recommendations.
|
2022-03-29 14:52:57 +02:00 |
|
Michael Nebel
|
c2196a04aa
|
C#: Update the description of the telemetry queries.
|
2022-03-29 14:52:57 +02:00 |
|
Michael Nebel
|
bfb206c810
|
C#: Let ExternalApi extend DataFlowCallable instead of Callable.
|
2022-03-29 14:52:57 +02:00 |
|
Michael Nebel
|
e1d4c1b68c
|
C#/Java: Reorder code in terms of dependency, rename ExternalAPI to ExternalApi and add some missing predicate qualifiers.
|
2022-03-29 14:52:52 +02:00 |
|
Michael Nebel
|
4f00666591
|
C#: Add query and test case for supported external taint.
|
2022-03-29 14:49:37 +02:00 |
|
Michael Nebel
|
03c1bf6d87
|
C#: Mark Xunit as uninteresting.
|
2022-03-29 14:49:37 +02:00 |
|
Michael Nebel
|
18b1b51d07
|
C#: Add test for known sources telemetry query.
|
2022-03-29 14:49:37 +02:00 |
|
Michael Nebel
|
1f1059bfc6
|
C#: Add telemetry query for supported sources.
|
2022-03-29 14:49:37 +02:00 |
|