We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968d549 commit 5af65c3Copy full SHA for 5af65c3
1 file changed
gcp/website/triage_handlers.py
@@ -11,6 +11,7 @@
11
_CVE_ID_REGEX = re.compile(r'^CVE-\d{4}-\d+$', re.IGNORECASE)
12
_STORAGE_CLIENT = None
13
14
+
15
def get_storage_client():
16
"""Get storage client."""
17
global _STORAGE_CLIENT # pylint: disable=global-statement
0 commit comments