Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Resolves Dependabot security alerts by removing a vulnerable/unused Go JWT library dependency and forcing an updated fast-xml-parser version in the SES GitHub Action bundle.
Changes:
- Removed
gopkg.in/square/go-jose.v2 v2.5.1from the integration test module and updated imports togopkg.in/go-jose/go-jose.v2. - Added an npm
overridesentry to pinfast-xml-parserto5.3.6and updated the lockfile accordingly. - Updated the prebuilt GitHub Action bundle (
dist/index.js) to reflect the dependency changes.
Reviewed changes
Copilot reviewed 3 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| integration-tests/go-sql-server-driver/go.mod | Drops the gopkg.in/square/go-jose.v2 requirement to eliminate the flagged dependency. |
| integration-tests/go-sql-server-driver/go.sum | Removes checksum entries for the removed gopkg.in/square/go-jose.v2 module. |
| integration-tests/go-sql-server-driver/genjwt_test.go | Updates imports to the non-square go-jose module path used elsewhere in the repo. |
| .github/actions/ses-email-action/package.json | Adds an overrides rule to force fast-xml-parser to a patched version. |
| .github/actions/ses-email-action/package-lock.json | Updates resolved fast-xml-parser (and strnum) versions to match the override. |
| .github/actions/ses-email-action/dist/index.js | Rebuilds the bundled action output to include the updated dependency code. |
Files not reviewed (1)
- .github/actions/ses-email-action/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
No description provided.