mirror of
https://github.com/google/nomulus
synced 2026-01-05 04:56:03 +00:00
* Verify unblockables are truly unblockable Unblockable domains may become blockable due to deregistration or removal from the reserved list. The BSA refresh job is responsible for removing them from the database. This PR verifies that the refreshes are correct. Note that recent changes since last refresh are not reflected in the result, and inconsistency due to recent deregistrations are ignored. Changes in reserved status or IDN validity are not timestamped, therefore we cannot ignore recent inconsistencies. However, these changes are rare. * Addressing code review * Addressing code review