defenseunicorns / uds-runtime

UDS Runtime API & UI
GNU Affero General Public License v3.0
6 stars 3 forks source link

Don't run the server on all interfaces #440

Open UncleGedd opened 1 week ago

UncleGedd commented 1 week ago

Describe what should be investigated or refactored

We call http.ListenAndServe(“:8080”) and do something similar for ListenAndServeTLS. The “:8080: syntax serves all host interfaces; lock this down to be only a single interface