boulder icon indicating copy to clipboard operation
boulder copied to clipboard

deployability: filter new lints before passing to zlint

Open jsha opened this issue 1 year ago • 0 comments

Before we merge https://github.com/letsencrypt/boulder/pull/7594, we need to deploy a config change adding e_cab_dv_subject_invalid_values and w_ext_subject_key_identifier_not_recommended_subscriber to our ignore list.

However, that's a problem because zlint 3.6.0 will error out when passed those as ignores, since they are unrecognized.

We should add special code to our config loading that filters those two specific fields before passing them to zlint. Once that's deployed, and the config change is deployed, we can revert the change as part of #7594.

jsha avatar Oct 15 '24 19:10 jsha