Skip to content

Commit

Permalink
chore: add SECURITY.md (#100)
Browse files Browse the repository at this point in the history
chore: add SECURITY.md
  • Loading branch information
google-cloud-policy-bot[bot] authored Apr 30, 2021
1 parent a767e8d commit 62a42c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/google-cloud-bigquery-reservation/SECURITY.md
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 62a42c8

Please sign in to comment.