Skip to content

Commit 792d088

Browse files
committed
create: owasp zap and ripd files
1 parent 84fd0ec commit 792d088

6 files changed

+245
-0
lines changed

OWASP Zap/OWASP ZAP History.jpg

200 KB
Loading
74.6 KB
Loading
125 KB
Loading

OWASP Zap/OWASP ZAP Report.zip

11.9 KB
Binary file not shown.
Lines changed: 245 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,245 @@
1+
{
2+
"info": {
3+
"_postman_id": "a11148e4-ccd6-44a1-bf3b-397257f5e4c0",
4+
"name": "soat-tech-challenge",
5+
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
6+
"_exporter_id": "9443919"
7+
},
8+
"item": [
9+
{
10+
"name": "Get Products",
11+
"protocolProfileBehavior": {
12+
"followOriginalHttpMethod": true
13+
},
14+
"request": {
15+
"method": "GET",
16+
"header": [],
17+
"url": {
18+
"raw": "http://localhost:8002/order/products",
19+
"protocol": "http",
20+
"host": [
21+
"localhost"
22+
],
23+
"port": "8002",
24+
"path": [
25+
"order",
26+
"products"
27+
]
28+
}
29+
},
30+
"response": []
31+
},
32+
{
33+
"name": "Get Products By Category",
34+
"request": {
35+
"method": "GET",
36+
"header": [],
37+
"url": {
38+
"raw": "http://localhost:8002/order/products/by-category?categoria=Lanche",
39+
"protocol": "http",
40+
"host": [
41+
"localhost"
42+
],
43+
"port": "8002",
44+
"path": [
45+
"order",
46+
"products",
47+
"by-category"
48+
],
49+
"query": [
50+
{
51+
"key": "categoria",
52+
"value": "Lanche"
53+
}
54+
]
55+
}
56+
},
57+
"response": []
58+
},
59+
{
60+
"name": "Checkout",
61+
"protocolProfileBehavior": {
62+
"followOriginalHttpMethod": true
63+
},
64+
"request": {
65+
"auth": {
66+
"type": "bearer",
67+
"bearer": [
68+
{
69+
"key": "token",
70+
"value": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJEaW5vQ2hpZXNhLmdpdGh1Yi5pbyIsInN1YiI6IjZjYWIwNzFiLWQyNGMtNDA2Yi05ZTJmLThhYTQ1Yjc5MWJmMiIsImlhdCI6MTcwNjQ2NDY3NCwicHJvcFkiOiJrczVsbTEwZWUwODljMnl1bGM3a2tpIn0.XiDbq-Pn0H44ublgggvQw1zU_S-KLg86zqUkw6j4DtRyVNcsWoZgjub-eH6mu2w5-VBibE0IjH4MyVfGXRg2QRCUG60BuILVDw68m4n6Q3KU9-RFXSRLyWp3tmxb7dyvb9pCjluHkRrrGCv8O9HYea69QlSFYhprNy3NpI4EapnUJmmoicRyw2jNUGUSFGPGoTfr1FKyx0WKTalyXxzxzogfQ-vjiGphPoHRf_3noiIPSMhRUnM2aIhz4Zzukm7mbl6nzd0Ah9tUB_d1mC-qVzE1snNrQSHEa4gI0oc2AQCh0GD-hMfJ_qdf32nIyHPnhXZQgpOKibylGHkv7VGmPA",
71+
"type": "string"
72+
}
73+
]
74+
},
75+
"method": "POST",
76+
"header": [],
77+
"body": {
78+
"mode": "raw",
79+
"raw": "{\n \"items\": [\n {\n \"id\": 1,\n \"quantity\": 1\n }\n ]\n}",
80+
"options": {
81+
"raw": {
82+
"language": "json"
83+
}
84+
}
85+
},
86+
"url": {
87+
"raw": "http://localhost:8002/order/orders",
88+
"protocol": "http",
89+
"host": [
90+
"localhost"
91+
],
92+
"port": "8002",
93+
"path": [
94+
"order",
95+
"orders"
96+
]
97+
}
98+
},
99+
"response": []
100+
},
101+
{
102+
"name": "Get Orders",
103+
"protocolProfileBehavior": {
104+
"disableBodyPruning": true,
105+
"followOriginalHttpMethod": true
106+
},
107+
"request": {
108+
"auth": {
109+
"type": "bearer",
110+
"bearer": [
111+
{
112+
"key": "token",
113+
"value": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJEaW5vQ2hpZXNhLmdpdGh1Yi5pbyIsInN1YiI6IjZjYWIwNzFiLWQyNGMtNDA2Yi05ZTJmLThhYTQ1Yjc5MWJmMiIsImlhdCI6MTcwNjQ2NDY3NCwicHJvcFkiOiJrczVsbTEwZWUwODljMnl1bGM3a2tpIn0.XiDbq-Pn0H44ublgggvQw1zU_S-KLg86zqUkw6j4DtRyVNcsWoZgjub-eH6mu2w5-VBibE0IjH4MyVfGXRg2QRCUG60BuILVDw68m4n6Q3KU9-RFXSRLyWp3tmxb7dyvb9pCjluHkRrrGCv8O9HYea69QlSFYhprNy3NpI4EapnUJmmoicRyw2jNUGUSFGPGoTfr1FKyx0WKTalyXxzxzogfQ-vjiGphPoHRf_3noiIPSMhRUnM2aIhz4Zzukm7mbl6nzd0Ah9tUB_d1mC-qVzE1snNrQSHEa4gI0oc2AQCh0GD-hMfJ_qdf32nIyHPnhXZQgpOKibylGHkv7VGmPA",
114+
"type": "string"
115+
}
116+
]
117+
},
118+
"method": "GET",
119+
"header": [],
120+
"body": {
121+
"mode": "raw",
122+
"raw": "",
123+
"options": {
124+
"raw": {
125+
"language": "json"
126+
}
127+
}
128+
},
129+
"url": {
130+
"raw": "http://localhost:8002/order/orders",
131+
"protocol": "http",
132+
"host": [
133+
"localhost"
134+
],
135+
"port": "8002",
136+
"path": [
137+
"order",
138+
"orders"
139+
]
140+
}
141+
},
142+
"response": []
143+
},
144+
{
145+
"name": "Initialize Payment",
146+
"protocolProfileBehavior": {
147+
"followOriginalHttpMethod": true
148+
},
149+
"request": {
150+
"auth": {
151+
"type": "bearer",
152+
"bearer": [
153+
{
154+
"key": "token",
155+
"value": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJEaW5vQ2hpZXNhLmdpdGh1Yi5pbyIsInN1YiI6IjZjYWIwNzFiLWQyNGMtNDA2Yi05ZTJmLThhYTQ1Yjc5MWJmMiIsImlhdCI6MTcwNjQ2NDY3NCwicHJvcFkiOiJrczVsbTEwZWUwODljMnl1bGM3a2tpIn0.XiDbq-Pn0H44ublgggvQw1zU_S-KLg86zqUkw6j4DtRyVNcsWoZgjub-eH6mu2w5-VBibE0IjH4MyVfGXRg2QRCUG60BuILVDw68m4n6Q3KU9-RFXSRLyWp3tmxb7dyvb9pCjluHkRrrGCv8O9HYea69QlSFYhprNy3NpI4EapnUJmmoicRyw2jNUGUSFGPGoTfr1FKyx0WKTalyXxzxzogfQ-vjiGphPoHRf_3noiIPSMhRUnM2aIhz4Zzukm7mbl6nzd0Ah9tUB_d1mC-qVzE1snNrQSHEa4gI0oc2AQCh0GD-hMfJ_qdf32nIyHPnhXZQgpOKibylGHkv7VGmPA",
156+
"type": "string"
157+
}
158+
]
159+
},
160+
"method": "POST",
161+
"header": [],
162+
"url": {
163+
"raw": "http://localhost:8003/payment/payments/initialize?orderId=1",
164+
"protocol": "http",
165+
"host": [
166+
"localhost"
167+
],
168+
"port": "8003",
169+
"path": [
170+
"payment",
171+
"payments",
172+
"initialize"
173+
],
174+
"query": [
175+
{
176+
"key": "orderId",
177+
"value": "1"
178+
}
179+
]
180+
}
181+
},
182+
"response": []
183+
},
184+
{
185+
"name": "Finalize Payment",
186+
"protocolProfileBehavior": {
187+
"followOriginalHttpMethod": true
188+
},
189+
"request": {
190+
"method": "POST",
191+
"header": [],
192+
"url": {
193+
"raw": "http://localhost:8003/payment/payments/finalize?orderId=1",
194+
"protocol": "http",
195+
"host": [
196+
"localhost"
197+
],
198+
"port": "8003",
199+
"path": [
200+
"payment",
201+
"payments",
202+
"finalize"
203+
],
204+
"query": [
205+
{
206+
"key": "orderId",
207+
"value": "1"
208+
}
209+
]
210+
}
211+
},
212+
"response": []
213+
},
214+
{
215+
"name": "Get Payment Status",
216+
"protocolProfileBehavior": {
217+
"followOriginalHttpMethod": true
218+
},
219+
"request": {
220+
"method": "GET",
221+
"header": [],
222+
"url": {
223+
"raw": "http://localhost:8003/payment/payments/status?orderId=1",
224+
"protocol": "http",
225+
"host": [
226+
"localhost"
227+
],
228+
"port": "8003",
229+
"path": [
230+
"payment",
231+
"payments",
232+
"status"
233+
],
234+
"query": [
235+
{
236+
"key": "orderId",
237+
"value": "1"
238+
}
239+
]
240+
}
241+
},
242+
"response": []
243+
}
244+
]
245+
}

RIPD/LGPD RIPD.pdf

204 KB
Binary file not shown.

0 commit comments

Comments
 (0)