Michael B. Gale
7ca57e114f
Go: Add CODEQL_EXTRACTOR_GO_EXTRACT_VENDOR_DIRS env var
...
If set to `true`, this allows `vendor` directories to be extracted
2024-07-08 14:08:19 +01:00
Michael B. Gale
bc61a58000
Go: Add integration test for extracting vendored dependencies
2024-07-08 14:05:06 +01:00
Tamas Vajk
7387c565e4
C#: Restore Windows dependencies when Windows Forms or WPF usage is detected
2024-07-08 14:44:20 +02:00
Tamas Vajk
7fc1e13672
C#: Add buildless integration test with Windows Forms application
2024-07-08 14:08:15 +02:00
Paolo Tranquilli
0421ceff93
Merge pull request #16922 from github/redsun82/kotlin-wrapper
...
Kotlin: make wrapper cache downloaded zips
2024-07-08 13:53:35 +02:00
Paolo Tranquilli
a30e7d2cfd
Kotlin: add all .kotlin_* in dev to .gitignore
2024-07-08 13:18:56 +02:00
Angela P Wen
dc20b0d19e
Merge pull request #16921 from github/release-prep/2.18.0
...
Release preparation for version 2.18.0
codeql-cli/v2.18.0
2024-07-08 13:12:57 +02:00
Chris Smowton
d9573596c7
Merge pull request #16810 from smowton/smowton/feature/java-low-db-quality-query
...
Java: add diagnostic query indicating low database quality
2024-07-08 12:06:42 +01:00
Alvaro Muñoz
1657af60df
Model get-workflow-origin action
2024-07-08 12:59:36 +02:00
Alvaro Muñoz
20ce5d5344
Add JS local imports as Poisonable steps
2024-07-08 12:59:16 +02:00
aegilops
5a3328b07a
Merge branch 'aegilops/js/insecure-helmet-middleware' of https://github.com/aegilops/codeql into aegilops/js/insecure-helmet-middleware
2024-07-08 11:31:15 +01:00
aegilops
2aff2a7385
Fixed code markup
2024-07-08 11:31:06 +01:00
Paul Hodgkinson
d896fdf9fa
Merge branch 'main' into aegilops/js/insecure-helmet-middleware
2024-07-08 11:25:47 +01:00
Rasmus Wriedt Larsen
173cd13ded
Python: Add test for impossible isinstance flow
2024-07-08 12:06:53 +02:00
aegilops
c003f265b0
Fixed missing li closing tag
2024-07-08 10:58:06 +01:00
Paolo Tranquilli
002e1eb730
Kotlin: make wrapper cache downloaded zips
...
Also removed the version check step, as a version not existing will give
a 404 any way later on, and that was adding a delay.
The cache is stored in a `.kotlinc_zips` and will be cleaned up by
`--clear`.
2024-07-08 11:57:07 +02:00
aegilops
1fe14e26b1
Split out "compromised" functionality
2024-07-08 10:56:12 +01:00
Chris Smowton
c4f32ec080
Trivial change to trigger CI
2024-07-08 10:51:24 +01:00
github-actions[bot]
b0d6778652
Release preparation for version 2.18.0
2024-07-08 09:10:51 +00:00
Owen Mansel-Chan
e2a6358048
Update tests so they still work
2024-07-07 00:24:28 +01:00
Owen Mansel-Chan
de5fc4e609
Add change notes
2024-07-07 00:24:27 +01:00
Owen Mansel-Chan
5347770608
Update Android app detection
2024-07-07 00:24:25 +01:00
Alvaro Muñoz
bc483fc380
Add poisonable step test
2024-07-06 22:44:57 +02:00
Mathias Vorreiter Pedersen
0e6b2f0f53
C++: Accept query test changes.
2024-07-06 12:27:42 +01:00
Mathias Vorreiter Pedersen
8ccdc2518f
C++: Accept test changes.
2024-07-06 12:27:41 +01:00
Mathias Vorreiter Pedersen
a747ffca07
C++: Address definitions should also handle ssa variables that are calls.
2024-07-06 12:27:35 +01:00
Owen Mansel-Chan
9c82966022
Move detection of Android app to one place
2024-07-05 23:47:56 +01:00
Mathias Vorreiter Pedersen
79919d3c58
C++: Add FP dataflow test.
2024-07-05 17:36:47 +01:00
Alvaro Muñoz
56b70981ae
Bump qlpack versions
2024-07-05 18:18:04 +02:00
Alvaro Muñoz
e5064f8090
Improve poisonable steps
2024-07-05 18:16:50 +02:00
Mathias Vorreiter Pedersen
31a5a7aebc
Merge pull request #16913 from MathiasVP/add-iterator-to-expired-container-fp-3
...
C++: Add `cpp/iterator-to-expired-container` FP test
2024-07-05 16:26:08 +01:00
Mathias Vorreiter Pedersen
aad233b776
C++: Add FP test.
2024-07-05 15:52:10 +01:00
Koen Vlaswinkel
b7a67b1e51
Merge pull request #16910 from github/koesie10/python-exclude-test-files
...
Python: Exclude probable test files in model editor
2024-07-05 15:49:07 +02:00
Koen Vlaswinkel
779795b421
Python: Exclude probable test files in model editor
2024-07-05 11:06:22 +02:00
Geoffrey White
5d898727c0
C++: Add the examples to the test.
2024-07-04 17:11:11 +01:00
Geoffrey White
1343e4c9aa
C++: Add another 'good' example for cpp/unsigned-difference-expression-compared-zero.
2024-07-04 17:11:10 +01:00
Geoffrey White
7abece46c7
C++: Add a 'good' example for cpp/unsigned-difference-expression-compared-zero.
2024-07-04 17:11:09 +01:00
Geoffrey White
4de43e1bfa
C++: Add the examples to the test.
2024-07-04 17:11:08 +01:00
Geoffrey White
f64743e91d
C++: Fix mistake in example for cpp/incorrect-allocation-error-handling.
2024-07-04 16:19:32 +01:00
Mathias Vorreiter Pedersen
4893785c68
C++: Accept test changes to GVN.
2024-07-04 15:15:46 +01:00
Mathias Vorreiter Pedersen
5d58cf6208
C++: Accept query test changes.
2024-07-04 15:15:38 +01:00
am0o0
fe1103d997
add stubs, upgrade test to inline test, update test files
2024-07-04 15:25:36 +02:00
Mathias Vorreiter Pedersen
b954845318
C++: Ignore the new 'InitializeGroup' instruction in dataflow.
2024-07-04 14:22:06 +01:00
Mathias Vorreiter Pedersen
6ef9dba2fb
C++: Accept test changes.
2024-07-04 14:22:04 +01:00
Mathias Vorreiter Pedersen
89f0705585
C++: Sync identical files.
2024-07-04 14:22:03 +01:00
Mathias Vorreiter Pedersen
72b52cc814
C++: Insert Chi instructions after InitializeGroup instructions whose variable group's virtual variable is all aliased memory.
2024-07-04 14:22:02 +01:00
Mathias Vorreiter Pedersen
d1e1037586
C++: Accept test changes.
2024-07-04 14:22:00 +01:00
Mathias Vorreiter Pedersen
92e814b75e
C++: Stub 'VariableGroup' and 'GroupedMemoryLocation' in unaliased SSA so that the pyrameterized files compile.
2024-07-04 14:21:59 +01:00
Mathias Vorreiter Pedersen
db525f5cee
C++: Sync identical files.
2024-07-04 14:21:58 +01:00
Mathias Vorreiter Pedersen
03ec184ee0
C++: Add 'InitializeGroup' instructions to the successor relation.
2024-07-04 14:21:56 +01:00