RFR: 5561: Support for Crypto Events in JMC
Suchita Chaturvedi
schaturvedi at openjdk.org
Mon Nov 17 10:51:13 UTC 2025
This PR enhances the JMC UI for adding new information related to crypto events: specifically X509CertificateEvent.
This PR adds a new rule with respect to X509CertificateEvent which provides alert related to expired/expiring certificates and weak signature algorithms or weak key length or key type. The rule gives a basic overview of all the certificate ids which needs action or attention, however complete details are provided as part of a new screen - Security.
Attaching the screenshots here for better reference:
Rule Page:
<img width="362" height="373" alt="image" src="https://github.com/user-attachments/assets/4707e6b2-76be-4b1e-9f32-c6139851d86c" />
Security Screen Page:
<img width="959" height="385" alt="image" src="https://github.com/user-attachments/assets/5026e2b7-2754-47bc-a42d-5672f9f087d7" />
-------------
Commit messages:
- 5561: Support for Crypto Events in JMC
Changes: https://git.openjdk.org/jmc/pull/686/files
Webrev: https://webrevs.openjdk.org/?repo=jmc&pr=686&range=00
Issue: https://bugs.openjdk.org/browse/JMC-5561
Stats: 1353 lines in 31 files changed: 1353 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jmc/pull/686.diff
Fetch: git fetch https://git.openjdk.org/jmc.git pull/686/head:pull/686
PR: https://git.openjdk.org/jmc/pull/686
More information about the jmc-dev
mailing list