Add support for Chrome Root Program Policy-based lints, plus a first such lint addressing clientAuth deprecation#1031
Merged
christopher-henderson merged 18 commits intoApr 19, 2026
Conversation
Removed RFC3161 from LintSource constants and switch cases.
christopher-henderson
approved these changes
Apr 19, 2026
christopher-henderson
left a comment
Member
There was a problem hiding this comment.
Thank you for your patience. My primary duties have been a living nightmare for the past month, completely monopolizing my life.
This looks good! Since it's been a long time since we have last time anyone has touched overall infrastructure I gave this a few extra smoke checks
chromeis enumerated in the CLI help- The
chromelint is reachable by the CLI- This includes include/exclude filtering.
- The library usage (actually the more common, I believe) is finding the new lint category just fine.
Honestly, I'm a bit surprised (pleasantly so) that it was as simple as adding a few extra enums and filesystem paths.
Thank you very much for this addition to ZLint!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Following up on my proposal on #1016, which I understand was approved, this PR introduces what's needed to support Chrome Root Program Policy-based lints and includes a first lint based on the new
ChromeRootStorePolicylint source. Specifically, the lint proposed here verifies that TLS Server certificates issued after March 15, 2027, do not have clientAuth in their EKU, as required by the CRP [1]. This check is a bit ahead of its time, if you like, but I believe it won't hurt to introduce it now.[1] https://googlechrome.github.io/chromerootprogram/#132-promote-use-of-dedicated-tls-server-authentication-pki-hierarchies