Skip to content

fix: bump node-forge to ^1.4.0 to resolve CVEs#746

Merged
ashishrp-aws merged 1 commit intoaws:mainfrom
ashishrp-aws:fix/bump-node-forge-1.4.0
Apr 2, 2026
Merged

fix: bump node-forge to ^1.4.0 to resolve CVEs#746
ashishrp-aws merged 1 commit intoaws:mainfrom
ashishrp-aws:fix/bump-node-forge-1.4.0

Conversation

@ashishrp-aws
Copy link
Copy Markdown
Contributor

Problem

[email protected] contains 4 CVEs (CVE-2026-33891, CVE-2026-33894, CVE-2026-33896, CVE-2026-33895) flagged by AWS SAS Vendor Guidance. The vulnerable version is pulled in as a direct devDependency in runtimes/package.json and transitively through [email protected]. Downstream consumers (language-servers, amazon-q-vscode, ECS Console Assets) inherit this vulnerability via @aws/language-server-runtimes.

Solution

  • Bumped node-forge from ^1.3.1 to ^1.4.0 in runtimes/package.json
  • Added "node-forge": "^1.4.0" to root package.json overrides to ensure the transitive copy from win-ca also resolves to 1.4.0
  • Regenerated package-lock.json confirming all node-forge instances resolve to 1.4.0

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@ashishrp-aws ashishrp-aws requested a review from a team as a code owner April 2, 2026 18:57
@ashishrp-aws ashishrp-aws merged commit c1cd1a4 into aws:main Apr 2, 2026
4 checks passed
Will-ShaoHua pushed a commit that referenced this pull request Apr 3, 2026
🤖 I have created a release *beep* *boop*
---


<details><summary>chat-client-ui-types: 0.1.70</summary>

##
[0.1.70](chat-client-ui-types/v0.1.69...chat-client-ui-types/v0.1.70)
(2026-04-02)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @aws/language-server-runtimes-types bumped from ^0.1.63 to ^0.1.64
</details>

<details><summary>language-server-runtimes: 0.3.16</summary>

##
[0.3.16](language-server-runtimes/v0.3.15...language-server-runtimes/v0.3.16)
(2026-04-02)


### Features

* delegate lsp to handle context command filtering
([#743](#743))
([8836c33](8836c33))
* delegate lsp to handle context command filtering
([#745](#745))
([2c7174a](2c7174a))


### Bug Fixes

* bump node-forge to ^1.4.0 to resolve CVEs
([#746](#746))
([c1cd1a4](c1cd1a4))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @aws/language-server-runtimes-types bumped from ^0.1.63 to ^0.1.64
</details>

<details><summary>language-server-runtimes-types: 0.1.64</summary>

##
[0.1.64](language-server-runtimes-types/v0.1.63...language-server-runtimes-types/v0.1.64)
(2026-04-02)


### Features

* delegate lsp to handle context command filtering
([#743](#743))
([8836c33](8836c33))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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