mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-03 18:08:44 +01:00
update all json files
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
},
|
||||
"id": "websecurityscanner:v1alpha",
|
||||
"kind": "discovery#restDescription",
|
||||
"mtlsRootUrl": "https://websecurityscanner.mtls.googleapis.com/",
|
||||
"name": "websecurityscanner",
|
||||
"ownerDomain": "google.com",
|
||||
"ownerName": "Google",
|
||||
@@ -485,7 +486,7 @@
|
||||
],
|
||||
"parameters": {
|
||||
"filter": {
|
||||
"description": "The filter expression. The expression must be in the format: <field>\n<operator> <value>.\nSupported field: 'finding_type'.\nSupported operator: '='.",
|
||||
"description": "Required. The filter expression. The expression must be in the format: <field>\n<operator> <value>.\nSupported field: 'finding_type'.\nSupported operator: '='.",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
@@ -525,7 +526,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20190629",
|
||||
"revision": "20200329",
|
||||
"rootUrl": "https://websecurityscanner.googleapis.com/",
|
||||
"schemas": {
|
||||
"Authentication": {
|
||||
@@ -592,19 +593,19 @@
|
||||
"id": "Finding",
|
||||
"properties": {
|
||||
"body": {
|
||||
"description": "Output only. The body of the request that triggered the vulnerability.",
|
||||
"description": "The body of the request that triggered the vulnerability.",
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"description": "Output only. The description of the vulnerability.",
|
||||
"description": "The description of the vulnerability.",
|
||||
"type": "string"
|
||||
},
|
||||
"finalUrl": {
|
||||
"description": "Output only. The URL where the browser lands when the vulnerability is detected.",
|
||||
"description": "The URL where the browser lands when the vulnerability is detected.",
|
||||
"type": "string"
|
||||
},
|
||||
"findingType": {
|
||||
"description": "Output only. The type of the Finding.",
|
||||
"description": "The type of the Finding.",
|
||||
"enum": [
|
||||
"FINDING_TYPE_UNSPECIFIED",
|
||||
"MIXED_CONTENT",
|
||||
@@ -636,48 +637,48 @@
|
||||
"type": "string"
|
||||
},
|
||||
"frameUrl": {
|
||||
"description": "Output only. If the vulnerability was originated from nested IFrame, the immediate\nparent IFrame is reported.",
|
||||
"description": "If the vulnerability was originated from nested IFrame, the immediate\nparent IFrame is reported.",
|
||||
"type": "string"
|
||||
},
|
||||
"fuzzedUrl": {
|
||||
"description": "Output only. The URL produced by the server-side fuzzer and used in the request that\ntriggered the vulnerability.",
|
||||
"description": "The URL produced by the server-side fuzzer and used in the request that\ntriggered the vulnerability.",
|
||||
"type": "string"
|
||||
},
|
||||
"httpMethod": {
|
||||
"description": "Output only. The http method of the request that triggered the vulnerability, in\nuppercase.",
|
||||
"description": "The http method of the request that triggered the vulnerability, in\nuppercase.",
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"description": "Output only. The resource name of the Finding. The name follows the format of\n'projects/{projectId}/scanConfigs/{scanConfigId}/scanruns/{scanRunId}/findings/{findingId}'.\nThe finding IDs are generated by the system.",
|
||||
"description": "The resource name of the Finding. The name follows the format of\n'projects/{projectId}/scanConfigs/{scanConfigId}/scanruns/{scanRunId}/findings/{findingId}'.\nThe finding IDs are generated by the system.",
|
||||
"type": "string"
|
||||
},
|
||||
"outdatedLibrary": {
|
||||
"$ref": "OutdatedLibrary",
|
||||
"description": "Output only. An addon containing information about outdated libraries."
|
||||
"description": "An addon containing information about outdated libraries."
|
||||
},
|
||||
"reproductionUrl": {
|
||||
"description": "Output only. The URL containing human-readable payload that user can leverage to\nreproduce the vulnerability.",
|
||||
"description": "The URL containing human-readable payload that user can leverage to\nreproduce the vulnerability.",
|
||||
"type": "string"
|
||||
},
|
||||
"trackingId": {
|
||||
"description": "Output only. The tracking ID uniquely identifies a vulnerability instance across\nmultiple ScanRuns.",
|
||||
"description": "The tracking ID uniquely identifies a vulnerability instance across\nmultiple ScanRuns.",
|
||||
"type": "string"
|
||||
},
|
||||
"violatingResource": {
|
||||
"$ref": "ViolatingResource",
|
||||
"description": "Output only. An addon containing detailed information regarding any resource causing the\nvulnerability such as JavaScript sources, image, audio files, etc."
|
||||
"description": "An addon containing detailed information regarding any resource causing the\nvulnerability such as JavaScript sources, image, audio files, etc."
|
||||
},
|
||||
"vulnerableHeaders": {
|
||||
"$ref": "VulnerableHeaders",
|
||||
"description": "Output only. An addon containing information about vulnerable or missing HTTP headers."
|
||||
"description": "An addon containing information about vulnerable or missing HTTP headers."
|
||||
},
|
||||
"vulnerableParameters": {
|
||||
"$ref": "VulnerableParameters",
|
||||
"description": "Output only. An addon containing information about request parameters which were found\nto be vulnerable."
|
||||
"description": "An addon containing information about request parameters which were found\nto be vulnerable."
|
||||
},
|
||||
"xss": {
|
||||
"$ref": "Xss",
|
||||
"description": "Output only. An addon containing information reported for an XSS, if any."
|
||||
"description": "An addon containing information reported for an XSS, if any."
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
@@ -687,12 +688,12 @@
|
||||
"id": "FindingTypeStats",
|
||||
"properties": {
|
||||
"findingCount": {
|
||||
"description": "Output only. The count of findings belonging to this finding type.",
|
||||
"description": "The count of findings belonging to this finding type.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"findingType": {
|
||||
"description": "Output only. The finding type associated with the stats.",
|
||||
"description": "The finding type associated with the stats.",
|
||||
"enum": [
|
||||
"FINDING_TYPE_UNSPECIFIED",
|
||||
"MIXED_CONTENT",
|
||||
@@ -948,12 +949,12 @@
|
||||
"id": "ScanRun",
|
||||
"properties": {
|
||||
"endTime": {
|
||||
"description": "Output only. The time at which the ScanRun reached termination state - that the ScanRun\nis either finished or stopped by user.",
|
||||
"description": "The time at which the ScanRun reached termination state - that the ScanRun\nis either finished or stopped by user.",
|
||||
"format": "google-datetime",
|
||||
"type": "string"
|
||||
},
|
||||
"executionState": {
|
||||
"description": "Output only. The execution state of the ScanRun.",
|
||||
"description": "The execution state of the ScanRun.",
|
||||
"enum": [
|
||||
"EXECUTION_STATE_UNSPECIFIED",
|
||||
"QUEUED",
|
||||
@@ -969,20 +970,20 @@
|
||||
"type": "string"
|
||||
},
|
||||
"hasVulnerabilities": {
|
||||
"description": "Output only. Whether the scan run has found any vulnerabilities.",
|
||||
"description": "Whether the scan run has found any vulnerabilities.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"description": "Output only. The resource name of the ScanRun. The name follows the format of\n'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.\nThe ScanRun IDs are generated by the system.",
|
||||
"description": "The resource name of the ScanRun. The name follows the format of\n'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.\nThe ScanRun IDs are generated by the system.",
|
||||
"type": "string"
|
||||
},
|
||||
"progressPercent": {
|
||||
"description": "Output only. The percentage of total completion ranging from 0 to 100.\nIf the scan is in queue, the value is 0.\nIf the scan is running, the value ranges from 0 to 100.\nIf the scan is finished, the value is 100.",
|
||||
"description": "The percentage of total completion ranging from 0 to 100.\nIf the scan is in queue, the value is 0.\nIf the scan is running, the value ranges from 0 to 100.\nIf the scan is finished, the value is 100.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"resultState": {
|
||||
"description": "Output only. The result state of the ScanRun. This field is only available after the\nexecution state reaches \"FINISHED\".",
|
||||
"description": "The result state of the ScanRun. This field is only available after the\nexecution state reaches \"FINISHED\".",
|
||||
"enum": [
|
||||
"RESULT_STATE_UNSPECIFIED",
|
||||
"SUCCESS",
|
||||
@@ -998,17 +999,17 @@
|
||||
"type": "string"
|
||||
},
|
||||
"startTime": {
|
||||
"description": "Output only. The time at which the ScanRun started.",
|
||||
"description": "The time at which the ScanRun started.",
|
||||
"format": "google-datetime",
|
||||
"type": "string"
|
||||
},
|
||||
"urlsCrawledCount": {
|
||||
"description": "Output only. The number of URLs crawled during this ScanRun. If the scan is in progress,\nthe value represents the number of URLs crawled up to now.",
|
||||
"description": "The number of URLs crawled during this ScanRun. If the scan is in progress,\nthe value represents the number of URLs crawled up to now.",
|
||||
"format": "int64",
|
||||
"type": "string"
|
||||
},
|
||||
"urlsTestedCount": {
|
||||
"description": "Output only. The number of URLs tested during this ScanRun. If the scan is in progress,\nthe value represents the number of URLs tested up to now. The number of\nURLs tested is usually larger than the number URLS crawled because\ntypically a crawled URL is tested with multiple test payloads.",
|
||||
"description": "The number of URLs tested during this ScanRun. If the scan is in progress,\nthe value represents the number of URLs tested up to now. The number of\nURLs tested is usually larger than the number URLS crawled because\ntypically a crawled URL is tested with multiple test payloads.",
|
||||
"format": "int64",
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user