devices.utils ============= .. py:module:: devices.utils .. autoapi-nested-parse:: Utility functions for the devices app. Module Contents --------------- .. py:function:: validate_common_name_characters(common_name) Validate that the common name contains only safe characters and no URL-like constructs. .. py:function:: validate_application_uri(application_uri) Validate that the application URI has a valid scheme and is not HTTP/HTTPS.