You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem/Solution:
Add `deserializeAndFilterOutInvalidCertificates` which wraps the `deserializeX509`
call in a `Try` (as `certificate.checkValidity()` can return
`CertificateExpiredException`, `CertificateNotYetValidException`) and
separates out any expired or not yet valid certificates detected.
JIRA Issues: PSEC-16977
Differential Revision: https://phabricator.twitter.biz/D1107551
0 commit comments