-
Notifications
You must be signed in to change notification settings - Fork 1.8k
JS: Update Angular Client Request's with API graph and Tanstack
Angular modeling
#18975
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
3d2fa4d
to
968934f
Compare
968934f
to
09986bc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request updates the Angular client request to utilize API Graph and integrates support for the @tanstack/angular-query-experimental library.
- Introduces a new test for DomBasedXssWithResponseThreat using query injection.
- Adds YAML modeling for the tanstack Angular query extension.
- Updates change notes to document the new module integration.
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
javascript/ql/test/query-tests/Security/CWE-079/DomBasedXssWithResponseThreat/test.ts | Adds a test case using the new Angular query injection with a call to an external API. |
javascript/ql/lib/ext/tanstack.model.yml | Provides extension data to model the @tanstack/angular-query-experimental library. |
javascript/ql/lib/change-notes/2025-03-11-tanstack-angular.md | Documents the minor analysis update for the tanstack Angular integration. |
Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused. Learn more
Co-authored-by: Asger F <asgerf@github.com>
Added library modeling for
@tanstack/angular-query-experimental.
Updated the Angular client request to use API Graph instead of Dataflow.