Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
chore: add SECURITY.md (#477)
Browse files Browse the repository at this point in the history
chore: add SECURITY.md
  • Loading branch information
google-cloud-policy-bot[bot] committed Apr 29, 2021
1 parent d003b14 commit 160511b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions 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.
6 changes: 3 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
// ** https://github.com/googleapis/synthtool **
// ** All changes to this file may be overwritten. **

import * as v1p1beta1 from './v1p1beta1';
import * as v1p4beta1 from './v1p4beta1';
import * as v1p5beta1 from './v1p5beta1';
import * as v1p1beta1 from './v1p1beta1';
import * as v1p2beta1 from './v1p2beta1';
import * as v1 from './v1';

const AssetServiceClient = v1.AssetServiceClient;
type AssetServiceClient = v1.AssetServiceClient;

export {v1p4beta1, v1p5beta1, v1p1beta1, v1p2beta1, v1, AssetServiceClient};
export {v1p1beta1, v1p4beta1, v1p5beta1, v1p2beta1, v1, AssetServiceClient};
export default {
v1p1beta1,
v1p4beta1,
v1p5beta1,
v1p1beta1,
v1p2beta1,
v1,
AssetServiceClient,
Expand Down

0 comments on commit 160511b

Please sign in to comment.