Releases: digicert/pkilint
Releases · digicert/pkilint
v0.9.6
v0.9.5
v0.9.4
v0.9.3
0.9.3 - 2023-09-20
New features/enhancements
- Explicitly support Python 3.12 (#34)
- Add REST endpoint that returns the set of possible findings for a specific linter (#36)
- Surround document-sourced string values with double quotes in finding messages (#41)
Fixes
- Suppress
ValueError
stack trace whenlint_cabf_smime_cert
can't determine certificate type (#37) OrganizationIdentifierCountryNameConsistentValidator
should perform a case-insensitive country comparison (#38)- Change severity of
cabf.smime.email_address_in_attribute_not_in_san
from WARNING to ERROR (#39) - Decoding error when determining certificate type returns HTTP 500 (#40)
v0.9.2
v0.9.1
v0.9.0
What's Changed
-
Issue: Add support for linting certificates against the SC-62 profiles in #18
-
Issue: Add support for specifying absent value targets for the ASN.1 decoder maps in #20
-
Issue: Relax format for ISO 3166-2 state/province identifiers in #17
-
Issue: S/MIME linter raises ERROR-level cabf.critical_crldp_extension while SMBR text is SHOULD-level in #8
Full Changelog: v0.8.6...v0.9.0