From 62a42c864c09e9c6329886b54a566643b9b57ebb Mon Sep 17 00:00:00 2001 From: "google-cloud-policy-bot[bot]" <80869356+google-cloud-policy-bot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 14:56:02 +0000 Subject: [PATCH] chore: add SECURITY.md (#100) chore: add SECURITY.md --- packages/google-cloud-bigquery-reservation/SECURITY.md | 7 +++++++ .../samples/snippets/noxfile.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 packages/google-cloud-bigquery-reservation/SECURITY.md diff --git a/packages/google-cloud-bigquery-reservation/SECURITY.md b/packages/google-cloud-bigquery-reservation/SECURITY.md new file mode 100644 index 000000000000..8b58ae9c01ae --- /dev/null +++ b/packages/google-cloud-bigquery-reservation/SECURITY.md @@ -0,0 +1,7 @@ +# Security Policy + +To report a security issue, please use [g.co/vulnz](https://g.co/vulnz). + +The Google Security Team will respond within 5 working days of your report on g.co/vulnz. + +We use g.co/vulnz for our intake, and do coordination and disclosure here using GitHub Security Advisory to privately discuss and fix the issue. diff --git a/packages/google-cloud-bigquery-reservation/samples/snippets/noxfile.py b/packages/google-cloud-bigquery-reservation/samples/snippets/noxfile.py index be1a3f251496..85c16cd6da11 100644 --- a/packages/google-cloud-bigquery-reservation/samples/snippets/noxfile.py +++ b/packages/google-cloud-bigquery-reservation/samples/snippets/noxfile.py @@ -219,7 +219,7 @@ def py(session: nox.sessions.Session) -> None: def _get_repo_root() -> Optional[str]: - """ Returns the root folder of the project. """ + """Returns the root folder of the project.""" # Get root of this repository. Assume we don't have directories nested deeper than 10 items. p = Path(os.getcwd()) for i in range(10):