fix: [npm] Upgrade sha.js from 2.4.11 to 2.4.12 to resolve CVE-2025-9288 - #269
Open
hannahhuh-cog wants to merge 1 commit into
Open
hannahhuh-cog wants to merge 1 commit into
hannahhuh-cog wants to merge 1 commit into
Conversation
Co-Authored-By: Hannah Huh <hannah.huh@cognition.ai>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
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
Snyk SCA flagged
sha.js@2.4.11(transitive viatypeorm@0.2.24) with CriticalSNYK-JS-SHAJS-12089400/ CVE-2025-9288 — missing input type checks (CWE-20) allow hash-rewind / hash-collision when non-Buffer/non-string input is passed toupdate(). Fixed in 2.4.12.Change: lockfile-only.
typeormalready declaressha.js: ^2.4.11, so no manifest edit is needed;npm update sha.js --package-lock-onlyre-resolvesnode_modules/sha.jsto 2.4.12. The extra lockfile churn is (a) 2.4.12's newto-bufferdependency, which pulls in thecall-bind/get-intrinsic/es-*helper chain, and (b) npm deduping several nestedreadable-stream/string_decoder/isarraycopies while relocking. No version of an existing top-level package regressed.Snyk reference:
SNYK-JS-SHAJS-12089400, severity critical, introduced throughtypeorm@0.2.24 > sha.js@2.4.11.Devin-Org: engineering
Link to Devin session: https://app.devin.ai/sessions/178f11f2b5e94e8f93f691287e1f1d60
Open in Devin Desktop: https://app.devin.ai/desktop/session/178f11f2b5e94e8f93f691287e1f1d60?variant=devin
Requested by: @hannahhuh-cog