microbs-io / microbs-app-ecommerce

Apache License 2.0
0 stars 3 forks source link

[New Variant] Bind Localhost #2

Open davemoore- opened 1 year ago

davemoore- commented 1 year ago

Name: bind-localhost

What it simulates: A service is misconfigured to listen on localhost instead of all interfaces, causing the application to behave in undesirable ways.

Proposed implementation: Any service should listen on 127.0.0.1 instead of 0.0.0.0. This misconfiguration should be discoverable in the observability platform.