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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
v2.5.8
Enhancements
certificates property of analyzer.Hostname objects now returns same list of SSL
certificates as the UI, enabled by a CertificateField search with the field set to name. This activates special-case functionality in the API that performs a
substring search for a hostname across both subjectAlternativeNames and subjectCommonName fields
The previous version only looked at the subjectAlternativeNames field. A more narrow
search across specific fields is still available by instantiating an analyzer.CertificateField object directly.
Docs now show current version number and link to this changelog hosted on GitHub.