You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeQL flags the DNS listeners for binding every interface. In a container
that is the only address that answers -- peers reach this by an address on a
private compose network that the process cannot know in advance -- so the
default stays, but it is now one documented function rather than a literal
repeated at each listener, and MOCK_CF_BIND narrows it for anyone running the
mock outside a container, where a test double that trusts every caller should
not be on every interface.
0 commit comments