# Missing Network Policy - ID: kubernetes-missing-network-policy - Severity: MEDIUM - CWE: Improper Access Control (CWE-284) - Languages: Kubernetes, YAML - Frameworks: kubernetes ## Description Detects Kubernetes deployments without associated NetworkPolicy resources. ## Detection Message Workload has no NetworkPolicy for network segmentation ## Remediation Define a NetworkPolicy to control pod network access. ```yaml kind: NetworkPolicy spec: podSelector: {} policyTypes: [Ingress] ``` Learn more: https://shoulder.dev/learn/kubernetes/cwe-284/missing-network-policy ## Documentation [object Object] ## Related Rules - **LLM Insecure Plugin Design** [HIGH]: - **LLM Insecure Plugin Design** [HIGH]: - **LLM Insecure Plugin Design** [HIGH]: