update dependencies

This commit is contained in:
Sebastian Thiel
2023-01-25 11:39:00 +01:00
parent 37ccd2238d
commit 3edefb7f01
357 changed files with 128026 additions and 16259 deletions

View File

@@ -126,13 +126,15 @@
"THREAT_TYPE_UNSPECIFIED",
"MALWARE",
"SOCIAL_ENGINEERING",
"UNWANTED_SOFTWARE"
"UNWANTED_SOFTWARE",
"SOCIAL_ENGINEERING_EXTENDED_COVERAGE"
],
"enumDescriptions": [
"No entries should match this threat type. This threat type is unused.",
"Malware targeting any platform.",
"Social engineering targeting any platform.",
"Unwanted software targeting any platform."
"Unwanted software targeting any platform.",
"A list of extended coverage social engineering URIs targeting any platform."
],
"location": "query",
"repeated": true,
@@ -374,13 +376,15 @@
"THREAT_TYPE_UNSPECIFIED",
"MALWARE",
"SOCIAL_ENGINEERING",
"UNWANTED_SOFTWARE"
"UNWANTED_SOFTWARE",
"SOCIAL_ENGINEERING_EXTENDED_COVERAGE"
],
"enumDescriptions": [
"No entries should match this threat type. This threat type is unused.",
"Malware targeting any platform.",
"Social engineering targeting any platform.",
"Unwanted software targeting any platform."
"Unwanted software targeting any platform.",
"A list of extended coverage social engineering URIs targeting any platform."
],
"location": "query",
"type": "string"
@@ -417,13 +421,15 @@
"THREAT_TYPE_UNSPECIFIED",
"MALWARE",
"SOCIAL_ENGINEERING",
"UNWANTED_SOFTWARE"
"UNWANTED_SOFTWARE",
"SOCIAL_ENGINEERING_EXTENDED_COVERAGE"
],
"enumDescriptions": [
"No entries should match this threat type. This threat type is unused.",
"Malware targeting any platform.",
"Social engineering targeting any platform.",
"Unwanted software targeting any platform."
"Unwanted software targeting any platform.",
"A list of extended coverage social engineering URIs targeting any platform."
],
"location": "query",
"repeated": true,
@@ -446,7 +452,7 @@
}
}
},
"revision": "20220226",
"revision": "20230121",
"rootUrl": "https://webrisk.googleapis.com/",
"schemas": {
"GoogleCloudWebriskV1ComputeThreatListDiffResponse": {
@@ -601,13 +607,15 @@
"THREAT_TYPE_UNSPECIFIED",
"MALWARE",
"SOCIAL_ENGINEERING",
"UNWANTED_SOFTWARE"
"UNWANTED_SOFTWARE",
"SOCIAL_ENGINEERING_EXTENDED_COVERAGE"
],
"enumDescriptions": [
"No entries should match this threat type. This threat type is unused.",
"Malware targeting any platform.",
"Social engineering targeting any platform.",
"Unwanted software targeting any platform."
"Unwanted software targeting any platform.",
"A list of extended coverage social engineering URIs targeting any platform."
],
"type": "string"
},
@@ -621,7 +629,7 @@
"properties": {
"threat": {
"$ref": "GoogleCloudWebriskV1SearchUrisResponseThreatUri",
"description": "The threat list matches. This may be empty if the URI is on no list."
"description": "The threat list matches. This might be empty if the URI is on no list."
}
},
"type": "object"
@@ -642,13 +650,15 @@
"THREAT_TYPE_UNSPECIFIED",
"MALWARE",
"SOCIAL_ENGINEERING",
"UNWANTED_SOFTWARE"
"UNWANTED_SOFTWARE",
"SOCIAL_ENGINEERING_EXTENDED_COVERAGE"
],
"enumDescriptions": [
"No entries should match this threat type. This threat type is unused.",
"Malware targeting any platform.",
"Social engineering targeting any platform.",
"Unwanted software targeting any platform."
"Unwanted software targeting any platform.",
"A list of extended coverage social engineering URIs targeting any platform."
],
"type": "string"
},
@@ -662,19 +672,21 @@
"id": "GoogleCloudWebriskV1Submission",
"properties": {
"threatTypes": {
"description": "ThreatTypes found to be associated with the submitted URI after reviewing it. This may be empty if the URI was not added to any list.",
"description": "ThreatTypes found to be associated with the submitted URI after reviewing it. This might be empty if the URI was not added to any list.",
"items": {
"enum": [
"THREAT_TYPE_UNSPECIFIED",
"MALWARE",
"SOCIAL_ENGINEERING",
"UNWANTED_SOFTWARE"
"UNWANTED_SOFTWARE",
"SOCIAL_ENGINEERING_EXTENDED_COVERAGE"
],
"enumDescriptions": [
"No entries should match this threat type. This threat type is unused.",
"Malware targeting any platform.",
"Social engineering targeting any platform.",
"Unwanted software targeting any platform."
"Unwanted software targeting any platform.",
"A list of extended coverage social engineering URIs targeting any platform."
],
"type": "string"
},
@@ -703,14 +715,16 @@
"RUNNING",
"SUCCEEDED",
"CANCELLED",
"FAILED"
"FAILED",
"CLOSED"
],
"enumDescriptions": [
"Default unspecified state.",
"The operation is currently running.",
"The operation finished with a success status.",
"The operation was cancelled.",
"The operation finished with a failure status."
"The operation finished with a failure status.",
"The operation was closed with no action taken."
],
"type": "string"
},
@@ -807,11 +821,11 @@
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
},
"description": "Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.",
"description": "Contains a `SubmitUriMetadata` object.",
"type": "object"
},
"name": {
"description": "The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.",
"description": "Matches the `/v1/{project-name}/operations/{operation-id}` pattern.",
"type": "string"
},
"response": {
@@ -826,7 +840,7 @@
"type": "object"
},
"GoogleProtobufEmpty": {
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.",
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
"id": "GoogleProtobufEmpty",
"properties": {},
"type": "object"