Re: [PATCH dpdk] telemetry-exporter: listen on loopback by default

2025-01-27 Thread Robin Jarry
Bruce Richardson, Jan 27, 2025 at 15:39: > On Mon, Jan 27, 2025 at 12:51:44PM +0100, Robin Jarry wrote: >> Fix the following warning reported by Coverity: >> >> Defect type: SIGMA.insecure_network_bind: >> > dpdk-stable-24.11.1/usertools/dpdk-telemetry-exporter.py:278: >> > Sigma main event: The H

Re: [PATCH dpdk] telemetry-exporter: listen on loopback by default

2025-01-27 Thread Bruce Richardson
On Mon, Jan 27, 2025 at 12:51:44PM +0100, Robin Jarry wrote: > Fix the following warning reported by Coverity: > > Defect type: SIGMA.insecure_network_bind: > > dpdk-stable-24.11.1/usertools/dpdk-telemetry-exporter.py:278: > > Sigma main event: The HTTP server binds to all network interfaces by >

[PATCH dpdk] telemetry-exporter: listen on loopback by default

2025-01-27 Thread Robin Jarry
Fix the following warning reported by Coverity: Defect type: SIGMA.insecure_network_bind: > dpdk-stable-24.11.1/usertools/dpdk-telemetry-exporter.py:278: > Sigma main event: The HTTP server binds to all network interfaces by > setting the IP address to "", `0.0.0.0`, `::`, or `::0`. > This may exp