• Joined on 2023-03-10
9cfa commented on issue mike/fastapi#1 2023-04-04 18:52:06 +00:00
validDns function rewrite

Two consecutive calls to socket.getaddrinfo aren't guaranteed to return the same info, depending on the system configuration. If the "safe" looking record TTLs between the verification lookup and…

9cfa reopened issue mike/fastapi#1 2023-04-04 18:50:27 +00:00
validDns function rewrite
9cfa commented on issue mike/fastapi#1 2023-04-04 18:50:24 +00:00
validDns function rewrite

dns rebinding protection needs to be implemented.

9cfa commented on issue mike/fastapi#7 2023-03-14 21:08:22 +00:00
[LTC] mimblewimble support & wallet

again and again, this would only be for clients that opt in. not for everyone!

9cfa commented on issue mike/fastapi#1 2023-03-14 06:08:53 +00:00
validDns function rewrite

when deploying py requests in call script, it should validate the domain again before calling to protect from dns rebinding. also requests needs to have following redirections disabled.

9cfa commented on issue mike/fastapi#1 2023-03-14 04:18:49 +00:00
validDns function rewrite

at the moment when this is going to be rolled out into production, check all callback formats if they pass the new checks - whitelisting character and ports.

9cfa opened issue mike/fastapi#7 2023-03-14 04:14:38 +00:00
[LTC] mimblewimble support & wallet
9cfa commented on issue mike/fastapi#6 2023-03-14 01:23:12 +00:00
send in different currency

but the website probably won't be online forever, so for this use we could also go with changenow.io if the fees are same or lower.

9cfa opened issue mike/fastapi#6 2023-03-14 01:01:25 +00:00
send in different currency
9cfa commented on issue mike/fastapi#5 2023-03-14 00:51:24 +00:00
[Guardarian] Vouchers ideea

people would lose these vouchers, and why would anyone buy vouchers if they can buy actual btc and keep it in their wallet. maybe too much coding for nothing.

9cfa pushed to main at mike/fastapi 2023-03-14 00:45:51 +00:00
7dfa5e1da7 requests api
9cfa pushed to main at mike/fastapi 2023-03-13 21:48:19 +00:00
3f5946c43c fix running
9cfa pushed to main at mike/fastapi 2023-03-13 21:42:44 +00:00
43e211c0f8 ignore specific files
9cfa pushed to main at mike/fastapi 2023-03-13 21:37:01 +00:00
71143ee238 domain validation
34f69ba824 domain validation
2b04b2d945 domain validation
Compare 3 commits »
9cfa deleted branch 9cfa_branch from mike/fastapi 2023-03-13 21:30:45 +00:00
9cfa pushed to 9cfa_branch at mike/fastapi 2023-03-13 21:29:10 +00:00
9cfa created branch 9cfa_branch in mike/fastapi 2023-03-13 21:29:09 +00:00
9cfa commented on issue mike/fastapi#1 2023-03-13 21:20:16 +00:00
validDns function rewrite

small test result

Request	Payload	Status
32	https://example.com/?q=http://evil.com/redirect.php.	200
0		200
1	https://127.0.0.1/	422
2	https://localhost/	422
3	http://[::]:80/	422
4	h…
9cfa pushed to main at mike/fastapi 2023-03-13 21:13:39 +00:00
435e7aae38 domain validation
9cfa commented on issue mike/fastapi#1 2023-03-11 05:06:56 +00:00
validDns function rewrite
  • do not forget to use same values for allowed ports/schemes as production not to break something in future