happyDomain/pkg/domaininfo
Pierre-Olivier Mercier 66d420b737
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing
Fix WHOIS lookup not detecting non-existent .com domains
The whoisparser library does not return ErrNotFoundDomain for Verisign
"No match" responses — it parses them into a result with an empty
Domain field. Add a post-parse check to detect this case and return
ErrDomainDoesNotExist.
2026-04-17 09:55:39 +07:00
..
rdap.go New checker: domain contact consistency 2026-04-16 15:22:51 +07:00
rdap_mapper_test.go New checker: domain contact consistency 2026-04-16 15:22:51 +07:00
rdap_test.go domaininfo: add RDAP/WHOIS lookup feature 2026-04-16 15:22:51 +07:00
utils.go New checker: monitor domain expiration date 2026-04-16 15:22:51 +07:00
utils_test.go domaininfo: add RDAP/WHOIS lookup feature 2026-04-16 15:22:51 +07:00
whois.go Fix WHOIS lookup not detecting non-existent .com domains 2026-04-17 09:55:39 +07:00
whois_mapper_test.go New checker: domain contact consistency 2026-04-16 15:22:51 +07:00
whois_test.go domaininfo: add RDAP/WHOIS lookup feature 2026-04-16 15:22:51 +07:00