crtsh / certwatch_db

Database schema
https://crt.sh/
GNU General Public License v3.0
199 stars 36 forks source link

Make it possible to exclude revoked / expired certs from the LINTER overview #59

Open RufusJWB opened 5 years ago

RufusJWB commented 5 years ago

It would be really great, if it would be possible to exclude revoked / expired certificates from the LINT error overview page of each CA, maybe by using a parameter in the querystring:

https://crt.sh/?caid=52410&opt=cablint,x509lint,zlint&minnotbefore=1-1-2017
-->
https://crt.sh/?caid=52410&opt=cablint,x509lint,zlint,excludeExpired,excludeRevoked&minnotbefore=1-1-2017
RufusJWB commented 4 years ago

@robstradling Can I raise this issue again? It would be really helpful to have such a filter