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
Currently, CertStore's internal loadFallbackCertificates() function silently ignores decoding error when JSON data is processed. Due to data format change introduced in PR #6, we should no longer ignore such error.
EDIT: It's better handle this in CertStoreConfiguration.validate() function.
The text was updated successfully, but these errors were encountered:
Currently,
CertStore
's internalloadFallbackCertificates()
function silently ignores decoding error when JSON data is processed. Due to data format change introduced in PR #6, we should no longer ignore such error.EDIT: It's better handle this in
CertStoreConfiguration.validate()
function.The text was updated successfully, but these errors were encountered: