Geoffrey White
|
4d5f158652
|
C++: Pivot ReturnKind solution to derive types from SSA + AST, rather than SSA + MAD.
|
2024-04-09 13:49:21 +01:00 |
|
Geoffrey White
|
13734d4e62
|
C++: Improve indirectionForModelledFunction.
|
2024-04-09 12:06:03 +01:00 |
|
Geoffrey White
|
70bb29581d
|
C++: Test failures.
|
2024-04-09 11:53:33 +01:00 |
|
Mathias Vorreiter Pedersen
|
448a9015c0
|
C++: Compute the number of indirections from MaD using a new predicate.
|
2024-04-09 10:33:06 +01:00 |
|
Mathias Vorreiter Pedersen
|
21592563cb
|
C++: Define 'ReturnKind's in terms of SSA instead of 'Function'.
|
2024-04-09 10:32:31 +01:00 |
|
Geoffrey White
|
e3ce7c608b
|
C++: Fix indirection ambiguity in the test.
|
2024-04-08 18:27:51 +01:00 |
|
Geoffrey White
|
087d689997
|
C++: Additional test cases.
|
2024-04-08 18:18:30 +01:00 |
|
Geoffrey White
|
c0c1ab7006
|
C++: Fix code scanning warnings.
|
2024-04-08 16:05:55 +01:00 |
|
Geoffrey White
|
31a246b554
|
Swift: Remove similar non-functional case from Swift as well.
|
2024-04-08 16:05:50 +01:00 |
|
Geoffrey White
|
06d369ba11
|
C++: Remove untested PostUpdateNode code for now, and field cases that don't work anyway.
|
2024-04-08 16:05:18 +01:00 |
|
Geoffrey White
|
b2b2c2016c
|
C++: Update more QLDoc.
|
2024-04-08 16:04:23 +01:00 |
|
Geoffrey White
|
ec515f967d
|
C++: Update QLDoc.
|
2024-04-08 11:57:35 +01:00 |
|
Geoffrey White
|
bdc3d10cdb
|
C++: QLDoc SummaryCall, SourceCallable and SummarizedCallable.
|
2024-04-04 17:13:59 +01:00 |
|
Geoffrey White
|
49ef677b1d
|
C++: Additional test case for function pointers.
|
2024-04-04 16:53:29 +01:00 |
|
Geoffrey White
|
144c19db74
|
C++: Add a test of SummaryCalls, SummarizedCallables and sourceCallables.
|
2024-04-04 16:50:50 +01:00 |
|
Geoffrey White
|
a8742ea111
|
C++: PascalCase and US spelling fixes.
|
2024-04-03 14:17:55 +01:00 |
|
Geoffrey White
|
db60360293
|
C++: Add a test case where a function has a MAD model *and* an implementation.
|
2024-04-02 17:50:00 +01:00 |
|
Geoffrey White
|
9c4567bd6d
|
Swift: Additional models-as-data doc change I missed out in the other PR - neither CPP nor Swift support 'Parameter' with no argument in an access path.
|
2024-04-02 16:18:25 +01:00 |
|
Geoffrey White
|
f2ef4ad6ac
|
C++: Update for the provenance changes.
|
2024-04-02 16:15:08 +01:00 |
|
Geoffrey White
|
57beb73bf7
|
C++: Update for the dataflow hasLocationInfo -> getLocation change made on main.
|
2024-04-02 16:15:06 +01:00 |
|
Geoffrey White
|
f1ead2554f
|
C++: Trivial merge fixes.
|
2024-04-02 16:15:05 +01:00 |
|
Geoffrey White
|
33164c8a43
|
Merge branch 'main' into mad
|
2024-04-02 16:14:53 +01:00 |
|
Geoffrey White
|
11acb499bb
|
Merge pull request #16042 from geoffw0/maddoc
Remove [potentially] untrue claims about models-as-data
|
2024-04-02 16:01:31 +01:00 |
|
Mathias Vorreiter Pedersen
|
0bf742b82d
|
Merge pull request #16089 from MathiasVP/fix-double-free-join
C++: Fix join order in 'cpp/double-free'.
|
2024-04-02 14:15:51 +01:00 |
|
Asger F
|
2feb00bb2e
|
Merge pull request #13303 from asgerf/js/use-server-and-client
JS: Move Directive subclasses into module and support "use client/server"
|
2024-04-02 15:13:45 +02:00 |
|
Michael Nebel
|
c378d6a661
|
Merge pull request #16027 from github/workflow/coverage/update
Update CSV framework coverage reports
|
2024-04-02 14:08:09 +02:00 |
|
Felicity Chapman
|
75eee04f3e
|
Merge pull request #15890 from intrigus-lgtm/patch-9
[cpp-docs] Fix 404 link in guards library doc.
|
2024-04-02 12:49:03 +01:00 |
|
Ian Lynagh
|
e610573411
|
Merge pull request #16078 from igfoo/igfoo/exprs_changes
Kotlin 2: Accept more changes
|
2024-04-02 12:19:17 +01:00 |
|
Ian Lynagh
|
e5999f76b0
|
Merge pull request #16079 from igfoo/igfoo/del
Kotlin 2: Accept some more location changes
|
2024-04-02 12:18:58 +01:00 |
|
Harry Maclean
|
409f46ef7b
|
Merge pull request #14308 from hmac/hmac-rb-csrf-not-enabled
Ruby: Add a query for CSRF protection not enabled
|
2024-04-02 11:30:36 +01:00 |
|
Jeroen Ketema
|
3c8c45872e
|
Merge pull request #16060 from jketema/qual-fix
C++: Output destructor calls for delete expressions
|
2024-04-02 11:49:51 +02:00 |
|
Henry Mercer
|
9409d7fdca
|
Merge pull request #16066 from github/henrymercer/ql-run-diagnostics
QL: Run diagnostics and summary metrics in code scanning
|
2024-04-02 10:45:50 +01:00 |
|
Mathias Vorreiter Pedersen
|
352e7de07d
|
C++: Accept test changes.
|
2024-04-02 10:43:10 +01:00 |
|
Jeroen Ketema
|
01183800a6
|
C++: Fix formatting
|
2024-04-02 11:38:19 +02:00 |
|
Jeroen Ketema
|
9190bf25ce
|
C++: Add example to QLDoc
|
2024-04-02 11:35:43 +02:00 |
|
Mathias Vorreiter Pedersen
|
bd0ddec630
|
C++: Fix join order in 'cpp/double-free'.
|
2024-04-02 09:59:53 +01:00 |
|
Jeroen Ketema
|
a5d4fad806
|
C++: Output destructor calls for delete expressions
|
2024-04-02 10:32:03 +02:00 |
|
Tom Hvitved
|
a8dac17aec
|
Merge pull request #16016 from hvitved/csharp/remove-lgtm-autobuilder-options
C#: Remove support for legacy LGTM options in autobuilder
|
2024-04-02 10:03:10 +02:00 |
|
Erik Krogh Kristensen
|
332c1e3b8a
|
Merge pull request #16026 from erik-krogh/htmlSafeSan
RB: Add barrier guard for `.html_safe?` to the XSS queries
|
2024-04-02 07:54:19 +02:00 |
|
Erik Krogh Kristensen
|
0fd89549da
|
Merge pull request #16033 from github/dependabot/cargo/ql/regex-1.10.4
Bump regex from 1.10.3 to 1.10.4 in /ql
|
2024-04-02 07:52:17 +02:00 |
|
Erik Krogh Kristensen
|
58bf0b709f
|
Merge pull request #16077 from github/dependabot/cargo/ql/chrono-0.4.37
Bump chrono from 0.4.35 to 0.4.37 in /ql
|
2024-04-02 07:51:49 +02:00 |
|
github-actions[bot]
|
55987d9c1f
|
Add changed framework coverage reports
|
2024-04-02 00:16:19 +00:00 |
|
Chuan-kai Lin
|
0bc9318400
|
Merge pull request #16086 from github/post-release-prep/codeql-cli-2.17.0
Post-release preparation for codeql-cli-2.17.0
|
2024-04-01 08:41:39 -07:00 |
|
github-actions[bot]
|
8e61c6625b
|
Post-release preparation for codeql-cli-2.17.0
|
2024-04-01 15:27:42 +00:00 |
|
Chuan-kai Lin
|
6475034b09
|
Merge pull request #16085 from github/release-prep/2.17.0
Release preparation for version 2.17.0
|
2024-04-01 06:53:52 -07:00 |
|
github-actions[bot]
|
ec97d9a304
|
Release preparation for version 2.17.0
|
2024-04-01 13:46:57 +00:00 |
|
Jami
|
d889e3cf98
|
Merge pull request #14854 from jcogs33/jcogs33/unsafe-url-forward-promotion
Java: Promote Unsafe URL Forward query from experimental
|
2024-03-29 16:34:06 -04:00 |
|
Geoffrey White
|
fa26b55452
|
C++: Add models-as-data models for ZMQ networking library + wiring.
|
2024-03-28 21:50:07 +00:00 |
|
Geoffrey White
|
16f9ad06ef
|
C++: Add a test for ZMQ network library sources as well.
|
2024-03-28 21:50:07 +00:00 |
|
Geoffrey White
|
891f05c5ae
|
C++: Add a test for simple sinks involving ZMQ networking library.
|
2024-03-28 21:50:07 +00:00 |
|