zmap / zlint

X.509 Certificate Linter focused on Web PKI standards and requirements.
https://zmap.io
Apache License 2.0
358 stars 107 forks source link

Add lint to detect invalid cps uri #828

Closed defacto64 closed 5 months ago

defacto64 commented 5 months ago

Please add this lint to check that any CPS URIs (hopefully just one) found in the certificates is a valid HTTP or HTTPS URL as per CABF BR 7.1.2 (several subsections thereof).

cardonator commented 5 months ago

It seems like there is some leakage between this PR and #830... was that intentional?

defacto64 commented 5 months ago

Thank you @cardonator, I have fixed that.