zmap / zlint

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

Detect if the deprecated RegisterLint method was used #770

Closed aaomidi closed 11 months ago

aaomidi commented 1 year ago

RegisterLint was migrated to RegisterCertificateLint in #767.

This PR prevents RegisterLint being introduced back into this repository.

aaomidi commented 1 year ago

@christopher-henderson I actually have the detection code here, but feel free to go with something else for this too!