Skip to content

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] authored Apr 29, 2021
1 parent 08aafdc commit b817575
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-asset/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 packages/google-cloud-asset/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 b817575

Please sign in to comment.