class WebAuthn::AttestationStatement::AndroidSafetynet

def valid_version?

TODO: improve once the spec has clarifications https://github.com/w3c/webauthn/issues/968
def valid_version?
  !statement["ver"].empty?
end