dependabot[bot]
|
aa14f4ee58
|
Bump golang.org/x/mod
Bumps the extractor-dependencies group in /go/extractor with 1 update: [golang.org/x/mod](https://github.com/golang/mod).
Updates `golang.org/x/mod` from 0.22.0 to 0.23.0
- [Commits](https://github.com/golang/mod/compare/v0.22.0...v0.23.0)
---
updated-dependencies:
- dependency-name: golang.org/x/mod
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-02-05 03:28:52 +00:00 |
|
Ed Minnix
|
12ebfa65dc
|
Change join order of Property/Name matching
|
2025-02-04 21:50:14 -05:00 |
|
Ed Minnix
|
07aad61c9e
|
Typo
|
2025-02-04 21:45:34 -05:00 |
|
Remco Vermeulen
|
9894e9ef9f
|
Add CCR suites
|
2025-02-05 01:58:34 +00:00 |
|
Jami Cogswell
|
60cc16cc0e
|
Java: change note
|
2025-02-04 17:51:34 -05:00 |
|
Jami Cogswell
|
59d454771d
|
Java: add FileConstructorSanitizer and tests
|
2025-02-04 17:51:23 -05:00 |
|
Jami Cogswell
|
0367846333
|
Java: remove token section from qhelp overview
discussing tokens is not directly relevant to this query's recommendation and examples
|
2025-02-04 13:36:15 -05:00 |
|
Jami Cogswell
|
f438282674
|
Java: rewrite qhelp overview section; aligns with overview section used by Python and Ruby
|
2025-02-04 13:21:43 -05:00 |
|
Paolo Tranquilli
|
04476282a7
|
Merge pull request #18677 from paldepind/rust-model-struct-match
Rust: Accept test changes
|
2025-02-04 19:09:27 +01:00 |
|
Jami Cogswell
|
283c3b1e44
|
Java: minor qhelp updates
|
2025-02-04 12:47:19 -05:00 |
|
Simon Friis Vindum
|
d198a4a3cd
|
Rust: Accept test changes
|
2025-02-04 18:26:05 +01:00 |
|
Simon Friis Vindum
|
04d3f989ec
|
Rust: Add tests for flow through clone
|
2025-02-04 17:09:26 +01:00 |
|
Joe Farebrother
|
287cf0121d
|
Fix docs
|
2025-02-04 15:28:13 +00:00 |
|
Geoffrey White
|
9a6ef3dae7
|
Rust: Accept more test changes.
|
2025-02-04 15:14:05 +00:00 |
|
Joe Farebrother
|
3802a73f47
|
Update docs
|
2025-02-04 14:46:02 +00:00 |
|
Joe Farebrother
|
e8adef18a3
|
Update to inline expectations + fixes
|
2025-02-04 14:45:59 +00:00 |
|
Joe Farebrother
|
aa2c84ea36
|
Move tests to separate folder
|
2025-02-04 14:45:56 +00:00 |
|
Joe Farebrother
|
0bf8d4ec4b
|
Exclude 'methods' used in initialisation, and allow self for metaclass methods
|
2025-02-04 14:45:52 +00:00 |
|
Joe Farebrother
|
fa76bf3c9f
|
Fix formatting and rewrite redundant exists
|
2025-02-04 14:45:48 +00:00 |
|
Joe Farebrother
|
526e235fc1
|
Update NonSelf and NonCls queries
|
2025-02-04 14:45:44 +00:00 |
|
Geoffrey White
|
da91f291ac
|
Rust: Accept changes to integration tests.
|
2025-02-04 14:40:49 +00:00 |
|
Geoffrey White
|
0cdef97276
|
Merge branch 'main' into sourcemodels4
|
2025-02-04 14:30:37 +00:00 |
|
Tom Hvitved
|
f1140530c0
|
Merge pull request #18656 from hvitved/rust/record-destruct-shorthand
Rust: Shorthand record pattern destructuring in data flow
|
2025-02-04 15:25:12 +01:00 |
|
Simon Friis Vindum
|
ece5557f3d
|
Apply suggestions from code review
Co-authored-by: Tom Hvitved <hvitved@github.com>
|
2025-02-04 15:10:32 +01:00 |
|
Arthur Baars
|
2a32e8865d
|
Merge pull request #18668 from github/post-release-prep/codeql-cli-2.20.4
Post-release preparation for codeql-cli-2.20.4
|
2025-02-04 14:22:53 +01:00 |
|
Simon Friis Vindum
|
b0a3cdc68c
|
Rust: Generate flow summaries for higher-order functions
|
2025-02-04 14:03:19 +01:00 |
|
Asger F
|
5613661a48
|
JS: Update another TRAP file
|
2025-02-04 14:02:51 +01:00 |
|
Asger F
|
f0afd6aa5f
|
Merge branch 'main' into js/hoist-in-block
|
2025-02-04 14:01:57 +01:00 |
|
Simon Friis Vindum
|
c9e702d107
|
Rest: Add tests for higher-order functions
|
2025-02-04 13:44:29 +01:00 |
|
Jeroen Ketema
|
89bbef935d
|
Merge pull request #18672 from jketema/codeblock-name
C++: Update expected test results after extractor changes
|
2025-02-04 13:39:54 +01:00 |
|
Geoffrey White
|
d72361588c
|
Update rust/ql/test/library-tests/dataflow/sources/test.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-02-04 12:25:02 +00:00 |
|
Jeroen Ketema
|
1591a56aab
|
C++: Update expected test results after extractor changes
|
2025-02-04 13:19:49 +01:00 |
|
Simon Friis Vindum
|
8d01bbc1e3
|
Merge pull request #18628 from paldepind/rust-flow-summary-generation
Rust: Initial model generation setup
|
2025-02-04 12:37:09 +01:00 |
|
Asger F
|
80824cfdc7
|
JS: Benign test output changes
|
2025-02-04 12:12:41 +01:00 |
|
Geoffrey White
|
23e9270a20
|
Rust: Add test cases for flow through references.
|
2025-02-04 10:28:08 +00:00 |
|
Geoffrey White
|
810dd55d47
|
Rust: Add test cases for flow through async / await.
|
2025-02-04 10:28:06 +00:00 |
|
Geoffrey White
|
ff53d422cb
|
Rust: Model some sources in hyper.
|
2025-02-04 10:28:05 +00:00 |
|
Geoffrey White
|
d64d955253
|
Rust: Add test cases for requests through hyper + http.
|
2025-02-04 10:27:58 +00:00 |
|
Asger F
|
294fd0a7a7
|
Merge pull request #18653 from asgerf/js/source-on-same-line
Test: Don't expect 'Source' tag when source and alert are on the same same
|
2025-02-04 11:01:46 +01:00 |
|
fabienpe
|
af073b78d9
|
Merge branch 'main' into main
|
2025-02-04 09:50:35 +00:00 |
|
Asger F
|
3d3f07ad72
|
Merge pull request #18658 from asgerf/js/jsx-parser-first-attempt
JS: Use JSX syntax in first attempt when extension is .jsx
|
2025-02-04 10:49:26 +01:00 |
|
fabienpe
|
9a37682851
|
Moved comment to previous line if resulting in long line
|
2025-02-04 09:48:34 +00:00 |
|
Asger F
|
d22268e119
|
JS: Update TRAP again
The extra successor edge was due to visiting hoisted function declaration IDs multiple times,
which has now been fixed.
|
2025-02-04 10:47:08 +01:00 |
|
Anders Schack-Mulligen
|
73d7250688
|
Dataflow: Fix join-order issue.
|
2025-02-04 10:47:02 +01:00 |
|
Anders Schack-Mulligen
|
da34c0b3ac
|
Dataflow: Fixup some qldoc.
|
2025-02-04 10:47:01 +01:00 |
|
Anders Schack-Mulligen
|
db1ed67e52
|
JS: Simplify config in PrototypePollutingFunction.ql.
|
2025-02-04 10:47:01 +01:00 |
|
Anders Schack-Mulligen
|
e55130ebce
|
Dataflow: Remove unused predicate.
|
2025-02-04 10:47:00 +01:00 |
|
Anders Schack-Mulligen
|
2597ef651b
|
Dataflow: Avoid duplication in fwdFlow1 disjunction.
|
2025-02-04 10:47:00 +01:00 |
|
Anders Schack-Mulligen
|
b2d42ee49a
|
Dataflow: Rename two predicates to remove need for alias defs.
|
2025-02-04 10:46:59 +01:00 |
|
Anders Schack-Mulligen
|
e0cb70a492
|
Dataflow: Minor cleanup.
|
2025-02-04 10:46:59 +01:00 |
|