Title: Bump node-forge and @docusaurus/core by dependabot[bot] · Pull Request #14 · codingtools/codingtools.github.io · GitHub
Open Graph Title: Bump node-forge and @docusaurus/core by dependabot[bot] · Pull Request #14 · codingtools/codingtools.github.io
X Title: Bump node-forge and @docusaurus/core by dependabot[bot] · Pull Request #14 · codingtools/codingtools.github.io
Description: 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
235ad3e Release 1.3.2.
2598244 Update changelog.
0032dd0 Fix typos.
d75e08d Run new security test.
a5ce91d Update changelog formatting.
4652de6 Cleanups.
eb932d9 Fix typo.
db6954b Fix style.
afbf7d8 Align error message style.
6607445 Revert minor changes.
Additional commits viewable in compare view
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
Mikey O'Toole (@homotechsual)
Ori Shalom (@ori-shalom)
Sébastien Lorber (@slorber)
@TheCatLady
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
#8933 fix(theme-translations): fix Turkish translation for aria label "Enter key" (@LiberaTeMetuMortis)
docusaurus
#8908 fix(core): Correct yarn upgrade command for yarn 2.x (@andrewnicols)
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
#8831 fix(create): add missing await (@SACHINnANYAKKARA)
💅 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
Mikey O'Toole (@homotechsual)
Ori Shalom (@ori-shalom)
Sébastien Lorber (@slorber)
@TheCatLady
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
#8933 fix(theme-translations): fix Turkish translation for aria label "Enter key" (@LiberaTeMetuMortis)
docusaurus
#8908 fix(core): Correct yarn upgrade command for yarn 2.x (@andrewnicols)
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
#8831 fix(create): add missing await (@SACHINnANYAKKARA)
💅 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
Open Graph Description: 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...
X Description: 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...
Opengraph URL: https://github.com/codingtools/codingtools.github.io/pull/14
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/checks(.:format) |
| route-controller | pull_requests |
| route-action | checks |
| fetch-nonce | v2:7df8bf91-4064-096c-7aaa-b1d83da651d7 |
| current-catalog-service-hash | 87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a |
| request-id | 92F0:36A8E0:93C016:C06B46:698D65CD |
| html-safe-nonce | 1c67e8cb54cef224ac7cb40d752443684c3c5cb160503ba669b689ee0f0b6dcd |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MkYwOjM2QThFMDo5M0MwMTY6QzA2QjQ2OjY5OEQ2NUNEIiwidmlzaXRvcl9pZCI6IjUzODk4Mjk4OTgzMjY4NjEyNjEiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 563fbebcac4eac07e548b58d8900a097fd97420be2bd7aef547ba87067f1559c |
| hovercard-subject-tag | pull_request:3050900294 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/codingtools/codingtools.github.io/pull/14/checks |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | 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... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | c0818105fa276287e9369cfdefa0a0fa7953719791ceff9b94d69623c0a4fe8a |
| turbo-cache-control | no-preview |
| go-import | github.com/codingtools/codingtools.github.io git https://github.com/codingtools/codingtools.github.io.git |
| octolytics-dimension-user_id | 56801671 |
| octolytics-dimension-user_login | codingtools |
| octolytics-dimension-repository_id | 220756606 |
| octolytics-dimension-repository_nwo | codingtools/codingtools.github.io |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 220756606 |
| octolytics-dimension-repository_network_root_nwo | codingtools/codingtools.github.io |
| turbo-body-classes | logged-out env-production page-responsive full-width full-width-p-0 |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 715890fa442134f528fb422ab338c0ad55c7a025 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width