Merge pull request #5619 from kyletaylored/add-cloudtrace

Update Google Cloud detections
main
Elbert Alias 3 years ago committed by GitHub
commit 14e936a67b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24"><defs><style>.cls-1{fill:none;}.cls-2{fill:#669df6;}.cls-2,.cls-3,.cls-4{fill-rule:evenodd;}.cls-3{fill:#aecbfa;}.cls-4{fill:#4285f4;}</style></defs><title>Icon_24px_CDN_Color</title><g data-name="Product Icons"><rect class="cls-1" x="2" y="2" width="20" height="20"/><g ><polygon id="Fill-1" class="cls-2" points="12 2 12 4.41 15.13 7.63 15.13 5.21 12 2"/><polygon id="Fill-1-Copy-2" class="cls-2" points="19.5 12 16.38 15.13 18.88 15.13 22 12 19.5 12"/><polygon id="Fill-1-Copy-3" class="cls-2" points="4.5 12 7.63 15.13 5.13 15.13 2 12 4.5 12"/><polygon id="Fill-1-Copy" class="cls-2" points="12 22 12 19.59 15.13 16.38 15.13 18.79 12 22"/><polygon id="Fill-2" class="cls-3" points="12 2 8.88 5.21 8.88 7.63 12 4.41 12 2"/><polygon id="Fill-2-Copy-2" class="cls-3" points="18.88 8.88 16.38 8.88 19.5 12 22 12 18.88 8.88"/><polygon id="Fill-2-Copy-3" class="cls-3" points="5.13 8.88 7.63 8.88 4.5 12 2 12 5.13 8.88"/><polygon id="Fill-2-Copy" class="cls-3" points="12 22 8.88 18.79 8.88 16.38 12 19.59 12 22"/><polygon id="Fill-9" class="cls-3" points="15.13 15.13 8.88 15.13 8.88 8.88 15.13 8.88 15.13 15.13"/><polygon id="Fill-10" class="cls-2" points="15.13 8.88 15.13 15.13 8.88 15.13 15.13 8.88"/><polygon class="cls-4" points="15.13 8.88 15.13 15.13 12 12 15.13 8.88"/></g></g></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24"><defs><style>.cls-1{fill:none;}.cls-2{fill:#4285f4;}.cls-3{fill:#669df6;}</style></defs><title>Icon_24px_Trace_Color</title><g data-name="Product Icons"><g data-name="colored-32/traces"><rect class="cls-1" width="24" height="24"/><g ><polygon id="Fill-1" class="cls-2" points="12 14 22 14 22 10 12 10 12 14"/></g><g data-name="Shape"><polygon id="Fill-1-2" data-name="Fill-1" class="cls-2" points="12 22 22 22 22 18 12 18 12 22"/></g><g data-name="Shape"><polygon id="Fill-1-3" data-name="Fill-1" class="cls-3" points="8 22 12 22 12 18 8 18 8 22"/></g></g><rect class="cls-3" x="2" y="2" width="6" height="4"/><rect class="cls-3" x="2" y="10" width="10" height="4"/></g></svg>

After

Width:  |  Height:  |  Size: 763 B

@ -1088,15 +1088,24 @@
}, },
"Google Cloud": { "Google Cloud": {
"cats": [ "cats": [
31 63
], ],
"cpe": "cpe:/a:google:cloud_platform", "cpe": "cpe:/a:google:cloud_platform",
"description": "Google Cloud is a suite of cloud computing services.", "description": "Google Cloud is a suite of cloud computing services.",
"icon": "google_cloud.svg",
"website": "https://cloud.google.com"
},
"Google Cloud CDN": {
"cats": [
31
],
"description": "Cloud CDN uses Google's global edge network to serve content closer to users.",
"headers": { "headers": {
"Via": "^1\\.1 google$" "Via": "^1\\.1 google$"
}, },
"icon": "google_cloud.svg", "icon": "google-cloud-cdn.svg",
"website": "https://cloud.google.com" "implies": "Google Cloud",
"website": "https://cloud.google.com/cdn"
}, },
"Google Cloud Storage": { "Google Cloud Storage": {
"cats": [ "cats": [
@ -1110,6 +1119,18 @@
"implies": "Google Cloud", "implies": "Google Cloud",
"website": "https://cloud.google.com/storage" "website": "https://cloud.google.com/storage"
}, },
"Google Cloud Trace": {
"cats": [
92
],
"description": "Google Cloud Trace is a distributed tracing system that collects latency data from applications and displays it in the Google Cloud Console.",
"headers": {
"x-cloud-trace-context": ""
},
"icon": "google-cloud-trace.svg",
"implies": "Google Cloud",
"website": "https://cloud.google.com/trace"
},
"Google Code Prettify": { "Google Code Prettify": {
"cats": [ "cats": [
19 19

Loading…
Cancel
Save