Chris Smowton
13f19481db
Add tests checking Maven retrieves the depgraph plugin from our shipped repo, and produces the expected settings.xml file in the process
2024-10-17 20:42:40 +01:00
Anders Schack-Mulligen
c20f12fa6c
Add qldoc.
2024-10-16 14:35:23 +02:00
Anders Schack-Mulligen
8b99154a00
Java: Add support for speculative taint flow.
2024-10-16 14:35:19 +02:00
Anders Schack-Mulligen
c80627a3d3
Dataflow: add plumbing for adding provenance to state-steps.
2024-10-16 14:35:18 +02:00
Ian Lynagh
a922f97200
Merge pull request #17777 from igfoo/igfoo/log-sev
...
KE2: Log our verbosity level
2024-10-16 12:46:58 +01:00
Ian Lynagh
9b13368e23
KE2: Log our verbosity level
...
This happens at `info` level, which is logged by default.
2024-10-15 16:23:25 +01:00
Ian Lynagh
196baa99b2
Merge pull request #17769 from igfoo/igfoo/2.1.0-beta2
...
Kotlin: Fix for 2.1.0-Beta2
2024-10-15 14:56:55 +01:00
Arthur Baars
bdec751527
Merge pull request #17768 from github/post-release-prep/codeql-cli-2.19.2
...
Post-release preparation for codeql-cli-2.19.2
2024-10-15 15:33:42 +02:00
Ian Lynagh
b5bfd06624
Kotlin: Fix for 2.1.0-Beta2
...
We need to catch a different exception now.
2024-10-15 13:17:26 +01:00
github-actions[bot]
079ab77a38
Post-release preparation for codeql-cli-2.19.2
2024-10-15 12:16:59 +00:00
github-actions[bot]
255f55cf1a
Release preparation for version 2.19.2
2024-10-15 10:29:25 +00:00
Tamas Vajk
7b198da95f
Improve code quality
2024-10-15 10:29:14 +02:00
Tamas Vajk
125797cd4f
Improve code quality
2024-10-14 20:31:52 +02:00
Tamas Vajk
a3a93d826e
KE2: Extract String.plus and String?.plus calls
2024-10-14 14:39:01 +02:00
Ian Lynagh
9f340279cb
Kotlin: Accept test changes
2024-10-11 15:10:19 +01:00
Ian Lynagh
156ddd3fae
Kotlin: Log our verbosity level
...
This happens at `info` level, which is logged by default.
2024-10-11 14:24:25 +01:00
Tamas Vajk
ea688372bd
Apply review findings
2024-10-11 10:17:16 +02:00
Ian Lynagh
4b73fed267
KE2: Add more dbscheme comments
2024-10-10 17:45:29 +01:00
Tamas Vajk
7e8b20d200
KE2: Extract binary plus on numeric types
2024-10-10 14:30:24 +02:00
Tamas Vajk
e82b1762c0
Apply code review findings
2024-10-09 16:02:54 +02:00
Tamas Vajk
a471fa004a
KE2: Extract local variable declarations
2024-10-09 15:19:42 +02:00
Tamás Vajk
01c71ba8d6
Merge pull request #17706 from tamasvajk/ke2-is-as
...
KE2: Extract `is` and `as` expression kinds
2024-10-09 15:17:50 +02:00
Ian Lynagh
e0596905f9
Merge pull request #17685 from igfoo/igfoo/types
...
KE2: Don't call buildClassType; once we get into symbol land, stay there
2024-10-09 13:27:28 +01:00
Cornelius Riemenschneider
4c21444dd5
Bazel: Flip --incompatible_use_plus_in_repo_names.
...
We've hardcoded the tilde in a lot of places :(
This improves performance on Windows and gets us ready for Bazel 8.
We need an upgrade of rules_rust for this to work.
2024-10-09 14:04:05 +02:00
Tamas Vajk
7ff60f8081
Fix extracted child expression
2024-10-09 13:39:07 +02:00
Ian Lynagh
cdf96276c8
KE2: Add a TODO comment
2024-10-09 12:28:51 +01:00
Ian Lynagh
171f68f6d9
Merge pull request #17702 from igfoo/igfoo/dbscheme
...
KE2: Add more dbscheme comments
2024-10-09 12:13:36 +01:00
Tamas Vajk
a232fcab36
KE2: Extract is and as expression kinds
2024-10-09 09:40:24 +02:00
Ian Lynagh
135ea99b65
KE2: Add more dbscheme comments
2024-10-08 17:32:23 +01:00
Ian Lynagh
5edf520439
Merge pull request #17695 from igfoo/igfoo/nulltype
...
KE2: Handle null types (emit errortypes)
2024-10-08 15:54:20 +01:00
Ian Lynagh
174e7f625d
Merge pull request #17692 from igfoo/igfoo/unused
...
KE2: Remove some dead code
2024-10-08 15:54:02 +01:00
Ian Lynagh
780fc699fd
KE2: Fix use of the wrong variable in log output
2024-10-08 15:33:28 +01:00
Ian Lynagh
565e780285
KE2: Handle null types (emit errortypes)
2024-10-08 15:18:15 +01:00
Ian Lynagh
b61799fc1d
KE2: Remove some dead code
2024-10-08 14:26:55 +01:00
Ian Lynagh
5c76b43fa8
KE2: Don't call buildClassType; once we get into symbol land, stay there
2024-10-08 13:14:11 +01:00
Ian Lynagh
135e909d5e
KE2: Remove some 'types' code from the 'class' file
2024-10-08 12:56:00 +01:00
Ian Lynagh
15348dc15b
Merge pull request #17675 from igfoo/igfoo/comments
...
KE2: Add some Java dbscheme and library comments
2024-10-08 11:32:33 +01:00
Ian Lynagh
34557203a0
Merge pull request #17677 from igfoo/igfoo/types
...
KE2: Pull type extraction out as separate from class extraction
2024-10-08 11:32:22 +01:00
Tamás Vajk
7c3fb3262d
Merge pull request #17664 from tamasvajk/ke2-extract-some-expr
...
KE2: Extract some expr/stmt kinds
2024-10-08 10:17:21 +02:00
Ian Lynagh
9ef185ad6f
KE2: Fix build
2024-10-07 18:42:41 +01:00
Ian Lynagh
56fc16c9f5
KE2: Pull more type extraction out into Types.kt
2024-10-07 18:40:58 +01:00
Ian Lynagh
cc09d6da5f
KE2: Pull type extraction out as separate from class extraction
2024-10-07 18:29:50 +01:00
Ian Lynagh
b003eb16cc
KE2: Add some Java dbscheme and library comments
2024-10-07 16:35:46 +01:00
Owen Mansel-Chan
927b402a3a
Merge pull request #17668 from igfoo/igfoo/typo
...
Java: Typo in a comment
2024-10-06 13:22:08 +01:00
Ian Lynagh
d24bdbb4e4
Java: Typo in a comment
2024-10-04 17:34:39 +01:00
Ian Lynagh
3aaeefad92
KE2: Enable 8 threads
2024-10-04 16:20:21 +01:00
Ian Lynagh
fd3ac0b838
KE2: Use a semaphore to avoid more than maxThreads open TRAP files at once
2024-10-04 16:19:51 +01:00
Ian Lynagh
f5033d1e88
KE2: Make the shared stuff threadsafe
2024-10-04 16:11:26 +01:00
Tamas Vajk
aa5fa12b4f
Add TODO comment
2024-10-04 16:38:09 +02:00
Tamas Vajk
cc1f1dd473
KE2: Extract some expr/stmt kinds
2024-10-04 13:35:30 +02:00