forked from DefectDojo/django-DefectDojo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstackhawk_two_vul_same_hashcode_fabricated.json
More file actions
77 lines (77 loc) · 2.21 KB
/
stackhawk_two_vul_same_hashcode_fabricated.json
File metadata and controls
77 lines (77 loc) · 2.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"service": "StackHawk",
"scanCompleted": {
"scan": {
"id": "f3aa6752-8fef-58fa-c854-1d3g8e972f38",
"hawkscanVersion": "2.1.1",
"env": "Development",
"status": "COMPLETED",
"application": "Secured Application",
"startedTimestamp": "2022-02-16T23:07:19.575Z",
"scanURL": "https://app.stackhawk.com/scans/f3aa6752-8fef-58fa-c854-1d3g8e972f38"
},
"scanDuration": "21",
"spiderDuration": "45",
"completedScanStats": {
"urlsCount": "2",
"duration": "66",
"scanResultsStats": {
"totalCount": "2",
"lowCount": "0",
"mediumCount": "0",
"highCount": "2",
"lowTriagedCount": "0",
"mediumTriagedCount": "0",
"highTriagedCount": "0"
}
},
"findings": [
{
"pluginId": "90001",
"pluginName": "Insecure JSF ViewState",
"severity": "High",
"host": "https://localhost:9000",
"paths": [
{
"path": "/app/login",
"method": "GET",
"status": "NEW",
"pathURL": "https://app.stackhawk.com/scans/f3aa6752-8fef-58fa-c854-1d3g8e972f38/finding/90001/path/1/message/1"
}
],
"pathStats": [
{
"status": "NEW",
"count": 1
}
],
"totalCount": "1",
"category": "Security Misconfiguration",
"findingURL": "https://app.stackhawk.com/scans/f3aa6752-8fef-58fa-c854-1d3g8e972f38/finding/90001"
},
{
"pluginId": "90002",
"pluginName": "Insecure HTTP Header",
"severity": "High",
"host": "https://localhost:9000",
"paths": [
{
"path": "/app/dashboard",
"method": "GET",
"status": "NEW",
"pathURL": "https://app.stackhawk.com/scans/f3aa6752-8fef-58fa-c854-1d3g8e972f38/finding/90002/path/1/message/1"
}
],
"pathStats": [
{
"status": "NEW",
"count": 1
}
],
"totalCount": "1",
"category": "Security Misconfiguration",
"findingURL": "https://app.stackhawk.com/scans/f3aa6752-8fef-58fa-c854-1d3g8e972f38/finding/90002"
}
]
}
}