Michael Nebel
|
d7bf024318
|
Java: Add testcase for generated summary model.
|
2022-04-05 14:25:34 +02:00 |
|
Michael Nebel
|
0374f84c05
|
Java: Make support for generated as a part of kind.
|
2022-04-05 14:25:34 +02:00 |
|
Michael Nebel
|
3a04e9a03d
|
Java: Update java capture models with new kind column (including tests).
|
2022-04-05 12:55:47 +02:00 |
|
Michael Nebel
|
412699f407
|
C#: Modify generator and update test output with updated kind column.
|
2022-04-05 12:51:01 +02:00 |
|
Rasmus Wriedt Larsen
|
5b96db26b3
|
Python: Rewrite concepts to use extends ... instanceof ...
This solved performance problems experienced in
https://github.com/github/codeql/pull/8634, and this commit+PR is to
ensure we get this change in as fast as possible.
|
2022-04-05 12:34:15 +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
|
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 |
|
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 |
|
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 |
|
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 |
|
Jeroen Ketema
|
4f49f9d6e1
|
C++: Remove exception from cpp/unused-local-variable that is no longer needed
|
2022-04-01 18:32:46 +02:00 |
|
Jeroen Ketema
|
3fed59fd13
|
C++: Add more lambda capture IR tests
|
2022-04-01 18:32:45 +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
|
3119885a9b
|
Merge pull request #8638 from smowton/smowton/docs/additional-flow-step-description
Improve wording of isAdditionalFlow/TaintStep qldoc
|
2022-04-01 16:41:04 +01:00 |
|
Paolo Tranquilli
|
a323cce03e
|
Merge pull request #8630 from redsun82/bazel-workspace
Bazel: add skeleton bazel workspace
|
2022-04-01 15:46:59 +02:00 |
|