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
|
1f72f6c2cd
|
Merge pull request #8559 from michaelnebel/csharp/generateflowmodelsscript
C#: Generate Flow Models script
|
2022-04-05 08:43:22 +02:00 |
|
Harry Maclean
|
1df1f42589
|
Fail workflow if files cannot be uploaded
|
2022-04-05 14:16:42 +12:00 |
|
Harry Maclean
|
5739a3b4e8
|
Fix typo
|
2022-04-05 14:14:39 +12:00 |
|
Harry Maclean
|
342bb17fb6
|
Simplify shell script
|
2022-04-05 14:03:29 +12:00 |
|
Harry Maclean
|
de743418e2
|
Add more validations to workflow inputs
|
2022-04-05 13:36:34 +12:00 |
|
Harry Maclean
|
815c6f4113
|
Use env vars instead of contexts
|
2022-04-05 12:03:10 +12:00 |
|
Harry Maclean
|
8f3578c92a
|
Ruby: Include query results in test
|
2022-04-05 10:20:02 +12:00 |
|
Robert Marsh
|
a3072fcd83
|
Merge pull request #8664 from geoffw0/privdata3
C++: More enhancements to PrivateData.qll
|
2022-04-04 14:43:19 -04:00 |
|
ihsinme
|
73de757f39
|
Update DangerousUseOfExceptionBlocks.ql
|
2022-04-04 21:38:03 +03:00 |
|
Geoffrey White
|
04b8306f06
|
C++: Add some more patterns.
|
2022-04-04 16:57:00 +01:00 |
|
Geoffrey White
|
d2e7f22d1b
|
C++: Group all phone number related exprs together.
|
2022-04-04 16:48:03 +01:00 |
|
Geoffrey White
|
d42ee7d279
|
C++: Extend tests.
|
2022-04-04 16:46:56 +01: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 |
|
Marcono1234
|
6dd14a6cb3
|
Java: Fix reflection predicate for getMethod having non-public method result
|
2022-04-04 15:10:49 +02:00 |
|
Tom Hvitved
|
415a1c2107
|
Java/C#: Update CaptureModels.qll
|
2022-04-04 13:51:44 +02:00 |
|
Tom Hvitved
|
57f2a74636
|
Python: Implement ContentSet
|
2022-04-04 13:51:44 +02:00 |
|
Tom Hvitved
|
7113c1b29c
|
C#: Implement ContentSet
|
2022-04-04 13:51:44 +02:00 |
|
Tom Hvitved
|
b91858e7cf
|
Java: Implement ContentSet
|
2022-04-04 13:51:44 +02:00 |
|
Tom Hvitved
|
d99bb65ea9
|
C++: Implement ContentSet
|
2022-04-04 13:51:44 +02:00 |
|
Tom Hvitved
|
725d76e934
|
Ruby: Implement ContentSet
|
2022-04-04 13:51:44 +02:00 |
|
Tom Hvitved
|
c4fbc618a9
|
Data flow: Sync files
|
2022-04-04 13:51:44 +02:00 |
|
Tom Hvitved
|
309fd937c1
|
Data flow: Introduce ContentSet
|
2022-04-04 13:51:43 +02:00 |
|
Tom Hvitved
|
a5040fd0ce
|
Ruby: Add data-flow test for reverse array stores
|
2022-04-04 13:51:43 +02:00 |
|
Asger F
|
de169277cb
|
Merge pull request #8576 from asgerf/js/decorated-method-or-class
JS: Add decorator edges in API graphs and corresponding MaD tokens
|
2022-04-04 12:49:28 +02:00 |
|
Jeroen Ketema
|
e91c04234e
|
C++: Update tests for copy constructor calls with implied source
|
2022-04-04 12:48:02 +02:00 |
|
Jeroen Ketema
|
e710cf7921
|
C++: Add tests for copy constructor direct initializations
|
2022-04-04 12:48:01 +02:00 |
|
Jeroen Ketema
|
82b1cd69d2
|
Merge pull request #8554 from jketema/bitwise-lambda-capture-init
C++: Handle bitwise copies in lambda captures
|
2022-04-04 12:23:05 +02:00 |
|
Michael Nebel
|
3466adaf8c
|
C#: Add kind tag to Capture model queries.
|
2022-04-04 11:00:58 +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 |
|
Harry Maclean
|
ee81bf2767
|
Use --paginate to get all comments
|
2022-04-04 10:21:26 +12:00 |
|
Harry Maclean
|
1cf2530feb
|
Use environment variable instead of GH context
|
2022-04-04 10:18:41 +12:00 |
|
Harry Maclean
|
c2b94e8d1d
|
Rename workflow to reflect its generic nature
This workflow can (pretty much) be used by any other workflow that wants
to post a PR comment.
|
2022-04-04 10:16:48 +12:00 |
|
Harry Maclean
|
e34911118f
|
Use gh api instead of third-party actions
Also move more steps to the unprivileged workflow.
|
2022-04-04 10:16:48 +12:00 |
|
Harry Maclean
|
9116dbd670
|
Update QHelp PR comment if it already exists
If we've already commented on a PR with a preview of the QHelp changes,
then update the existing comment instead of creating a new one.
|
2022-04-04 10:16:48 +12:00 |
|
Tom Hvitved
|
50dc3820c6
|
Merge pull request #8589 from hvitved/regex/speedup-concretise
|
2022-04-03 17:56:07 +02:00 |
|
ihsinme
|
61860c9ae9
|
Update DangerousUseOfExceptionBlocks.ql
|
2022-04-02 13:44:40 +03:00 |
|
Jeroen Ketema
|
e1fa58a6f2
|
C++: Update tests after generating reference conversion
|
2022-04-01 18:32:46 +02:00 |
|
Jeroen Ketema
|
1d51b618d1
|
C++: Update tests for handling op bitwise copy in lambda captures
|
2022-04-01 18:32:46 +02:00 |
|
Jeroen Ketema
|
dea510ac95
|
C++: Add change note for cpp/unused-local-variable changes
|
2022-04-01 18:32:46 +02:00 |
|