-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeployment_validation_20250906_003734.json
More file actions
166 lines (166 loc) · 3.88 KB
/
deployment_validation_20250906_003734.json
File metadata and controls
166 lines (166 loc) · 3.88 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"summary": {
"total_tests": 10,
"passed": 6,
"failed": 4,
"success_rate": 60.0,
"duration": 2.271834,
"deployment_ready": false,
"timestamp": "2025-09-06T00:37:34.642562"
},
"results": [
{
"test": "API Reachability",
"success": true,
"message": "API responded with status 200",
"details": {
"status_code": 200,
"response_time": 0.032938
},
"timestamp": "2025-09-06T00:37:32.409046"
},
{
"test": "Auth Endpoint /auth/register",
"success": true,
"message": "Endpoint accessible (status: 422)",
"details": {
"status_code": 422
},
"timestamp": "2025-09-06T00:37:32.428387"
},
{
"test": "Auth Endpoint /auth/login",
"success": true,
"message": "Endpoint accessible (status: 422)",
"details": {
"status_code": 422
},
"timestamp": "2025-09-06T00:37:32.440297"
},
{
"test": "Auth Endpoint /auth/refresh",
"success": true,
"message": "Endpoint accessible (status: 422)",
"details": {
"status_code": 422
},
"timestamp": "2025-09-06T00:37:32.452883"
},
{
"test": "Auth Endpoint /auth/logout",
"success": false,
"message": "Endpoint accessible (status: 403)",
"details": {
"status_code": 403
},
"timestamp": "2025-09-06T00:37:32.459321"
},
{
"test": "User Registration",
"success": true,
"message": "Registration successful",
"details": {
"status_code": 200,
"has_token": true
},
"timestamp": "2025-09-06T00:37:32.971879"
},
{
"test": "User Login",
"success": true,
"message": "Login successful",
"details": {
"status_code": 200,
"has_token": true
},
"timestamp": "2025-09-06T00:37:33.395269"
},
{
"test": "Protected Endpoint /user/profile",
"success": true,
"message": "Access granted",
"details": {
"status_code": 200
},
"timestamp": "2025-09-06T00:37:33.419710"
},
{
"test": "Protected Endpoint /user/api-keys",
"success": true,
"message": "Access granted",
"details": {
"status_code": 200
},
"timestamp": "2025-09-06T00:37:33.446401"
},
{
"test": "Rate Limiting",
"success": false,
"message": "Rate limiting not detected",
"details": {
"requests_made": 10,
"rate_limited": 0,
"status_codes": [
401,
401,
401,
401,
401,
401,
401,
401,
401,
401
]
},
"timestamp": "2025-09-06T00:37:34.528278"
},
{
"test": "Security Headers",
"success": false,
"message": "Security headers: 0/4 present",
"details": {
"present": [],
"missing": [
"X-Content-Type-Options",
"X-Frame-Options",
"X-XSS-Protection",
"Content-Security-Policy"
]
},
"timestamp": "2025-09-06T00:37:34.532321"
},
{
"test": "Database Connectivity",
"success": false,
"message": "Database error",
"details": {
"status_code": 404
},
"timestamp": "2025-09-06T00:37:34.536879"
},
{
"test": "Email Service",
"success": true,
"message": "Email service functional",
"details": {
"status_code": 200
},
"timestamp": "2025-09-06T00:37:34.635421"
},
{
"test": "Error Handling",
"success": true,
"message": "Error handling proper",
"details": {
"status_code": 422
},
"timestamp": "2025-09-06T00:37:34.642115"
}
],
"recommendations": [
"Resolve database connectivity problems",
"Address security configuration issues",
"Implement or fix rate limiting"
]
}