Pathfinder scanned this open-source repository. Scan your own repos free →
← Back to scan results
shivasurya/code-pathfinder

high Using Host Network Mode

extension/secureflow/packages/secureflow-cli/docker-compose.yml:14

[Service: secureflow-analyzer] Service uses host network mode. Container shares host network stack, bypassing network isolation.

CWE-250 open

Code

extension/secureflow/packages/secureflow-cli/docker-compose.yml
11    stdin_open: true
12    tty: true
13    # Use host network to access localhost services directly
14    network_mode: host
15    # Security settings
16    security_opt:
17      - no-new-privileges:true

Seen on 8 scans

Get this for your repo.

Pathfinder runs the same scan on your own repos free. Connect via GitHub in 30 seconds.