Skip to content

Commit 09fd200

Browse files
committed
added crawl label in scan result json
1 parent 85a4e94 commit 09fd200

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

V1/VAddy-WebApi-ja.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VAddy Web API Scan Document
22
======================
33

4-
Document Version 1.0.2
4+
Document Version 1.0.3
55

66
VAddy WebAPI仕様書です。
77
本仕様では、VAddyのスキャン開始、スキャンキャンセル、スキャン結果の取得の3つを定義します。
@@ -148,6 +148,7 @@ content-type : application/json
148148
"scan_result_url" : "https://console.vaddy.net/scan_status/1/1-837b5f9f-e088-4af5-9491-67f7ce8035a4",
149149
"complete" : 100,
150150
"crawl_id" : 30,
151+
"crawl_label" : "ユーザ情報修正シナリオ",
151152
"scan_list" : ["XSS","SQL Injection"]
152153
}
153154

V1/VAddy-WebApi.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VAddy Web API Scan Document
22
======================
33

4-
Document Version 1.0.2
4+
Document Version 1.0.3
55

66
This specification defines "start scan", "cancel scan" and "get scan results".
77

@@ -154,6 +154,7 @@ Contents:
154154
"scan_result_url" : "https://console.vaddy.net/scan_status/1/1-837b5f9f-e088-4af5-9491-67f7ce8035a4",
155155
"complete" : 100,
156156
"crawl_id" : 30,
157+
"crawl_label" : "user edit scenario label",
157158
"scan_list" : ["XSS","SQL Injection"]
158159
}
159160

VAddy-WebApi-ja.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VAddy Web API Scan Document
22
======================
33

4-
Document Version 2.0.0
4+
Document Version 2.0.1
55

66
VAddy WebAPI仕様書です。
77
本仕様では、VAddyのスキャン開始、スキャンキャンセル、スキャン結果の取得の3つを定義します。
@@ -144,6 +144,7 @@ content-type : application/json
144144
"scan_result_url" : "https://console.vaddy.net/scan_status/1/1-837b5f9f-e088-4af5-9491-67f7ce8035a4",
145145
"complete" : 100,
146146
"crawl_id" : 30,
147+
"crawl_label" : "ユーザ情報修正シナリオ",
147148
"scan_list" : ["XSS","SQL Injection"]
148149
}
149150

VAddy-WebApi.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VAddy Web API Scan Document
22
======================
33

4-
Document Version 2.0.0
4+
Document Version 2.0.1
55

66
This specification defines "start scan", "cancel scan" and "get scan results".
77

@@ -150,6 +150,7 @@ Contents:
150150
"scan_result_url" : "https://console.vaddy.net/scan_status/1/1-837b5f9f-e088-4af5-9491-67f7ce8035a4",
151151
"complete" : 100,
152152
"crawl_id" : 30,
153+
"crawl_label" : "user edit scenario label",
153154
"scan_list" : ["XSS","SQL Injection"]
154155
}
155156

0 commit comments

Comments
 (0)