#

#security

Everything tagged with security across all content types.

16 posts

Troubleshooting
Fix Flux SOPS MAC mismatch in kustomize-controller
A Flux SOPS MAC mismatch means an encrypted file was changed outside sops. Diagnose it and re-encrypt cleanly so kustomize-controller can decrypt again.
Critical · flux · MAC mismatch
Blog
k8s-aibom: Automated AI BOM for Kubernetes Workloads
Google Cloud open-sourced k8s-aibom, a Kubernetes controller that builds CycloneDX ML-BOMs at runtime and surfaces the shadow AI already running in your clusters.
security · Jul 14, 2026 · 9 min read
Tutorial
Claude Code Security Skills: A DevSecOps Playbook
Build Claude Code security skills that scan for secrets, run SAST, and test prompt injection, then enforce them with hooks and subagents in CI.
Intermediate devsecops · 45 minutes
Tutorial
Claude Code Security Skills: A DevSecOps Tutorial
Build Claude Code security skills that scan for secrets, run SAST, and catch prompt injection, then enforce them with hooks in your DevSecOps pipeline.
Intermediate devsecops · 45 minutes
Blog
AI Agent Risks: Lessons from Snyk's 10,000 Environment Audit
Discover the top AI agent risks revealed by Snyk's audit of 10,000 environments. Learn key security lessons to protect your deployments from automated threats.
ai-devops · Jun 26, 2026 · 15 min read
Troubleshooting
Mitigate CVE-2026-20245: Cisco SD-WAN Manager Exploit Guide
Detect, block, and patch CVE-2026-20245 critical RCE in Cisco SD-WAN Manager with firewall rules, iptables workaround, and official upgrade steps. Verify fix.
Critical · Cisco SD-WAN Manager · CVE-2026-20245
Troubleshooting
Fix sts:AssumeRoleWithWebIdentity Error in EKS
Learn how to fix the 'Not authorized to perform sts:AssumeRoleWithWebIdentity' error in EKS by aligning IAM role trust policies with OIDC provider settings.
Critical · eksctl
Troubleshooting
Fix Flux SOPS illegal base64 data at input byte 0
Diagnose and fix the Flux SOPS 'illegal base64 data at input byte 0' error caused by incorrect base64 encoding. Step-by-step solutions for encrypted secrets and a...
Critical · flux · illegal base64 data at input byte 0
Blog
Evaluating AI-Generated Terraform for Secure Infrastructure
Master the safe evaluation of LLM-generated Terraform. This guide covers validation, security, and best practices to integrate AI into your infrastructure workflo...
aiops · May 14, 2026 · 10 min read
Troubleshooting
How to Mitigate Copy Fail (CVE-2026-31431) with Seccomp
Mitigate the Copy Fail (CVE-2026-31431) vulnerability in Linux kernels. Learn how to implement seccomp profiles for Kubernetes to prevent local privilege escalation.
Warning
Troubleshooting
How to Fix CVE-2026-43284: Preventing Dirty Frag Pod Escapes
Learn to fix CVE-2026-43284, the 'Dirty Frag Pod Escape' vulnerability in EKS. This guide provides practical steps, security best practices, and prevention strate...
Warning
Blog
Automate SSH 2FA Hardening with Google Authenticator
Learn to automate SSH Two-Factor Authentication (2FA) hardening using Google Authenticator. This guide provides production-ready steps, Ansible examples, and trou...
security · May 8, 2026 · 9 min read
Blog
RAG Security: Prevent Data Leaks with Access Control
Secure your RAG pipeline against data leakage, a top OWASP LLM risk. Learn why prompt hardening isn't enough and how to implement user access controls.
llmops · May 5, 2026 · 9 min read
Blog
Supply Chain Security Proxy: Move Beyond Vulnerability Scanning
Stop reacting to CVEs. Learn how to implement a supply chain security proxy to prevent dependency confusion, enforce provenance, and secure your pipeline.
security · Apr 27, 2026 · 12 min read
Blog
GitHub Actions Security: How to Stop Secret Leaks in CI/CD
Protect your pipelines from credential theft. Learn to implement OIDC, pin actions to commit SHAs, and prevent 'pwn-request' attacks in GitHub Actions.
security · Apr 19, 2026 · 12 min read
Blog
Docker Multi-Stage Builds: Smaller, Secure Production Images
Master Docker multi-stage builds to dramatically reduce image sizes, enhance security, and accelerate deployments for your production applications. Learn best pra...
docker · Apr 9, 2026 · 9 min read