Migrate to org.bouncycastle.bcpkix-jdk18on by Muthu-Palaniyappan-OL · Pull Request #8 · simple-java-mail/java-utils-mail-dkim
Navigation Menu
{{ message }}
simple-java-mail / java-utils-mail-dkim Public
- Notifications You must be signed in to change notification settings
- Fork 10
Merged
bbottema merged 1 commit intosimple-java-mail:masterfrom
Apr 13, 2025Merged
Migrate to org.bouncycastle.bcpkix-jdk18on#8
bbottema merged 1 commit intosimple-java-mail:masterfrom
Migrate to org.bouncycastle.bcpkix-jdk18on#8
bbottema merged 1 commit intosimple-java-mail:masterfrom
Conversation
Copy link
Contributor
Problem Description
This project used net.i2p.crypto:eddsa, which is vulnerable to CVE-2020-36843.
Solution/Fix
Move from net.i2p.crypto:eddsa to org.bouncycastle.bcpkix-jdk18on
Muthu-Palaniyappan-OL
mentioned this pull request
Muthu-Palaniyappan-OL
force-pushed
the
master
branch
from
ed2a746 to
d5e1769
Compare
…to remediate CVE-2020-36843 Before this commit we were using net.i2p.crypto.eddsa which was vulnerable to CVE-2020-36843, now we are moving to org.bouncycastle.bcpkix-jdk18on to remediate cve
Muthu-Palaniyappan-OL
force-pushed
the
master
branch
from
d5e1769 to
484bfe0
Compare
Muthu-Palaniyappan-OL
changed the title
Remove net.i2p.crypto.eddsa
Migrate to org.bouncycastle.bcpkix-jdk18on
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