You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"__comment__": "This is a cut of from the test_api_scan.json",
3
+
"vulnerabilities": [
4
+
{
5
+
"category": "dast",
6
+
"confidence": "High",
7
+
"cve": "10062",
8
+
"description": "The response contains Personally Identifiable Information, such as CC number, SSN and similar sensitive data.",
9
+
"discovered_at": "2021-04-23T15:46:40.615",
10
+
"evidence": {
11
+
"request": {
12
+
"headers": [
13
+
{
14
+
"name": "Accept",
15
+
"value": "*/*"
16
+
},
17
+
{
18
+
"name": "Authorization",
19
+
"value": "********"
20
+
},
21
+
{
22
+
"name": "Cache-Control",
23
+
"value": "no-cache"
24
+
},
25
+
{
26
+
"name": "Content-Length",
27
+
"value": "0"
28
+
},
29
+
{
30
+
"name": "Host",
31
+
"value": "api-server"
32
+
},
33
+
{
34
+
"name": "Pragma",
35
+
"value": "no-cache"
36
+
},
37
+
{
38
+
"name": "User-Agent",
39
+
"value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0"
40
+
}
41
+
],
42
+
"method": "GET",
43
+
"url": "http://api-server/v1/trees"
44
+
},
45
+
"response": {
46
+
"headers": [
47
+
{
48
+
"name": "Accept",
49
+
"value": "*/*"
50
+
},
51
+
{
52
+
"name": "Authorization",
53
+
"value": "********"
54
+
},
55
+
{
56
+
"name": "Cache-Control",
57
+
"value": "no-cache"
58
+
},
59
+
{
60
+
"name": "Content-Length",
61
+
"value": "0"
62
+
},
63
+
{
64
+
"name": "Host",
65
+
"value": "api-server"
66
+
},
67
+
{
68
+
"name": "Pragma",
69
+
"value": "no-cache"
70
+
},
71
+
{
72
+
"name": "User-Agent",
73
+
"value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0"
74
+
}
75
+
],
76
+
"reason_phrase": "OK",
77
+
"status_code": 200
78
+
},
79
+
"summary": "378282246310005; Credit Card Type detected: American Express Bank Identification Number: 378282 Brand: AMERICAN EXPRESS Category: SMALL CORPORATE Issuer: AMERICAN EXPRESS COMPANY"
0 commit comments