Commit 94651cd
authored
feat: [websecurityscanner] added NO_STARTING_URL_FOUND_FOR_MANAGED_SCAN to ScanRunWarningTrace.Code (#8306)
- [ ] Regenerate this pull request now.
fix: Added fix to return a list of the endpoints that encountered errors during crawl, along with the specific error message when the starting URL returns Http errors
fix: GoogleAccount is deprecated
PiperOrigin-RevId: 472758119
Source-Link: googleapis/googleapis@4356ba6
Source-Link: https://github.com/googleapis/googleapis-gen/commit/237042023f108b14c042711845241fbb62cf2e08
Copy-Tag: eyJwIjoiamF2YS13ZWJzZWN1cml0eXNjYW5uZXIvLk93bEJvdC55YW1sIiwiaCI6IjIzNzA0MjAyM2YxMDhiMTRjMDQyNzExODQ1MjQxZmJiNjJjZjJlMDgifQ==1 parent 38322b0 commit 94651cd
File tree
196 files changed
+3270
-754
lines changed- java-websecurityscanner
- google-cloud-websecurityscanner/src
- main/java/com/google/cloud/websecurityscanner
- v1alpha
- stub
- v1beta
- stub
- v1
- stub
- test/java/com/google/cloud/websecurityscanner/v1
- proto-google-cloud-websecurityscanner-v1/src/main
- java/com/google/cloud/websecurityscanner/v1
- proto/google/cloud/websecurityscanner/v1
- samples/snippets/generated/com/google/cloud/websecurityscanner
- v1alpha
- stub/websecurityscannerstubsettings/createscanconfig
- websecurityscannerclient
- createscanconfig
- create
- deletescanconfig
- getfinding
- getscanconfig
- getscanrun
- listcrawledurls
- listfindings
- listfindingtypestats
- listscanconfigs
- listscanruns
- startscanrun
- stopscanrun
- updatescanconfig
- websecurityscannersettings/createscanconfig
- v1beta
- stub/websecurityscannerstubsettings/createscanconfig
- websecurityscannerclient
- createscanconfig
- create
- deletescanconfig
- getfinding
- getscanconfig
- getscanrun
- listcrawledurls
- listfindings
- listfindingtypestats
- listscanconfigs
- listscanruns
- startscanrun
- stopscanrun
- updatescanconfig
- websecurityscannersettings/createscanconfig
- v1
- stub/websecurityscannerstubsettings/createscanconfig
- websecurityscannerclient
- createscanconfig
- create
- deletescanconfig
- getfinding
- getscanconfig
- getscanrun
- listcrawledurls
- listfindings
- listfindingtypestats
- listscanconfigs
- listscanruns
- startscanrun
- stopscanrun
- updatescanconfig
- websecurityscannersettings/createscanconfig
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
196 files changed
+3270
-754
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
Lines changed: 170 additions & 68 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
63 | 66 | | |
64 | 67 | | |
65 | 68 | | |
| |||
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
| 286 | + | |
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| |||
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
391 | | - | |
| 391 | + | |
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
| |||
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
102 | 105 | | |
103 | 106 | | |
104 | 107 | | |
| |||
0 commit comments