Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

chore(deps): bump node-forge from 0.10.0 to 1.1.0 #231

Merged
merged 1 commit into from
Jan 8, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 7, 2022

Bumps node-forge from 0.10.0 to 1.1.0.

Changelog

Sourced from node-forge's changelog.

1.1.0 - 2022-01-06

Fixed

  • [x509]: Correctly compute certificate issuer and subject hashes to match behavior of openssl.
  • [pem]: Accept certificate requests with "NEW" in the label. "BEGIN NEW CERTIFICATE REQUEST" handled as "BEGIN CERTIFICATE REQUEST".

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.debug API. 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() (and forge.http.parseUrl alias) and use the WHATWG URL Standard. URL is supported by modern browers and modern Node.js. This change is needed to address URL parsing security issues. If forge.util.parseUrl() is used directly or through forge.xhr or forge.http APIs, and support is needed for environments without URL support, then a polyfill must be used.
  • BREAKING: Remove forge.task API. 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 in tests/support/.
  • BREAKING: Remove forge.util.makeLink, forge.util.makeRequest, forge.util.parseFragment, forge.util.getQueryVariables. Replace with URL, URLSearchParams, and custom code as needed.

Changed

  • BREAKING: Increase supported Node.js version to 6.13.0 for URL support.
  • BREAKING: Renamed master branch to main.
  • 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

... (truncated)

Commits
  • cb93fe5 Release 1.1.0.
  • c9d3cb7 Update changelog.
  • bbd80a4 Adjust how PEM CSR with "NEW" are handled.
  • e1e8762 Add pem unit tests for NEW in CSR labels.
  • 9c2aba1 Accept CSRs with NEW in the label for decoding.
  • fb9d7f1 Update changelog.
  • eca1527 Add test for issuer and subject hashes
  • cebb5ff FIX [x509] Certificate issuer and subject hash correctly computed
  • ea4a83c Start 1.0.1-0.
  • bc1a8d8 Release 1.0.0.
  • Additional commits viewable in compare view

Dependabot compatibility score

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

Bumps [node-forge](https://github.com/digitalbazaar/forge) from 0.10.0 to 1.1.0.
- [Release notes](https://github.com/digitalbazaar/forge/releases)
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](digitalbazaar/forge@0.10.0...v1.1.0)

---
updated-dependencies:
- dependency-name: node-forge
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 7, 2022
@achingbrain achingbrain merged commit d33eea1 into master Jan 8, 2022
@achingbrain achingbrain deleted the dependabot/npm_and_yarn/node-forge-1.1.0 branch January 8, 2022 07:00
github-actions bot pushed a commit that referenced this pull request Jan 8, 2022
### [0.22.4](v0.22.3...v0.22.4) (2022-01-08)

### Trivial Changes

* change min node support to 16 ([#230](#230)) ([9aabfe6](9aabfe6)), closes [#221](#221)
* **deps:** bump node-forge from 0.10.0 to 1.1.0 ([#231](#231)) ([d33eea1](d33eea1))
@github-actions
Copy link

github-actions bot commented Jan 8, 2022

🎉 This PR is included in version 0.22.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant