Tamas Vajk
f4d3756894
C#: Prefer downloading nuget.exe over local instances
2024-06-04 09:58:04 +02:00
Tom Hvitved
16e9cede3c
Merge pull request #16637 from hvitved/csharp/xml-validation-perf
...
C#: Improve performance of `MissingXMLValidation` query
2024-06-04 09:28:37 +02:00
Paolo Tranquilli
99f70a64e9
Kotlin: address review comments
2024-06-04 09:00:35 +02:00
Paolo Tranquilli
d1a2c0fbe4
Merge branch 'main' into redsun82/kotlin
2024-06-04 08:48:52 +02:00
Tom Hvitved
48455ec3c9
C#: Improve performance of MissingXMLValidation query
2024-06-04 08:35:53 +02:00
Tom Hvitved
e6dc36b2c4
Merge pull request #16636 from hvitved/tree-sitter/verbosity-fix
...
Tree-sitter: Verbosity fixes
2024-06-04 08:33:28 +02:00
Owen Mansel-Chan
133983678c
Merge pull request #16619 from owen-mc/go/fix/response-writer-variadic
...
Go: Fix bug in ResponseWriter for variadic MaD
2024-06-04 05:36:58 +01:00
github-actions[bot]
922489c8e8
Add changed framework coverage reports
2024-06-04 00:17:08 +00:00
Paolo Tranquilli
7b8c11379d
Javascript: use codeql_pack for javascript extractor
2024-06-03 23:14:44 +02:00
yoff
fe8f13e8dd
Merge pull request #16654 from sidshank/sidshank/fix-incorrect-deprecation-comment
...
Python: Fixes an error in the deprecation notice for a taint tracking configuration
2024-06-03 21:46:35 +02:00
Cornelius Riemenschneider
5b6f38f821
Merge pull request #16623 from github/criemen/new-pkg
...
Bazel: Use new packaging rules
2024-06-03 20:15:56 +02:00
Sid Shankar
859e8db5f2
Fixes typo in deprecation notice
2024-06-03 16:31:29 +00:00
Cornelius Riemenschneider
8783dfbaac
Merge branch 'main' into criemen/new-pkg
2024-06-03 18:15:45 +02:00
Ian Lynagh
b0865c2218
Merge pull request #16554 from igfoo/igfoo/k2rel
...
Kotlin: Accept Kotlin 2 test output, and use 2.0.0 on CI
2024-06-03 17:14:21 +01:00
Cornelius Riemenschneider
1bd7aef1b2
Fix search paths.
...
It turns out we still need to supply this option, so `codeql` goes looking
for the extractor paths specified in the `codeql-workspace.yml` file.
2024-06-03 16:33:17 +02:00
Ian Lynagh
986babb912
Kotlin: Accept 2.0 output for integration tests, and run some in 1.9 mode
2024-06-03 15:26:53 +01:00
Ian Lynagh
2bcf292dd6
Kotlin: Fix custom_plugin test with Kotlin 2.0.0
2024-06-03 15:26:53 +01:00
Ian Lynagh
acdf7df6a4
Kotlin: Fix typo
2024-06-03 15:26:53 +01:00
Ian Lynagh
839258897a
Kotlin: Add test for generated throw statements
2024-06-03 15:26:52 +01:00
Ian Lynagh
f458ca9568
Kotlin: Bump supported version limit to 2.0.0x
2024-06-03 15:26:52 +01:00
Ian Lynagh
2d760c7cc7
Kotlin: Tweak comments test
...
The top comment now gets owned by the Compilation Unit. We could
explicitly stop this from happening instead, but I think it's
reasonable.
2024-06-03 15:26:52 +01:00
Ian Lynagh
6224670884
Kotlin: Accept 2.0.0's Kotlin 2 test output
2024-06-03 15:26:51 +01:00
Ian Lynagh
918bee07dd
Kotlin: Accept Kotlin 1 test changes 1.9.0 -> 2.0.0
2024-06-03 15:26:51 +01:00
Ian Lynagh
2550e113a0
Kotlin: Set CI to use 2.0.0 release
2024-06-03 15:26:51 +01:00
Cornelius Riemenschneider
c30cc0f665
Fix formatting.
2024-06-03 16:10:41 +02:00
Cornelius Riemenschneider
b67309299f
C#: Unified handling of in-tree extractor packs.
2024-06-03 16:07:13 +02:00
Cornelius Riemenschneider
dd267e126c
Ql-for-ql: Unified handling of in-tree extractor packs.
2024-06-03 16:06:58 +02:00
Cornelius Riemenschneider
57f7602126
Go: Unified handling of in-tree extractor packs.
2024-06-03 16:06:44 +02:00
Cornelius Riemenschneider
5c77b8708c
Ruby: Unified handling of in-tree extractor packs.
2024-06-03 16:06:24 +02:00
Cornelius Riemenschneider
7b72018e56
Swift: Unified handling of in-tree extractor packs.
2024-06-03 16:06:08 +02:00
Cornelius Riemenschneider
04f5f30489
Unified handling of in-tree extractor packs.
2024-06-03 16:05:46 +02:00
Cornelius Riemenschneider
b9da01a384
Merge remote-tracking branch 'origin/main' into criemen/new-pkg
2024-06-03 15:47:15 +02:00
Cornelius Riemenschneider
5875ec272d
Merge pull request #16627 from github/criemen/pkg-fix-install
...
`pkg.bzl`: Fix install targets.
2024-06-03 15:31:43 +02:00
Geoffrey White
e87593af75
C++: Add the doc (copy from csharp).
2024-06-03 13:49:38 +01:00
Geoffrey White
94413c8c2e
C++: Implement YML extension models.
2024-06-03 13:49:38 +01:00
Geoffrey White
34130d50d3
C++: Add library tests for YML extension models.
2024-06-03 13:49:26 +01:00
Paolo Tranquilli
51b000a424
Merge pull request #16649 from github/redsun82/bazel-lfs
...
Bazel: ignore non-default SSH endpoints in `git_lfs_probe.py`
2024-06-03 13:31:43 +02:00
Paolo Tranquilli
8479673419
Bazel: ignore non-default SSH endpoints in git_lfs_probe.py
2024-06-03 12:26:37 +02:00
Cornelius Riemenschneider
a42bdd9bb0
Update misc/bazel/pkg.bzl
...
Co-authored-by: Paolo Tranquilli <redsun82@github.com >
2024-06-03 10:53:08 +02:00
Cornelius Riemenschneider
0173cf56f5
Merge pull request #16645 from github/criemen/cmake
...
Cmake generator: Remove space in argument.
2024-06-03 10:46:42 +02:00
Michael Nebel
546b260330
C#: Update expected test output and remove spurious result.
2024-06-03 10:40:13 +02:00
Michael Nebel
46f5b13854
C#: Only dispatch to summarized callables with generated summaries in case there are no source dispatch possibilities.
2024-06-03 10:40:10 +02:00
Michael Nebel
eb0925be60
C#: There should at least be one manual summary for a non-source summarized callable.
2024-06-03 10:40:06 +02:00
Michael Nebel
213e3918df
C#: Add some more external flow testcases (one with a spurious result).
2024-06-03 10:40:02 +02:00
Michael Nebel
b08a0a303f
C#: Re-factor external models tests to use compiled code instead of emulating it.
2024-06-03 10:39:59 +02:00
Michael Nebel
88b978f0ec
Merge pull request #16574 from michaelnebel/csharp/updatenetruntimemodels
...
C#: Re-generate .NET 8 Runtime models.
2024-06-03 10:33:10 +02:00
Rasmus Wriedt Larsen
121ca129bc
Update qhelp with https:/example.com handling
2024-06-03 10:17:10 +02:00
Cornelius Riemenschneider
cff78cca5e
Cmake generator: Remove space in argument.
...
This space breaks when upgrading bazelisk on Windows.
Somehow, a space inside the argument messes up some argument-parsin
somewhere. Porbably due to Windows argument parsing
being not well-defined in how it splits a string into argv.
Removing the space works around the problem.
If the space is included, cmake suddenly can't find the bazelisk
binary anymore, despite happily executing `info output_base` earlier.
2024-06-02 23:56:31 +02:00
Tom Hvitved
58ce3e805e
Merge pull request #16633 from hvitved/dataflow/inline-pred
...
Data flow: Inline `isUnreachableInCall1`
2024-05-31 20:12:14 +02:00
Tom Hvitved
beeae69845
Tree-sitter: Verbosity fixes
2024-05-31 20:10:19 +02:00