Ed Minnix
05ffffe651
jmoiron/sqlx models
2025-01-08 10:24:06 -05:00
Ed Minnix
bc68e4456a
Fix test results
2025-01-08 10:22:00 -05:00
Edward Minnix III
7a589c4081
Merge pull request #18405 from egregius313/egregius313/go/mad/database/gorm
...
Go: Model sources from the `gorm.io/gorm` package
2025-01-08 10:20:10 -05:00
Edward Minnix III
6ac82d6af2
Merge pull request #18440 from egregius313/egregius313/csharp/blazor/traced-integration-tests
...
C#: Traced-mode integration tests for Blazor
2025-01-08 10:19:12 -05:00
Tom Hvitved
9e5a814f72
Merge pull request #18315 from hvitved/ruby/dataflow-types
...
Ruby: Track types in data flow
2025-01-08 15:26:38 +01:00
Tom Hvitved
868caf948c
Rename {Source,Sink}Node to {Source,Sink}Element
2025-01-08 15:21:43 +01:00
Asger F
10d5d09ad1
JS: Polish taint-tracking section in response to review comment
2025-01-08 14:45:31 +01:00
Tom Hvitved
0dccbb9349
Rust: Add two more AST consistency checks
2025-01-08 14:30:01 +01:00
Tom Hvitved
033cd1778e
Rust: Include index in Format.getArgument
2025-01-08 14:04:48 +01:00
Nora Dimitrijević
b5935fcd2d
Language reference: mention BigInt.bitLength()
2025-01-08 14:01:01 +01:00
yoff
f02995d72b
shared: add qldoc
2025-01-08 13:33:03 +01:00
yoff
aca5a51a78
Merge branch 'main' into shared/add-location-to-typetracking-nodes
2025-01-08 12:47:05 +01:00
Asger F
ecccc7ce8c
Update docs/codeql/codeql-language-guides/migrating-javascript-dataflow-queries.rst
...
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com >
2025-01-08 12:26:42 +01:00
Asger F
26d85d5ece
Apply suggestions from code review
...
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com >
2025-01-08 12:26:18 +01:00
Paolo Tranquilli
c7a9889606
Rust: update rust-analyzer
2025-01-08 11:14:08 +01:00
Asger F
b6b93dcead
Merge pull request #18392 from asgerf/jss/deprecate-modules
...
JS: Deprecate some .qll files
2025-01-08 11:10:28 +01:00
Paolo Tranquilli
bca5f4b74c
Merge pull request #18441 from github/redsun82/cargo-upgrade
...
Ruby, Rust: upgrade all cargo dependencies (excluding `rust-analyzer`)
2025-01-08 10:56:58 +01:00
Paolo Tranquilli
d2c7decd02
Rust/Ruby: upgrade all cargo dependencies excluding rust-analyzer
...
The rust-analyzer update will need more work as it seems to break rust
analysis on windows.
This was carried out using `cargo upgrade` from `cargo-edit`:
* getting exclusions options for rust-analyzer with
```bash
cargo upgrade -i --dry-run | grep -o 'ra_ap_\S\+' | sort -u | sed 's/^/--exclude=/' > /tmp/exclude
```
* running
```bash
cargo upgrade -i $(cat /tmp/exclude)
misc/bazel/3rdparty/update_cargo_deps.sh
```
2025-01-08 09:57:11 +01:00
Tom Hvitved
96bf81ad6c
Merge pull request #18333 from hvitved/dataflow/stage1-param-self-prune
...
Data flow: Prune parameter-self flow in stage 1
2025-01-08 09:16:12 +01:00
Asger F
062391334e
JS: Remove notes about changing API in the future
2025-01-08 09:15:13 +01:00
Asger F
df9b95575e
JS: Add deprecation qldoc to Configuration classes
2025-01-08 09:15:12 +01:00
Asger F
e7d267e5d2
JS: Add migration guide and change note
2025-01-08 09:12:38 +01:00
Asger F
36f0d2f63e
JS: Move VarAccessBarrier outside the deprecated Configuration.qll file
2025-01-08 08:56:53 +01:00
Asger F
c47419e66d
JS: Remove an obsolete TODO comment (this has been fixed)
2025-01-08 08:54:41 +01:00
Ed Minnix
819bd3b56f
Remove build-mode: none tests
2025-01-07 22:59:42 -05:00
Ed Minnix
ba8489624d
Change order of test results
2025-01-07 22:57:37 -05:00
Ed Minnix
32fe74dd01
Remove environment-specific path
2025-01-07 22:57:35 -05:00
Ed Minnix
ea5248912d
.NET SDK version
2025-01-07 22:57:34 -05:00
Ed Minnix
144053baea
Fix test results
2025-01-07 22:57:32 -05:00
Ed Minnix
068acfd36a
Fix path segment
2025-01-07 22:57:31 -05:00
Ed Minnix
e9ac32fbd1
Simplify generated file paths
2025-01-07 22:57:29 -05:00
Ed Minnix
9089c9ca16
Remove line blocking tests
2025-01-07 22:57:27 -05:00
Ed Minnix
6b7f2a725e
Make .NET 9 test properly .NET 9
2025-01-07 22:57:26 -05:00
Ed Minnix
b249ee5a01
Basic integration tests
2025-01-07 22:57:23 -05:00
Ed Minnix
e7b0329d5d
Test missing models
2025-01-07 22:08:37 -05:00
Ed Minnix
55c6bea08b
Add missing models
2025-01-07 22:08:21 -05:00
Ed Minnix
4e5d2e27b1
user.go for example type
2025-01-07 22:07:58 -05:00
Ed Minnix
c086945a9e
Fix typo
2025-01-07 21:14:25 -05:00
Ed Minnix
6a862f2f80
Add Rows::Next back
2025-01-07 21:10:48 -05:00
Ed Minnix
ca1e9d7c75
Revert "database/sql summary models for Row types"
...
This reverts commit 80ad349a48 .
2025-01-07 21:08:43 -05:00
Chad Bentz
6b3098d26c
Add configuration instructions for trusted Action publishers using data extensions
2025-01-07 19:26:18 -05:00
Chad Bentz
bccec0a711
Format
2025-01-07 17:25:40 -05:00
Chad Bentz
3e94a4c2bf
Refactor trusted actions owner model
...
- use existing data extensions config and yml folder
- rename from trustedActionsOwner to trustedActionsOwnerDataModel
- update related predicates
2025-01-07 17:22:24 -05:00
github-actions[bot]
fb20f6ca63
Post-release preparation for codeql-cli-2.20.1
2025-01-07 22:07:40 +00:00
Chad Bentz
35587ed3e7
Format lib
2025-01-07 17:02:37 -05:00
Chad Bentz
e4cfd97069
Format
2025-01-07 17:01:33 -05:00
Dave Bartolomeo
d42788844f
Merge pull request #18436 from github/release-prep/2.20.1
...
Release preparation for version 2.20.1
codeql-cli/v2.20.1
2025-01-07 15:59:15 -05:00
Dave Bartolomeo
4c53caf021
Update python/ql/lib/change-notes/released/3.1.0.md
2025-01-07 15:58:28 -05:00
Dave Bartolomeo
45c00d6880
Update python/ql/lib/CHANGELOG.md
2025-01-07 15:58:19 -05:00
Chad Bentz
8f9aecd76f
Add change notes for expanding Trusted Action owner list using data extensions
2025-01-07 15:55:58 -05:00