Skip to content

fix dependabot security alerts#10526

Merged
coffeegoddd merged 2 commits intomainfrom
db/alerts
Feb 18, 2026
Merged

fix dependabot security alerts#10526
coffeegoddd merged 2 commits intomainfrom
db/alerts

Conversation

@coffeegoddd
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.1 from the integration test module and updated imports to gopkg.in/go-jose/go-jose.v2.
  • Added an npm overrides entry to pin fast-xml-parser to 5.3.6 and 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.

@coffeegoddd coffeegoddd requested a review from jycor February 18, 2026 19:51
Copy link
Copy Markdown
Contributor

@jycor jycor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@coffeegoddd coffeegoddd merged commit 6606a3b into main Feb 18, 2026
31 checks passed
@coffeegoddd coffeegoddd deleted the db/alerts branch February 18, 2026 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants