Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump openpgp and @hashicorp/js-releases #350

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2023

Bumps openpgp to 5.10.1 and updates ancestor dependency @hashicorp/js-releases. These dependencies need to be updated together.

Updates openpgp from 5.1.0 to 5.10.1

Release notes

Sourced from openpgp's releases.

v5.10.1

Reject cleartext messages with extraneous data preceeding hash, addressing: GHSA-ch3c-v47x-4pgp.

v5.10.0

  • crypto-refresh: add support for new Ed25519/X25519 keys, signatures and messages (#1620)
  • Support parsing encrypted key with unknown s2k types or cipher algos (#1658)
  • Fix forward compatibility of keys, SKESKs, and detached/cleartext signatures and ECDH (#1656)

This release does not include any breaking changes.

Full Changelog: openpgpjs/openpgpjs@v5.9.0...v5.10.0

v5.9.0

  • Add support for verifying User Attributes in verifyAllUsers (#1637)
  • Allow email addresses with trailing numbers in domain (#1642)
  • TS: add declaration for verify with CleartextMessage input (#1640)
  • Add revoke to Subkey in type definition (#1639)

v5.8.0

v5.7.0

  • Add support for creating critical signature subpackets (openpgpjs/openpgpjs#1599)
    • Most subpackets are now assigned a criticality based on whether failing to interpret their meaning would negatively impact security.
    • If subpackets that are now marked as critical (such as signature creation date, issuer Key ID, key expiration time if set, etc.) are not supported by another OpenPGP implementation, it will now be considered invalid by the implementation rather than ignored. However, since these subpackets are fundamental to the functioning of OpenPGP, they should indeed never be ignored. If an implementation doesn't support them, please upgrade or report it to the relevant implementation as well as or instead of here.
    • For Notation Data subpackets, the caller can now set their criticality using the signatureNotations[*].critical property. When set to critical, if the OpenPGP implementation reading the signature doesn't understand their meaning, they will be rejected rather than ignored. This is useful if the notation is indeed critical (:slightly_smiling_face:) to the functioning of the signature or the key that contains it.
  • Remove default known notations (openpgpjs/openpgpjs#1600)
    • Since OpenPGP.js doesn't interpret any notations, we shouldn't consider any of them "known" by default. Rather, we let the calling application indicate the known notations, and it is then responsible for handling them.
    • Specifically, signatures with a critical notation named "preferred-email-encoding@pgp.com" or "pka-address@gnupg.org" will now be rejected by default. We believe that these are not common "in the wild", but if you encounter them, you can add them to the config.knownNotations array, or (preferably) pass a knownNotations array in the config property when verifying a signature, and then handle the preference indicated by the notation data afterwards by inspecting the signaturePacket.notations or rawNotations property.
  • TypeScript: added selfCertification property to the PrimaryUser interface definition (openpgpjs/openpgpjs#1594)
  • Docs: mark global generateSessionKeys's encryptionKeys parameter as optional (openpgpjs/openpgpjs#1596)
  • CI: Update browser targets (openpgpjs/openpgpjs#1549)
  • Update ESLint and other minor dependencies; clean up linting rules (openpgpjs/openpgpjs#1602)

v5.6.0

... (truncated)

Commits
  • 5d02e3a 5.10.1
  • 6b43e02 Merge pull request from GHSA-ch3c-v47x-4pgp
  • 11b5999 Reject cleartext messages with extraneous data preceeding hash header
  • 4df86e5 5.10.0
  • 8d4dd34 Merge pull request #1620
  • 5ae2846 CI: test on iOS Safari 14 instead of 15 to have access to SubtleCrypto
  • b164190 Internal: rename Curves to CurvesWithOID
  • ef953ce Add HKDF fallback for Node 14, where SubtleCrypto is not available
  • ee4ad89 Enforce AES with PKESK v3 using x25519 (new format)
  • 1c07d26 crypto-refresh: add support for new X25519 key and PKESK format
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by larabr, a new releaser for openpgp since your current version.


Updates @hashicorp/js-releases from 1.6.1 to 1.7.0

Release notes

Sourced from @​hashicorp/js-releases's releases.

v1.7.0

ENHANCEMENT:

BUG FIXES:

INTERNAL:

Changelog

Sourced from @​hashicorp/js-releases's changelog.

1.7.0 (2023-09-07)

ENHANCEMENT:

BUG FIXES:

INTERNAL:

Commits
  • 6b64ff2 Fix publishing
  • 7d1b57f Fix publishing
  • 92da1c8 Release 1.7.0 (#166)
  • 5291884 Merge pull request #165 from hashicorp/dependabot/github_actions/actions/chec...
  • 6dda7e9 Bump actions/checkout from 3.6.0 to 4.0.0
  • e5fe1d5 Bump @​types/node from 14.18.56 to 14.18.58 (#164)
  • 2e9de5e Merge pull request #163 from hashicorp/dependabot/npm_and_yarn/openpgp-5.10.1
  • e139465 Bump openpgp from 5.9.0 to 5.10.1
  • cc7d91e Bump @​types/semver from 7.5.0 to 7.5.1 (#162)
  • f0a3eb1 Merge pull request #161 from hashicorp/dependabot/github_actions/actions/chec...
  • 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 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 [openpgp](https://github.com/openpgpjs/openpgpjs) to 5.10.1 and updates ancestor dependency [@hashicorp/js-releases](https://github.com/hashicorp/js-releases). These dependencies need to be updated together.


Updates `openpgp` from 5.1.0 to 5.10.1
- [Release notes](https://github.com/openpgpjs/openpgpjs/releases)
- [Commits](openpgpjs/openpgpjs@v5.1.0...v5.10.1)

Updates `@hashicorp/js-releases` from 1.6.1 to 1.7.0
- [Release notes](https://github.com/hashicorp/js-releases/releases)
- [Changelog](https://github.com/hashicorp/js-releases/blob/main/CHANGELOG.md)
- [Commits](hashicorp/js-releases@v1.6.1...v1.7.0)

---
updated-dependencies:
- dependency-name: openpgp
  dependency-type: indirect
- dependency-name: "@hashicorp/js-releases"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner September 12, 2023 07:19
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 12, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 12, 2023

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Sep 12, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/openpgp-and-hashicorp/js-releases-5.10.1 branch September 12, 2023 10:45
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 24, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants