Paolo Tranquilli
|
33b6ce7365
|
Swift: update formatting to clang-format 17.0.6
Also, added a format check in `swift.yml`.
|
2024-01-25 13:58:14 +01:00 |
|
Tamás Vajk
|
01b89508a8
|
Merge pull request #15424 from tamasvajk/standalone/logging
C#: Improve log messages in buildless mode + some cleanup/refactoring
|
2024-01-25 11:08:50 +01:00 |
|
yoff
|
930f1b50b9
|
Merge pull request #15397 from github/tausbn/python-fix-deepcopy-mutable-default-fp
Python: Fix `deepcopy` mutable default FP
|
2024-01-25 10:32:58 +01:00 |
|
Robert Marsh
|
67a86391a2
|
Merge pull request #15318 from rdmarsh2/rdmarsh2/cpp/first-class-destructors
C++: First-class destructors in AST
|
2024-01-24 16:19:10 -05:00 |
|
Robert Marsh
|
0bc023139b
|
C++: autoformat for first-class destructors
|
2024-01-24 18:52:54 +00:00 |
|
Robert Marsh
|
56c9566867
|
C++: more documentation for implict destructor calls
|
2024-01-24 18:52:54 +00:00 |
|
Robert Marsh
|
3970a9fe39
|
C++: switch to getImplicitDestructorCall
|
2024-01-24 18:52:54 +00:00 |
|
Robert Marsh
|
3a0290b1e8
|
C++: add destructors in PrintAST
|
2024-01-24 18:52:54 +00:00 |
|
Robert Marsh
|
1acc111b63
|
C++: add getSyntheticDestructor to Expr and Stmt
|
2024-01-24 18:52:54 +00:00 |
|
Chris Smowton
|
32a2ea1690
|
Merge pull request #15413 from smowton/smowton/admin/buildless-sibling-project-tests
Add tests for Java buildless w/sibling projects
|
2024-01-24 18:51:10 +00:00 |
|
Chris Smowton
|
ed9abdd9bd
|
Mock Java 8 toolchain so sibling test works on arm runners
|
2024-01-24 16:51:38 +00:00 |
|
Chris Smowton
|
287fb8003d
|
Make all toolchains available to test
|
2024-01-24 16:51:38 +00:00 |
|
Chris Smowton
|
16d30d7335
|
Remove xml and properties tests
|
2024-01-24 16:51:38 +00:00 |
|
Chris Smowton
|
042a3b64bb
|
Use Java 11 to run old Gradle
|
2024-01-24 16:51:38 +00:00 |
|
Chris Smowton
|
b5429f1a50
|
Add test for buildless with sibling projects
|
2024-01-24 16:51:38 +00:00 |
|
Chris Smowton
|
e3ef8aa6f6
|
Adjust test expectations
|
2024-01-24 16:51:37 +00:00 |
|
Chris Smowton
|
96bf47fbd9
|
Remove accidentally-committed actual files
|
2024-01-24 16:51:37 +00:00 |
|
Tony Torralba
|
cbcc090a19
|
Merge pull request #15423 from atorralba/atorralba/go/awslambda-global-context
Go: Add AwsLambda to the global context
|
2024-01-24 17:40:00 +01:00 |
|
Tamas Vajk
|
199b0578be
|
C#: Log number of restored dotnet framework variants
|
2024-01-24 15:23:38 +01:00 |
|
Tamas Vajk
|
30095e3179
|
Refactor dotnet restore calls
|
2024-01-24 13:56:40 +01:00 |
|
Ian Lynagh
|
67242278ee
|
Merge pull request #15384 from igfoo/igfoo/kt2
Kotlin: Support Kotlin 2.0.0-Beta3
|
2024-01-24 12:47:35 +00:00 |
|
Taus
|
96b1b8e402
|
Python: Remove empty lines from test file
|
2024-01-24 12:31:23 +00:00 |
|
Tamas Vajk
|
d742cd3e44
|
C#: Remove progress monitor from dependency fetcher, use logger directly
|
2024-01-24 12:29:02 +01:00 |
|
Tamas Vajk
|
13a8168c8e
|
C#: Improve log messages in standalone extractor
|
2024-01-24 12:28:00 +01:00 |
|
Tony Torralba
|
3b7d6a4806
|
Go: Add AwsLambda to the global context
|
2024-01-24 11:33:26 +01:00 |
|
Michael B. Gale
|
514430e8b9
|
Merge pull request #15411 from github/mbg/go/refactor-go-autobuilder
|
2024-01-24 09:15:04 +00:00 |
|
Henry Mercer
|
3af42d57a0
|
Merge pull request #15402 from github/henrymercer/csharp-build-mode
C#: Enable standalone extraction via `--build-mode`
|
2024-01-24 09:01:03 +00:00 |
|
Tony Torralba
|
0bb0e52adb
|
Merge pull request #15418 from github/workflow/coverage/update
Update CSV framework coverage reports
|
2024-01-24 09:23:55 +01:00 |
|
Michael Nebel
|
2be1ee8b34
|
Merge pull request #15394 from michaelnebel/csharp/urlredirect-sanitizer
C#: Add more santizers to the `cs/web/unvalidated-url-redirection` query.
|
2024-01-24 08:42:05 +01:00 |
|
github-actions[bot]
|
465e8d3530
|
Add changed framework coverage reports
|
2024-01-24 00:17:20 +00:00 |
|
Henry Mercer
|
0928c93989
|
Use TryGetValue
|
2024-01-23 20:43:19 +00:00 |
|
Henry Mercer
|
e73c1b7281
|
Be forgiving with casing of build mode environment variable
|
2024-01-23 20:35:43 +00:00 |
|
Henry Mercer
|
a75c8273f9
|
C#: Allow checking environment variables that may be undefined
The build mode environment variable for instance is only set when a build mode is specified.
|
2024-01-23 20:33:16 +00:00 |
|
Edward Minnix III
|
3c8b09307d
|
Merge pull request #15291 from egregius313/egregius313/java/dataflow/default-sanitizers
Java: Introduce a common sanitizer type for types which cannot realistically carry taint.
|
2024-01-23 13:28:03 -05:00 |
|
Mathias Vorreiter Pedersen
|
145b5a30bd
|
Merge pull request #15343 from microsoft/38-cpp-generalize-use-after-free-libraries
Generalization of FlowAfterFree
|
2024-01-23 16:49:29 +00:00 |
|
Ben Rodes
|
55fe8d376c
|
Update cpp/ql/lib/semmle/code/cpp/security/flowafterfree/UseAfterFree.qll
|
2024-01-23 10:49:47 -05:00 |
|
Benjamin Rodes
|
dfb3aec002
|
Removing unnecessary private modules and adding comments.
|
2024-01-23 10:47:38 -05:00 |
|
Mathias Vorreiter Pedersen
|
42fd3fc836
|
C++: Make more things 'private' and add QLDoc to public things. (#40)
|
2024-01-23 10:27:01 -05:00 |
|
Mathias Vorreiter Pedersen
|
b1b236d82d
|
Merge pull request #15410 from MathiasVP/less-dataflow-duplication
C++: Remove more `asExpr` duplication
|
2024-01-23 14:50:01 +00:00 |
|
Michael Nebel
|
10be0deeb5
|
C#: Add a couple more testcases.
|
2024-01-23 15:09:10 +01:00 |
|
Edward Minnix III
|
0e866a5447
|
Merge pull request #15359 from egregius313/egregius313/csharp/dataflow/threat-modeling/add-threatmodelflowsource
C#: Threat Modeling - Introduce `ThreatModelFlowSource`
|
2024-01-23 09:02:10 -05:00 |
|
Michael B. Gale
|
cf1aab0157
|
Go: Move identify environment code to separate file
|
2024-01-23 13:59:34 +00:00 |
|
Michael B. Gale
|
ee36e7424a
|
Go: Move project analysis code to separate file
|
2024-01-23 13:59:33 +00:00 |
|
Michael B. Gale
|
0dc3c847bc
|
Go: Move go invocations to separate file
|
2024-01-23 13:59:33 +00:00 |
|
Tamás Vajk
|
df8d453058
|
Merge pull request #15395 from tamasvajk/feature/standalone-nuget-restore-retry
C#: Try fallback `dotnet restore` without nuget.config
|
2024-01-23 14:45:00 +01:00 |
|
Erik Krogh Kristensen
|
f1d6f56621
|
Merge pull request #15393 from erik-krogh/deps-jan-2024
All: delete outdated deprecations
|
2024-01-23 13:52:38 +01:00 |
|
Mathias Vorreiter Pedersen
|
8b172c133d
|
C++: Accept test changes.
|
2024-01-23 12:06:42 +00:00 |
|
Mathias Vorreiter Pedersen
|
5bc602a208
|
C++: Ensure that we don't create a result for 'asExpr' on an instruction node if a result also exists for an operand node (and vice versa).
|
2024-01-23 12:06:35 +00:00 |
|
Chris Smowton
|
43453fea52
|
Merge pull request #15408 from smowton/smowton/admin/log-setup-go-message
Log advice when a newer Go version is required under Actions
|
2024-01-23 11:32:38 +00:00 |
|
Mathias Vorreiter Pedersen
|
d29d060706
|
Merge pull request #15401 from alexet/make-intended-join-order
CPP: Fix join ordering hints to make them do what they intend.
|
2024-01-23 11:30:20 +00:00 |
|