feat(copilot): comprehensive copilot improvements#2284
Closed
thesocialdev wants to merge 235 commits intomasterfrom
Closed
feat(copilot): comprehensive copilot improvements#2284thesocialdev wants to merge 235 commits intomasterfrom
thesocialdev wants to merge 235 commits intomasterfrom
Conversation
…ation-request Feat: Add Date Range Picker Filter on Verification Request Page
…nd correcting sonar requests
chore: Update ai-sdk from 3.4.33 to 5.0.52
chore: Update @casl/ability from 6.7.3 to 6.8.0
…-for-verification-request-lifecycle Test: Verification Request Lifecycle Coverage with Cypress
…ion-on-create fix: racing conditions on wikidata cache and using findOneAndUpdate f…
chore: Update nestjs/common from 9.2.0 to 10.4.22
chore: Update Langchain to latest version and TypeScript to v5
…igration Fix: 500 error when filtering verification requests by Instagram
| /> | ||
| > | ||
| <img | ||
| src={src} |
Check failure
Code scanning / CodeQL
Client-side cross-site scripting High
| ): Promise<CopilotSessionDocument> { | ||
| return this.copilotSessionModel | ||
| .findByIdAndUpdate( | ||
| sessionId, |
Check failure
Code scanning / CodeQL
Database query built from user-controlled sources
| async getSessionById( | ||
| sessionId: string | ||
| ): Promise<CopilotSessionDocument | null> { | ||
| return this.copilotSessionModel.findById(sessionId).exec(); |
Check failure
Code scanning / CodeQL
Database query built from user-controlled sources
| /> | ||
| > | ||
| <img | ||
| src={src} |
Check warning
Code scanning / CodeQL
Client-side URL redirect Medium
Collaborator
Author
|
Closing: copilot work moved to a dedicated feature branch. See new PR from copilot-improvements. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
url→hreffield for schema compatibilityTest plan
sourcescollection for persisted Agencia URLs🤖 Generated with Claude Code