{"id":69140,"library":"zmap-zlint-v2","title":"ZLint","description":"A Go library for linting X.509 certificates and certificate revocation lists (CRLs) against RFC and CA/Browser Forum standards.","status":"active","version":"2.2.1","language":"go","source_language":null,"source_url":"https://github.com/zmap/zlint","tags":["x509","certificate","lint","security","crypto"],"install":[{"cmd":"go get github.com/zmap/zlint/v2","lang":"bash","label":"Install github.com/zmap/zlint/v2"}],"dependencies":[],"imports":[{"symbol":"zlint","correct":"github.com/zmap/zlint/v3"}],"quickstart":{"code":"package main\n\nimport (\n\t\"crypto/x509\"\n\t\"fmt\"\n\t\"github.com/zmap/zlint/v3\"\n)\n\nfunc main() {\n\tcert, _ := x509.ParseCertificate([]byte{...}) // your DER-encoded certificate\n\tlinter := zlint.LintCertificate(cert)\n\tfor _, result := range linter.Results {\n\t\tfmt.Printf(\"%s: %s\\n\", result.LintName, result.Status)\n\t}\n}","lang":"go","description":"Lints an X.509 certificate and prints the results."},"warnings":[{"fix":"Update your import path to github.com/zmap/zlint/v3.","message":"The v2 module path is deprecated; use v3 instead.","severity":"breaking","affected_versions":">=2.0.0 <3.0.0"}],"env_vars":null,"search_vec":"'ca/browser':17 'certif':8,10,21 'crls':13 'crypto':24 'forum':18 'go':3 'librari':4 'lint':6,22 'list':12 'revoc':11 'rfc':15 'secur':23 'standard':19 'x.509':7 'x509':20 'zlint':1","created_at":"2026-06-17T17:58:11.940060+00:00","updated_at":"2026-06-17T17:58:11.940060+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/zmap/zlint","github":"https://github.com/zmap/zlint","docs":"https://pkg.go.dev/github.com/zmap/zlint/v2#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}