Skip to main content
Glama
pod-path-mount.yaml486 B
# Mounting sensitive file system paths can lead to information disclosure and compromise of the host systems # Kubernetes Documentation - Volumes # MITRE, CWE-668 - Exposure of Resource to Wrong Sphere --- apiVersion: v1 kind: Pod metadata: name: test spec: containers: - image: k8s.gcr.io/test-webserver name: test-container volumeMounts: - mountPath: /data name: test-volume volumes: - name: test-volume hostPath: path: /etc # Sensitive

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/michoo/security_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server