From 15a12fdc136e0478346d137c18a0b45b3e03c61e Mon Sep 17 00:00:00 2001 From: Justin Poehnelt Date: Thu, 30 Sep 2021 16:12:33 -0600 Subject: [PATCH 1/2] feat: add security.md to all repos --- .github/sync-files.yml | 36 ++++++++++++++++++++++++++++++++++++ SECURITY.md | 12 ++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 SECURITY.md diff --git a/.github/sync-files.yml b/.github/sync-files.yml index 643be2f..36b9997 100644 --- a/.github/sync-files.yml +++ b/.github/sync-files.yml @@ -38,3 +38,39 @@ group: googlemaps/js-ogc googlemaps/js-polyline-codec googlemaps/js-three + # Add SECURITY.md to all repositories + - files: + - source: SECURITY.md + dest: SECURITY.md + # gh repo list googlemaps --public --source --no-archived --json name | jq '.[] | .name' + repos: | + googlemaps/.github + googlemaps/android-maps-ktx + googlemaps/android-maps-rx + googlemaps/android-maps-utils + googlemaps/android-on-demand-rides-deliveries-samples + googlemaps/android-places-demos + googlemaps/android-places-ktx + googlemaps/android-samples + googlemaps/deck.gl-demos + googlemaps/go-routespreferred + googlemaps/google-maps-ios-utils + googlemaps/google-maps-services-java + googlemaps/google-maps-services-js + googlemaps/google-maps-services-python + googlemaps/js-api-loader + googlemaps/js-jest-mocks + googlemaps/js-markerclusterer + googlemaps/js-markerclustererplus + googlemaps/js-markermanager + googlemaps/js-markerwithlabel + googlemaps/js-ogc + googlemaps/js-polyline-codec + googlemaps/js-samples + googlemaps/js-three + googlemaps/js-types + googlemaps/maps-sdk-for-ios-samples + googlemaps/openapi-specification + googlemaps/playablelocations-proxy + googlemaps/react-wrapper + googlemaps/semantic-release-config diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..54eaff8 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,12 @@ +# Report a security issue + +To report a security issue, please use https://g.co/vulnz. We use +https://g.co/vulnz for our intake, and do coordination and disclosure here on +GitHub (including using GitHub Security Advisory). The Google Security Team will +respond within 5 working days of your report on g.co/vulnz. + + + +To contact us about other bugs, please open an issue on GitHub. + +> **Note**: This file is synchronized from the https://github.com/googlemaps/.github repository. From 90d787de38d9f594432e824d764b48efef881b9a Mon Sep 17 00:00:00 2001 From: Justin Poehnelt Date: Thu, 30 Sep 2021 17:04:30 -0600 Subject: [PATCH 2/2] style: remove extra blank lines --- SECURITY.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 54eaff8..6d19135 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -5,8 +5,6 @@ https://g.co/vulnz for our intake, and do coordination and disclosure here on GitHub (including using GitHub Security Advisory). The Google Security Team will respond within 5 working days of your report on g.co/vulnz. - - To contact us about other bugs, please open an issue on GitHub. > **Note**: This file is synchronized from the https://github.com/googlemaps/.github repository.