zitadel/cmd/start
Livio Spring 79fb4cc1cc
fix: correctly check denied domains and ips for actions (#8810)
# Which Problems Are Solved

System administrators can block hosts and IPs for HTTP calls in actions.
Using DNS, blocked IPs could be bypassed.

# How the Problems Are Solved

- Hosts are resolved (DNS lookup) to check whether their corresponding
IP is blocked.

# Additional Changes

- Added complete lookup ip address range and "unspecified" address to
the default `DenyList`
2024-10-22 16:16:44 +02:00
..
config_test.go fix: correctly check denied domains and ips for actions (#8810) 2024-10-22 16:16:44 +02:00
config.go feat(storage): generic cache interface (#8628) 2024-09-25 21:40:21 +02:00
flags.go refactor(fmt): run gci on complete project (#7557) 2024-04-03 10:43:43 +00:00
start_from_init.go feat(cmd): mirror (#7004) 2024-05-30 09:35:30 +00:00
start_from_setup.go feat(cmd): mirror (#7004) 2024-05-30 09:35:30 +00:00
start.go feat(storage): generic cache interface (#8628) 2024-09-25 21:40:21 +02:00