Geoffrey White
|
7285704807
|
Merge pull request #12876 from geoffw0/extensiondecl
Swift: Improve ExtensionDecl.toString
|
2023-04-19 16:41:48 +01:00 |
|
Geoffrey White
|
e895cac569
|
Merge pull request #12877 from geoffw0/deprecated
Swift: Delete deprecated classes
|
2023-04-19 16:41:25 +01:00 |
|
Geoffrey White
|
3779d8423f
|
Swift: Autoformat.
|
2023-04-19 14:57:17 +01:00 |
|
Jeroen Ketema
|
aa3e8d6b87
|
Merge pull request #12815 from jketema/anon
C++: Update test expectations after extractor changes
|
2023-04-19 15:51:56 +02:00 |
|
Geoffrey White
|
4484574301
|
Swift: Rename clashing CleartextStorage modules.
|
2023-04-19 14:29:25 +01:00 |
|
Geoffrey White
|
10c222e7e2
|
Swift: Remove deprecated classes from queries.
|
2023-04-19 14:26:03 +01:00 |
|
Geoffrey White
|
a3c66b6032
|
Merge pull request #12833 from geoffw0/addmodels
Swift: Add some sink models
|
2023-04-19 14:18:29 +01:00 |
|
Geoffrey White
|
49dccaa89d
|
Swift: Fix other tests.
|
2023-04-19 14:16:24 +01:00 |
|
Owen Mansel-Chan
|
23934292f0
|
Merge pull request #12834 from owen-mc/go/refactor-autobuilder
Go: Refactor autobuilder
|
2023-04-19 14:10:23 +01:00 |
|
Owen Mansel-Chan
|
65c1f4a151
|
Merge pull request #12873 from owen-mc/go/fix-platform-specific-tests
Go: Fix platform specific tests
|
2023-04-19 13:52:14 +01:00 |
|
Kasper Svendsen
|
ba6bb79dd3
|
Prevent Ruby join order regression
|
2023-04-19 14:42:27 +02:00 |
|
Geoffrey White
|
e9ffefaa96
|
Swift: Improve ExtensionDecl.toString.
|
2023-04-19 13:38:04 +01:00 |
|
Jeroen Ketema
|
1a876f7762
|
C++: Update test expectations after extractor changes
|
2023-04-19 14:12:00 +02:00 |
|
Owen Mansel-Chan
|
3ca04338ca
|
Use named initialization for struct
|
2023-04-19 13:06:51 +01:00 |
|
Paolo Tranquilli
|
c2f2a0578b
|
Merge pull request #12868 from github/redsun82/bazel-6.1.2
Bazel: update to 6.1.2
|
2023-04-19 14:06:08 +02:00 |
|
Owen Mansel-Chan
|
219c1686fd
|
Wrap return values of moveToTemporaryGopath in a struct
|
2023-04-19 12:40:23 +01:00 |
|
Erik Krogh Kristensen
|
d7325ba4e1
|
Merge pull request #12856 from p-/p--non-constant-open-improvments
Ruby: Add additional sanitizers for Kernel.open or IO.read or similar sinks with a non-constant value
|
2023-04-19 13:39:16 +02:00 |
|
Michael Nebel
|
b410791f28
|
C#: Re-factor InsecureRandomness to use the new API.
|
2023-04-19 13:36:30 +02:00 |
|
Michael Nebel
|
e94b492404
|
C#: Delete inaccessible/dead data flow configuration in JsonWebTokenHandlerLib.
|
2023-04-19 13:36:30 +02:00 |
|
Michael Nebel
|
f976eeb909
|
C#: Re-factor on AppendCookieTracking to use the new API.
|
2023-04-19 13:36:30 +02:00 |
|
Michael Nebel
|
1b128a21e6
|
C#: Re-factor AuthCookieName to use the new API.
|
2023-04-19 13:36:30 +02:00 |
|
Michael Nebel
|
1979a78f02
|
C#: Re-factor RequestForgery to use the new API.
|
2023-04-19 13:36:30 +02:00 |
|
Michael Nebel
|
b7e36b7dec
|
C#: Re-factor NoDisposeCallOnLocalIDisposable to use the new API.
|
2023-04-19 13:36:30 +02:00 |
|
Michael Nebel
|
5580023ec3
|
C#: Re-factor FormatInvalid to use the new API.
|
2023-04-19 13:36:30 +02:00 |
|
Owen Mansel-Chan
|
1bb006f43e
|
Move defer statements to the right place
It turns out that extracting defer statements into a separate function
changes behaviour.
|
2023-04-19 12:20:52 +01:00 |
|
Owen Mansel-Chan
|
641f16b0df
|
Factor out extract()
|
2023-04-19 12:20:52 +01:00 |
|
Owen Mansel-Chan
|
a611769b43
|
Factor out installDependencies()
|
2023-04-19 12:20:51 +01:00 |
|
Owen Mansel-Chan
|
d61d595b21
|
Factor out function buildWithCustomCommands
|
2023-04-19 12:20:51 +01:00 |
|
Owen Mansel-Chan
|
b45c0ff848
|
Factor out buildWithoutCustomCommands
|
2023-04-19 12:20:51 +01:00 |
|
Owen Mansel-Chan
|
b76e655735
|
Factor out moving code to temp dir in gopath
|
2023-04-19 12:20:50 +01:00 |
|
Owen Mansel-Chan
|
ba48eaa8a6
|
Factor out calculation of source dir
|
2023-04-19 12:20:50 +01:00 |
|
Owen Mansel-Chan
|
702c22b630
|
Refactor calculation of inLGTM
|
2023-04-19 12:20:49 +01:00 |
|
Owen Mansel-Chan
|
f0186957ca
|
Factor out tryUpdateGoModAndGoSum
|
2023-04-19 12:20:49 +01:00 |
|
Owen Mansel-Chan
|
0bfb242e63
|
Factor out logic for needGopath
|
2023-04-19 12:20:49 +01:00 |
|
Owen Mansel-Chan
|
b169f1bfdf
|
Factor out code to fix go vendor issues
|
2023-04-19 12:20:48 +01:00 |
|
Owen Mansel-Chan
|
f872a11b85
|
Factor out initial ModMode calculation
|
2023-04-19 12:20:48 +01:00 |
|
Owen Mansel-Chan
|
2d8d9773c4
|
Factor out depMode calculation
|
2023-04-19 12:20:47 +01:00 |
|
Owen Mansel-Chan
|
d613bc8a28
|
Update checks for files or dirs existing
The previous way is considered outdated now.
|
2023-04-19 12:20:47 +01:00 |
|
Geoffrey White
|
c092851c28
|
Swift: Add a test for ExtensionDecls.
|
2023-04-19 11:50:49 +01:00 |
|
Owen Mansel-Chan
|
2914480ff6
|
Avoid platform-specific results
These were introduced in https://github.com/github/codeql/pull/12750 but
the relevant tests that should have caught it weren't run.
|
2023-04-19 11:18:19 +01:00 |
|
Owen Mansel-Chan
|
1cf626f712
|
Use latest patch version of Go 1.20 for tests
|
2023-04-19 11:18:09 +01:00 |
|
Tony Torralba
|
4e60697042
|
Merge pull request #12866 from github/workflow/coverage/update
Update CSV framework coverage reports
|
2023-04-19 11:16:21 +02:00 |
|
Paolo Tranquilli
|
83674751fc
|
Bazel: update to 6.1.2
|
2023-04-19 11:12:02 +02:00 |
|
Mathias Vorreiter Pedersen
|
8d62d5916e
|
Merge pull request #12807 from MathiasVP/dataflow-for-keypaths
Swift: Dataflow for keypaths
|
2023-04-19 10:00:49 +01:00 |
|
Peter Stöckli
|
672cb92fbd
|
Ruby: improve non-constant-kernel-open, recursive step for freeze
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
|
2023-04-19 10:50:59 +02:00 |
|
Asger F
|
1c2fdc8df9
|
JS: Ignore more webpack modules
|
2023-04-19 10:29:14 +02:00 |
|
Harry Maclean
|
c44fbc1063
|
Merge pull request #12786 from hmac/merge-extractor-binaries
Ruby/QL: Merge extractor binaries
|
2023-04-19 15:17:25 +07:00 |
|
Paolo Tranquilli
|
e93686cdfc
|
Merge branch 'main' into redsun82/swift-logging-assertions-and-prints
|
2023-04-19 09:16:19 +02:00 |
|
Arthur Baars
|
dcca0e0c6c
|
JavaScript: switch to shared YamlPopulator
|
2023-04-19 08:34:38 +02:00 |
|
Michael Nebel
|
1caca21552
|
Merge pull request #12829 from michaelnebel/csharp/refactordataflow4
C#: Re-factor tainttracking and dataflow configurations to use the new API.
|
2023-04-19 08:32:36 +02:00 |
|