mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-22 19:21:27 +01:00
update all APIs
Like documented in the README ``` rm -f .api.deps .cli.deps && FETCH_APIS=1 make update-json -j8 ```
This commit is contained in:
@@ -526,7 +526,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20230122",
|
||||
"revision": "20240302",
|
||||
"rootUrl": "https://websecurityscanner.googleapis.com/",
|
||||
"schemas": {
|
||||
"Authentication": {
|
||||
@@ -618,7 +618,10 @@
|
||||
"XSS_ANGULAR_CALLBACK",
|
||||
"INVALID_HEADER",
|
||||
"MISSPELLED_SECURITY_HEADER_NAME",
|
||||
"MISMATCHING_SECURITY_HEADER_VALUES"
|
||||
"MISMATCHING_SECURITY_HEADER_VALUES",
|
||||
"ACCESSIBLE_GIT_REPOSITORY",
|
||||
"ACCESSIBLE_SVN_REPOSITORY",
|
||||
"ACCESSIBLE_ENV_FILE"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"The invalid finding type.",
|
||||
@@ -632,7 +635,10 @@
|
||||
"A cross-site scripting (XSS) vulnerability in AngularJS module that occurs when a user-provided string is interpolated by Angular.",
|
||||
"A malformed or invalid valued header.",
|
||||
"Misspelled security header name.",
|
||||
"Mismatching values in a duplicate security header."
|
||||
"Mismatching values in a duplicate security header.",
|
||||
"A world-readable git repository that potentially leaks source code, commit history or sensitive information such as credentials.",
|
||||
"A world-readable subversion repository that potentially leaks source code, commit history or sensitive information such as credentials.",
|
||||
"A world-readable env file that potentially leaks source code, commit history or sensitive information such as credentials."
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
@@ -706,7 +712,10 @@
|
||||
"XSS_ANGULAR_CALLBACK",
|
||||
"INVALID_HEADER",
|
||||
"MISSPELLED_SECURITY_HEADER_NAME",
|
||||
"MISMATCHING_SECURITY_HEADER_VALUES"
|
||||
"MISMATCHING_SECURITY_HEADER_VALUES",
|
||||
"ACCESSIBLE_GIT_REPOSITORY",
|
||||
"ACCESSIBLE_SVN_REPOSITORY",
|
||||
"ACCESSIBLE_ENV_FILE"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"The invalid finding type.",
|
||||
@@ -720,7 +729,10 @@
|
||||
"A cross-site scripting (XSS) vulnerability in AngularJS module that occurs when a user-provided string is interpolated by Angular.",
|
||||
"A malformed or invalid valued header.",
|
||||
"Misspelled security header name.",
|
||||
"Mismatching values in a duplicate security header."
|
||||
"Mismatching values in a duplicate security header.",
|
||||
"A world-readable git repository that potentially leaks source code, commit history or sensitive information such as credentials.",
|
||||
"A world-readable subversion repository that potentially leaks source code, commit history or sensitive information such as credentials.",
|
||||
"A world-readable env file that potentially leaks source code, commit history or sensitive information such as credentials."
|
||||
],
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user