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

Add additionalAllowedPackets config option #1618

Merged
merged 1 commit into from Mar 30, 2023

Conversation

toberndo
Copy link
Member

Following the discussion #1617 this pull requests adds a new config option additionalAllowedPackets.

When parsing for example a SEIP packet, currently only the following nested packets are allowed: LiteralDataPacket, CompressedDataPacket, OnePassSignaturePacket, SignaturePacket.

With this new config option we can add additional packet classes to the list of allowed packets.

src/packet/packetlist.js Outdated Show resolved Hide resolved
@toberndo toberndo force-pushed the additional-allowed-packets branch 2 times, most recently from bcf665b to ff3f97f Compare March 24, 2023 14:34
src/packet/packetlist.js Outdated Show resolved Hide resolved
Copy link
Member

@twiss twiss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Thanks!

@twiss twiss merged commit 0d025d8 into openpgpjs:main Mar 30, 2023
12 checks passed
@toberndo
Copy link
Member Author

Are there any plans for a new v5.x release before going to v6?

@twiss
Copy link
Member

twiss commented Apr 18, 2023

Yeah, we can make a release, I'll do so 👍
Edit: released in v5.8.0 :)

@toberndo
Copy link
Member Author

@twiss Thanks so much for this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants