mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-06 19:45:20 +01:00
Update all json files; make some fixes to make it work at all
This commit is contained in:
@@ -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": "",
|
||||
|
||||
Reference in New Issue
Block a user