Skip to content

Commit 8667288

Browse files
chore: add SECURITY.md (#477)
chore: add SECURITY.md
1 parent 95337a7 commit 8667288

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed
+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Security Policy
2+
3+
To report a security issue, please use [g.co/vulnz](https://g.co/vulnz).
4+
5+
The Google Security Team will respond within 5 working days of your report on g.co/vulnz.
6+
7+
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.

packages/google-cloud-asset/src/index.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@
1616
// ** https://github.com/googleapis/synthtool **
1717
// ** All changes to this file may be overwritten. **
1818

19+
import * as v1p1beta1 from './v1p1beta1';
1920
import * as v1p4beta1 from './v1p4beta1';
2021
import * as v1p5beta1 from './v1p5beta1';
21-
import * as v1p1beta1 from './v1p1beta1';
2222
import * as v1p2beta1 from './v1p2beta1';
2323
import * as v1 from './v1';
2424

2525
const AssetServiceClient = v1.AssetServiceClient;
2626
type AssetServiceClient = v1.AssetServiceClient;
2727

28-
export {v1p4beta1, v1p5beta1, v1p1beta1, v1p2beta1, v1, AssetServiceClient};
28+
export {v1p1beta1, v1p4beta1, v1p5beta1, v1p2beta1, v1, AssetServiceClient};
2929
export default {
30+
v1p1beta1,
3031
v1p4beta1,
3132
v1p5beta1,
32-
v1p1beta1,
3333
v1p2beta1,
3434
v1,
3535
AssetServiceClient,

0 commit comments

Comments
 (0)