Bumps node-forge to 1.3.2 and updates ancestor dependency @docusaurus/core. These dependencies need to be updated together.
Updates node-forge from 0.9.0 to 1.3.2
Changelog
Sourced from node-forge's changelog.
1.3.2 - 2025年11月25日
Security
- HIGH: ASN.1 Validator Desynchronization
- An Interpretation Conflict (CWE-436) vulnerability in node-forge versions
1.3.1 and below enables remote, unauthenticated attackers to craft ASN.1
structures to desynchronize schema validations, yielding a semantic
divergence that may bypass downstream cryptographic verifications and
security decisions.
- Reported by Hunter Wodzenski.
- CVE ID: CVE-2025-12816
- GHSA ID: GHSA-5gfm-wpxj-wjgq
- HIGH: ASN.1 Unbounded Recursion
- An Uncontrolled Recursion (CWE-674) vulnerability in node-forge versions
1.3.1 and below enables remote, unauthenticated attackers to craft deep
ASN.1 structures that trigger unbounded recursive parsing. This leads to a
Denial-of-Service (DoS) via stack exhaustion when parsing untrusted DER
inputs.
- Reported by Hunter Wodzenski.
- CVE ID: CVE-2025-66031
- GHSA ID: GHSA-554w-wpv2-vw27
- MODERATE: ASN.1 OID Integer Truncation
- An Integer Overflow (CWE-190) vulnerability in node-forge versions 1.3.1
and below enables remote, unauthenticated attackers to craft ASN.1
structures containing OIDs with oversized arcs. These arcs may be decoded
as smaller, trusted OIDs due to 32-bit bitwise truncation, enabling the
bypass of downstream OID-based security decisions.
- Reported by Hunter Wodzenski.
- CVE ID: CVE-2025-66030
- GHSA ID: GHSA-65ch-62r8-g69g
Fixed
- [asn1] Fix for vulnerability identified by CVE-2025-12816 PKCS#12 MAC
verification bypass due to missing macData enforcement and improper
asn1.validate routine.
- [asn1] Add
fromDer() max recursion depth check.
- Add a
asn1.maxDepth global configurable maximum depth of 256.
- Add a
asn1.fromDer() per-call maxDepth option.
- NOTE: The default maximum is assumed to be higher than needed for valid
data. If this assumption is false then this could be a breaking change.
Please file an issue if there are use cases that need a higher maximum.
- NOTE: The per-call
maxDepth parameter has not been exposed up through
all of the API stack due to the complexities involved. Please file an issue
if there are use cases that require this instead of changing the default
maximum.
- [asn1] Improve OID handling.
- Error on parsed OID values larger than
2**32 - 1.
- Error on DER OID values larger than
2**53 - 1 .
1.3.1 - 2022年03月29日
... (truncated)
Commits
Updates @docusaurus/core from 2.0.0-alpha.33 to 2.4.3
Release notes
Sourced from @docusaurus/core's releases.
2.4.3 (2023年09月20日)
🐛 Bug Fix
docusaurus-plugin-content-docs
- #9107 fix(content-docs): sidebar generator should return customProps for doc items (
@TheCatLady)
docusaurus-theme-classic
- #9108 feat(theme-classic): add description & keywords microdata to blog posts (
@TheCatLady)
- #9099 fix(theme): only set classname on ul elements if they have an existing class (
@homotechsual)
- #9243 fix(theme-common): ThemedComponent should display something when JS is disabled (
@slorber)
docusaurus-theme-classic, docusaurus-theme-common
- #9130 fix(theme): canonical url should be not change after hydration if url accessed with/without trailing slash (
@ori-shalom)
Committers: 4
2.4.2 (2023年09月20日)
Bad npm publish, please use 2.4.3
2.4.1 (2023年05月15日)
🐛 Bug Fix
docusaurus-theme-classic, docusaurus-theme-common
- #8971 fix(theme): fix collapsible sidebar behavior when prefers-reduced-motion (
@slorber)
docusaurus-theme-translations
docusaurus
docusaurus-plugin-content-blog, docusaurus-theme-common, docusaurus-utils-common, docusaurus
- #8909 fix(theme): add __ prefix to technical anchors, search crawlers (Algolia) should ignore them (
@slorber)
docusaurus-theme-common
- #8906 fix(theme-common): fix collapsible component with prefers-reduced-motion (
@slorber)
- #8873 fix(theme-common): fix confusing theme error message: bad sidebar id suggestions (
@slorber)
docusaurus-utils
- #8874 fix(utils): handle Markdown links with spaces to route correctly (
@morsko1)
docusaurus-theme-classic, docusaurus-theme-translations
- #8842 fix(theme-translations): remove redundant navigation text in aria label (
@tarunrajput)
create-docusaurus
💅 Polish
docusaurus-theme-classic
- #8862 refactor(theme): expose copy, success and word-wrap icons as standalone components (
@armano2)
... (truncated)
Changelog
Sourced from @docusaurus/core's changelog.
2.4.3 (2023年09月20日)
🐛 Bug Fix
docusaurus-plugin-content-docs
- #9107 fix(content-docs): sidebar generator should return customProps for doc items (
@TheCatLady)
docusaurus-theme-classic
- #9108 feat(theme-classic): add description & keywords microdata to blog posts (
@TheCatLady)
- #9099 fix(theme): only set classname on ul elements if they have an existing class (
@homotechsual)
- #9243 fix(theme-common): ThemedComponent should display something when JS is disabled (
@slorber)
docusaurus-theme-classic, docusaurus-theme-common
- #9130 fix(theme): canonical url should be not change after hydration if url accessed with/without trailing slash (
@ori-shalom)
Committers: 4
2.4.2 (2023年09月20日)
Bad npm publish, please use 2.4.3
2.4.1 (2023年05月15日)
🐛 Bug Fix
docusaurus-theme-classic, docusaurus-theme-common
- #8971 fix(theme): fix collapsible sidebar behavior when prefers-reduced-motion (
@slorber)
docusaurus-theme-translations
docusaurus
docusaurus-plugin-content-blog, docusaurus-theme-common, docusaurus-utils-common, docusaurus
- #8909 fix(theme): add __ prefix to technical anchors, search crawlers (Algolia) should ignore them (
@slorber)
docusaurus-theme-common
- #8906 fix(theme-common): fix collapsible component with prefers-reduced-motion (
@slorber)
- #8873 fix(theme-common): fix confusing theme error message: bad sidebar id suggestions (
@slorber)
docusaurus-utils
- #8874 fix(utils): handle Markdown links with spaces to route correctly (
@morsko1)
docusaurus-theme-classic, docusaurus-theme-translations
- #8842 fix(theme-translations): remove redundant navigation text in aria label (
@tarunrajput)
create-docusaurus
💅 Polish
docusaurus-theme-classic
- #8862 refactor(theme): expose copy, success and word-wrap icons as standalone components (
@armano2)
... (truncated)
Commits
56410aa v2.4.3
4ab5a93 chore: backport retro compatible commits for the Docusaurus v2.4.2 release (#...
4a2200a chore: backport retro compatible commits for the Docusaurus v2.4.1 release (#...
4fb67ef chore: backport retro compatible commits for the Docusaurus v2.4 release (#8809)
c60387d chore: backport retro compatible commits for the Docusaurus v2.3.1 release (#...
c84d779 chore: backport retro compatible commits for the Docusaurus v2.3 release (#8585)
de97214 chore: backport retro compatible commits for the Docusaurus v2.2 release (#8264)
7743aa6 chore: release Docusaurus v2.1.0 (#8040)
26d2b9a chore: backport retro compatible commits for the Docusaurus v2.1 release (#8033)
bb65b5c chore: release v2.0.1 (#7919)
- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by slorber, a new releaser for @docusaurus/core since your current version.
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 rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will 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 version will 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 dependency will 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.
Bumps node-forge to 1.3.2 and updates ancestor dependency @docusaurus/core. These dependencies need to be updated together.
Updates
node-forgefrom 0.9.0 to 1.3.2Changelog
Sourced from node-forge's changelog.
... (truncated)
Commits
235ad3eRelease 1.3.2.2598244Update changelog.0032dd0Fix typos.d75e08dRun new security test.a5ce91dUpdate changelog formatting.4652de6Cleanups.eb932d9Fix typo.db6954bFix style.afbf7d8Align error message style.6607445Revert minor changes.Updates
@docusaurus/corefrom 2.0.0-alpha.33 to 2.4.3Release notes
Sourced from
@docusaurus/core's releases.... (truncated)
Changelog
Sourced from
@docusaurus/core's changelog.... (truncated)
Commits
56410aav2.4.34ab5a93chore: backport retro compatible commits for the Docusaurus v2.4.2 release (#...4a2200achore: backport retro compatible commits for the Docusaurus v2.4.1 release (#...4fb67efchore: backport retro compatible commits for the Docusaurus v2.4 release (#8809)c60387dchore: backport retro compatible commits for the Docusaurus v2.3.1 release (#...c84d779chore: backport retro compatible commits for the Docusaurus v2.3 release (#8585)de97214chore: backport retro compatible commits for the Docusaurus v2.2 release (#8264)7743aa6chore: release Docusaurus v2.1.0 (#8040)26d2b9achore: backport retro compatible commits for the Docusaurus v2.1 release (#8033)bb65b5cchore: release v2.0.1 (#7919)Maintainer changes
This version was pushed to npm by slorber, a new releaser for
@docusaurus/coresince your current version.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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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.