Update all json files; make some fixes to make it work at all

This commit is contained in:
Sebastian Thiel
2022-03-08 07:59:31 +08:00
parent d12cd3238e
commit 743a56f4b7
372 changed files with 256017 additions and 32197 deletions

View File

@@ -3,7 +3,7 @@
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/cloud-platform": {
"description": "See, edit, configure, and delete your Google Cloud Platform data"
"description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
}
}
}
@@ -526,7 +526,7 @@
}
}
},
"revision": "20210324",
"revision": "20220218",
"rootUrl": "https://websecurityscanner.googleapis.com/",
"schemas": {
"Authentication": {
@@ -678,6 +678,11 @@
"xss": {
"$ref": "Xss",
"description": "Output only. An addon containing information reported for an XSS, if any."
},
"xxe": {
"$ref": "Xxe",
"description": "Output only. An addon containing information reported for an XXE, if any.",
"readOnly": true
}
},
"type": "object"
@@ -909,6 +914,10 @@
],
"type": "string"
},
"ignoreHttpStatusErrors": {
"description": "Whether to keep scanning even if most requests return HTTP error codes.",
"type": "boolean"
},
"managedScan": {
"description": "Whether the scan config is managed by Web Security Scanner, output only.",
"type": "boolean"
@@ -1361,6 +1370,29 @@
}
},
"type": "object"
},
"Xxe": {
"description": "Information reported for an XXE.",
"id": "Xxe",
"properties": {
"payloadLocation": {
"description": "Location within the request where the payload was placed.",
"enum": [
"LOCATION_UNSPECIFIED",
"COMPLETE_REQUEST_BODY"
],
"enumDescriptions": [
"Unknown Location.",
"The XML payload replaced the complete request body."
],
"type": "string"
},
"payloadValue": {
"description": "The XML string that triggered the XXE vulnerability. Non-payload values might be redacted.",
"type": "string"
}
},
"type": "object"
}
},
"servicePath": "",