From 866728845730596855c854be20060874748b1c79 Mon Sep 17 00:00:00 2001 From: "google-cloud-policy-bot[bot]" <80869356+google-cloud-policy-bot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 00:18:29 +0000 Subject: [PATCH] chore: add SECURITY.md (#477) chore: add SECURITY.md --- packages/google-cloud-asset/SECURITY.md | 7 +++++++ packages/google-cloud-asset/src/index.ts | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 packages/google-cloud-asset/SECURITY.md diff --git a/packages/google-cloud-asset/SECURITY.md b/packages/google-cloud-asset/SECURITY.md new file mode 100644 index 00000000000..8b58ae9c01a --- /dev/null +++ b/packages/google-cloud-asset/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-asset/src/index.ts b/packages/google-cloud-asset/src/index.ts index 8240d119eed..70a24905289 100644 --- a/packages/google-cloud-asset/src/index.ts +++ b/packages/google-cloud-asset/src/index.ts @@ -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,