Bump node-forge from 0.10.0 to 1.0.0
Created by: dependabot[bot]
Bumps node-forge from 0.10.0 to 1.0.0.
Changelog
Sourced from node-forge's changelog.
1.0.0 - 2022-01-04
Notes
- 1.0.0!
- This project is over a decade old! Time for a 1.0.0 release.
- The URL related changes may expose bugs in some of the networking related code (unrelated to the much wider used cryptography code). The automated and manual test coverage for this code is weak at best. Issues or patches to update the code or tests would be appreciated.
Removed
- SECURITY, BREAKING: Remove
forge.debugAPI. The API has the potential for prototype pollution. This API was only briefly used by the maintainers for internal project debug purposes and was never intended to be used with untrusted user inputs. This API was not documented or advertised and is being removed rather than fixed.- SECURITY, BREAKING: Remove
forge.util.parseUrl()(andforge.http.parseUrlalias) and use the WHATWG URL Standard.URLis supported by modern browers and modern Node.js. This change is needed to address URL parsing security issues. Ifforge.util.parseUrl()is used directly or throughforge.xhrorforge.httpAPIs, and support is needed for environments withoutURLsupport, then a polyfill must be used.- BREAKING: Remove
forge.taskAPI. This API was never used, documented, or advertised by the maintainers. If anyone was using this API and wishes to continue development it in other project, please let the maintainers know. Due to use in the test suite, a modified version is located intests/support/.- BREAKING: Remove
forge.util.makeLink,forge.util.makeRequest,forge.util.parseFragment,forge.util.getQueryVariables. Replace withURL,URLSearchParams, and custom code as needed.Changed
- BREAKING: Increase supported Node.js version to 6.13.0 for URL support.
- BREAKING: Renamed
masterbranch tomain.- BREAKING: Release process updated to use tooling that prefixes versions with
v. Other tools, scripts, or scanners may need to adapt.- BREAKING: Remove docs related to Bower and forge-dist. Install using another method.
Added
- OIDs for
surname,title, andgivenName.Fixed
- BREAKING: OID 2.5.4.5 name fixed from
serialNametoserialNumber. Depending on how applications used this id to name association it could cause compatibility issues.
Commits
-
bc1a8d8Release 1.0.0. -
9055d6fUpdate changelog. -
69395d0Fix install note. -
5f8d5c2Update docs. -
27286feFix style. -
a3f48e4Fix spelling. -
aea85c5Remove URL related APIs. -
db8016cRemove forge.util.parseUrl. -
e1a740d🔒 change CSR examples to use 2048 bits -
6a10f7cFix OIDserialNametoserialNumber. - Additional commits viewable in compare view
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 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) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.