← Cybersecurity Alphabet Soup

YAML

YAML Ain't Markup Language

operationsmedium

YAML is a human-friendly format for configuration files, using indentation instead of brackets. It is the native tongue of modern infrastructure: Kubernetes manifests, CI/CD pipelines, and infrastructure-as-code templates are mostly YAML. That makes YAML files security-critical artifacts: a single indented line can grant a container privileged access, and secrets have a way of ending up committed inside them.

Sources

More in operations