Conversation
Bumps [github.com/emmansun/gmsm](https://github.com/emmansun/gmsm) from 0.41.0 to 0.41.1. - [Release notes](https://github.com/emmansun/gmsm/releases) - [Commits](emmansun/gmsm@v0.41.0...v0.41.1) --- updated-dependencies: - dependency-name: github.com/emmansun/gmsm dependency-version: 0.41.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
windcbf
approved these changes
Mar 17, 2026
There was a problem hiding this comment.
Review: Dependency Bump — github.com/emmansun/gmsm 0.41.0 → 0.41.1
✅ Approved — Clean patch-version dependency update with no concerns.
Changes Reviewed
nhp/go.mod: Version pin updated (1 line)nhp/go.sum: Hashes updated for new version (2 lines)
Assessment
This patch release is a net security improvement for the project:
- SM9 hardening: Rejects infinity points in decrypt, unwrap, verify, and key exchange — closes a class of invalid-point attacks
- DRBG hardening: Improved deterministic random bit generator behavior
- Weak algo warnings: Added deprecation warnings for broken/weak algorithms
- Updated transitive dep
golang.org/x/cryptoto 0.48.0
No API-breaking changes. The companion PR for /endpoints (#1454) has already been merged. This completes the upgrade across both modules.
Verified: go.sum hashes match the expected Dependabot-generated checksums for v0.41.1.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #1453 +/- ##
=====================================
Coverage 0.57% 0.57%
=====================================
Files 87 87
Lines 12535 12535
=====================================
Hits 72 72
Misses 12457 12457
Partials 6 6
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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.
Bumps github.com/emmansun/gmsm from 0.41.0 to 0.41.1.
Release notes
Sourced from github.com/emmansun/gmsm's releases.
... (truncated)
Commits
3ffef87Merge pull request #453 from emmansun/develop44e0ea0Merge pull request #452 from emmansun/main1085b2eSM9: reject infinity points in decrypt, unwrap, verify, and key exchange38d3d93Merge pull request #450 from emmansun/dependabot/github_actions/develop/step-...a92f3ceMerge pull request #449 from emmansun/dependabot/github_actions/develop/githu...1b8ef15build(deps): bump step-security/harden-runner from 2.15.0 to 2.15.13b46343build(deps): bump github/codeql-action from 4.32.5 to 4.32.60d2c3e6Merge pull request #448 from emmansun/dependabot/github_actions/develop/docke...b04963cbuild(deps): bump docker/setup-qemu-action from 3.7.0 to 4.0.0bf38540Merge pull request #447 from emmansun/dependabot/github_actions/develop/githu...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.