[Snyk] Upgrade openpgp from 5.0.0-1 to 5.0.0 - #7
Open
snyk-bot wants to merge 1 commit into
Open
Conversation
Snyk has created this PR to upgrade openpgp from 5.0.0-1 to 5.0.0. See this package in npm: https://www.npmjs.com/package/openpgp See this project in Snyk: https://app.snyk.io/org/kloakit/project/da817595-535e-4201-854f-d93792786832?utm_source=github&utm_medium=referral&page=upgrade-pr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade openpgp from 5.0.0-1 to 5.0.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Release notes
Package name: openpgp
-
5.0.0 - 2021-09-02
-
5.0.0-6 - 2021-08-20
- Add
- Set default
- Docs: clarify content of returned signatures value in
-
5.0.0-5 - 2021-07-23
- Add security policy (#1388)
- Throw on unrecognized configuration parameters in top-level functions (#1387)
- Rename
- TypeScript: add missing
- Update dependencies (#1383)
-
5.0.0-4 - 2021-07-20
- Fix various signature verification issues (#1302)
- Uniform casing of subkey(s): rename the
- CI: Check that JSDoc comments are valid (#1328)
- CI: Detect unhandled rejections in browser tests (#1333) except in Safari 14.1 (#1371)
- Require keys in
- Remove
- Always generate RSA keys of exact bit length (#1336)
- Drop
- Add
- Always throw on unexpected packets, but ignore
- TypeScript: make the
- Simplify return value of
- Support passing a non-array value to
- Support using
- Lint: enforce single quotes and do not error on class methods without
- Remove
- Update README to use
- Extend
- Replace
- If
- If
- If
- Github: add issue templates (#1369)
- Export
- Update web-stream-tools, web-streams-polyfill and web-streams-adapter dependencies
-
5.0.0-3 - 2021-05-28
-
5.0.0-2 - 2021-04-27
-
5.0.0-1 - 2021-03-03
from openpgp GitHub release notesRead more
This is a prerelease of v5.0.0. The full changelog since OpenPGP.js v4 can be found here. The changelog since v5.0.0-5 is:
config.rejectCurvesand prevent using and generating keys using blacklisted curves (#1395)config.minRSABitsto 2047 (#1392)openpgp.verifyanddecrypt(#1404)This is a prerelease of v5.0.0. The full changelog since OpenPGP.js v4 can be found here. The changelog since v5.0.0-4 is:
config.toleranttoconfig.ignoreUnsupportedPackets, addconfig.ignoreMalformedPackets(#1386)configoptions to the type definitions (#1385)This is a prerelease of v5.0.0. The full changelog since OpenPGP.js v4 can be found here. The changelog since v5.0.0-3 is:
SubKeyclass toSubkey, andkey.subKeystokey.subkeys(#1310)openpgp.signand make all top-level functions fully async (#1318)primaryKeyargument fromUsermethods, and renameUser.signtoUser.certify(#1329)capabilities,keyIDargs inkey.getExpirationTime()and consider direct-key signatures (#1319)Signature#getSigningKeyIDsmethod to get Issuer Key IDs from aSignature(#1331)TrustandMarkerpackets on parsing (#1340)packets,keyPacketandmainKeypropertiesreadonly(#1337)generateKey,reformatKeyandrevokeKeyand add support for binary output (#1345)encryption/signingKeyIDsin top-level functions (#1342)key.isPrivate()for type inference, removekey.isPublic()(#1347)this(#1341)validanderrorfrom the verification result ofopenpgp.verifyanddecrypt, in favor ofawait verified(#1348)openpgp.readPrivateKey()where applicable (#1362)BaseStream<>fromAsyncIterable<>, to enable the use offor await (chunk of result)on returned streams in TypeScript (#1373)armoroption withformatinopenpgp.encrypt,signandencryptSessionKey(#1354, #1377)format: 'armor'is passed (the default), an armored signed/encrypted message is returned (same asarmor: true)format: 'binary'is passed, a binary signed/encrypted message is returned (same asarmor: falsein previous v5 prereleases)format: 'object'is passed, aMessageorSignatureobject is returned (same asarmor: falsein v4)Subkeyclass (#1381)Examples
Generate an armored key pair
v5.0.0-3:
v5.0.0-4:
Generate a private key object
v5.0.0-3:
v5.0.0-4:
Encrypt and sign binary message (binary output)
v5.0.0-3:
v5.0.0-4:
Read more
Read more
Read more
Commit messages
Package name: openpgp
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs