Access Request wrong types
In the AccessRequest class (specifically in SecureChange->fields->init), the wrong types are used for the source and destination lists. You are using your custom types (e.g., DNSObject), but they are annotated as netaddr types, which leads to a mismatch.