René's URL Explorer Experiment


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 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.

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

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:7ac466ba-5ec0-2466-d7ca-6c43bb2dcc27
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8930:17270F:23E81D:2EE97D:698D4988
html-safe-noncef4f3a47943fa03417297eb8157a012815b97994b5eaf40144c53589a584a96cc
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4OTMwOjE3MjcwRjoyM0U4MUQ6MkVFOTdEOjY5OEQ0OTg4IiwidmlzaXRvcl9pZCI6IjcyMzA5NzA2MjczNjc5Nzk0MDAiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac83a69478bdc7ea310e26da6aae3611bfe7b1e2428d8dd546cadb047b27cd1280
hovercard-subject-tagpull_request:3050900294
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/codingtools/codingtools.github.io/pull/14/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps 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_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonec0818105fa276287e9369cfdefa0a0fa7953719791ceff9b94d69623c0a4fe8a
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/codingtools/codingtools.github.io git https://github.com/codingtools/codingtools.github.io.git
octolytics-dimension-user_id56801671
octolytics-dimension-user_logincodingtools
octolytics-dimension-repository_id220756606
octolytics-dimension-repository_nwocodingtools/codingtools.github.io
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id220756606
octolytics-dimension-repository_network_root_nwocodingtools/codingtools.github.io
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasea95a17cc440c14d4fcddc0641bc1136fa8d908f0
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/pull/14/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcodingtools%2Fcodingtools.github.io%2Fpull%2F14%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcodingtools%2Fcodingtools.github.io%2Fpull%2F14%2Ffiles
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=codingtools%2Fcodingtools.github.io
Reloadhttps://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/pull/14/files
Reloadhttps://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/pull/14/files
Reloadhttps://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/pull/14/files
codingtools https://patch-diff.githubusercontent.com/codingtools
codingtools.github.iohttps://patch-diff.githubusercontent.com/codingtools/codingtools.github.io
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fcodingtools%2Fcodingtools.github.io
Fork 0 https://patch-diff.githubusercontent.com/login?return_to=%2Fcodingtools%2Fcodingtools.github.io
Star 1 https://patch-diff.githubusercontent.com/login?return_to=%2Fcodingtools%2Fcodingtools.github.io
Code https://patch-diff.githubusercontent.com/codingtools/codingtools.github.io
Issues 3 https://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/issues
Pull requests 10 https://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/pulls
Actions https://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/actions
Projects 0 https://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/projects
Security 0 https://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/security
Insights https://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/pulse
Code https://patch-diff.githubusercontent.com/codingtools/codingtools.github.io
Issues https://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/issues
Pull requests https://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/pulls
Actions https://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/actions
Projects https://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/projects
Security https://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/security
Insights https://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fcodingtools%2Fcodingtools.github.io%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Fcodingtools%2Fcodingtools.github.io%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
release/release-v1.xhttps://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/tree/release/release-v1.x
dependabot/npm_and_yarn/multi-69c2099ce0https://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/tree/dependabot/npm_and_yarn/multi-69c2099ce0
Conversation 1 https://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/pull/14
Commits 1 https://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/pull/14/commits
Checks 2 https://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/pull/14/checks
Files changed https://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/pull/14/files
Please reload this pagehttps://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/pull/14/files
Bump node-forge and @docusaurus/core https://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/pull/14/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/pull/14/files
57f1328 Bump node-forge and @docusaurus/core dependabot[bot] Nov 27, 2025 https://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/pull/14/commits/57f13287527ecd7dca3c1ddbc3b7ed6c159e495a
Clear filters https://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/pull/14/files
Please reload this pagehttps://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/pull/14/files
Please reload this pagehttps://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/pull/14/files
package-lock.json https://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/pull/14/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
package.json https://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/pull/14/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
Please reload this pagehttps://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/pull/14/files
Please reload this pagehttps://patch-diff.githubusercontent.com/codingtools/codingtools.github.io/pull/14/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.