<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Security on Manvendra Rajpoot</title>
    <link>https://blog.rajpoot.dev/tags/security/</link>
    <description>Recent content in Security on Manvendra Rajpoot</description>
    <image>
      <title>Manvendra Rajpoot</title>
      <url>https://blog.rajpoot.dev/img/personal/cover.png</url>
      <link>https://blog.rajpoot.dev/img/personal/cover.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>Manvendra Rajpoot</copyright>
    <lastBuildDate>Sun, 17 May 2026 17:50:46 +0530</lastBuildDate>
    <atom:link href="https://blog.rajpoot.dev/tags/security/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Docker Cheatsheet 06 — Docker Security</title>
      <link>https://blog.rajpoot.dev/cheatsheets/docker/06-security-cheatsheet/</link>
      <pubDate>Fri, 22 May 2026 06:50:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/docker/06-security-cheatsheet/</guid>
      <description>Docker security cheatsheet — non-root, capabilities, secrets, scanning.</description>
    </item>
    <item>
      <title>Nginx Cheatsheet 08 — Security Headers</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nginx/08-security-cheatsheet/</link>
      <pubDate>Sun, 24 May 2026 07:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nginx/08-security-cheatsheet/</guid>
      <description>Nginx security headers — CSP, HSTS, frame, content-type.</description>
    </item>
    <item>
      <title>Kubernetes Cheatsheet 09 — RBAC</title>
      <link>https://blog.rajpoot.dev/cheatsheets/kubernetes/09-rbac-cheatsheet/</link>
      <pubDate>Sat, 23 May 2026 07:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/kubernetes/09-rbac-cheatsheet/</guid>
      <description>Kubernetes RBAC — Roles, ClusterRoles, ServiceAccounts.</description>
    </item>
    <item>
      <title>MongoDB Cheatsheet 13 — Security</title>
      <link>https://blog.rajpoot.dev/cheatsheets/mongodb/13-security-cheatsheet/</link>
      <pubDate>Thu, 28 May 2026 08:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/mongodb/13-security-cheatsheet/</guid>
      <description>MongoDB security — auth, roles, TLS, encryption.</description>
    </item>
    <item>
      <title>Kubernetes Cheatsheet 14 — Security and Policies</title>
      <link>https://blog.rajpoot.dev/cheatsheets/kubernetes/14-security-cheatsheet/</link>
      <pubDate>Sat, 23 May 2026 08:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/kubernetes/14-security-cheatsheet/</guid>
      <description>Kubernetes security — PSA, network policies, OPA Gatekeeper, image scan.</description>
    </item>
    <item>
      <title>AI/LLM Cheatsheet 15 — Security and Prompt Injection</title>
      <link>https://blog.rajpoot.dev/cheatsheets/ai-llm/15-security-cheatsheet/</link>
      <pubDate>Tue, 26 May 2026 08:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/ai-llm/15-security-cheatsheet/</guid>
      <description>LLM security — prompt injection, data leaks, jailbreaks.</description>
    </item>
    <item>
      <title>Linux Cheatsheet 16 — Security Hardening</title>
      <link>https://blog.rajpoot.dev/cheatsheets/linux/16-hardening-cheatsheet/</link>
      <pubDate>Mon, 25 May 2026 08:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/linux/16-hardening-cheatsheet/</guid>
      <description>Linux hardening — SSH, firewall, fail2ban, kernel.</description>
    </item>
    <item>
      <title>Secrets Rotation in 2026 — Practical Patterns That Don&#39;t Break Production</title>
      <link>https://blog.rajpoot.dev/posts/devops/secrets-rotation-2026/</link>
      <pubDate>Fri, 01 May 2026 06:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/devops/secrets-rotation-2026/</guid>
      <description>How to rotate secrets in 2026 without breaking production — overlap windows, dual-secret support, automated rotation, and the patterns from compliance-mature teams.</description>
    </item>
    <item>
      <title>Software Bill of Materials (SBOM) — A Practical Guide for 2026</title>
      <link>https://blog.rajpoot.dev/posts/devops/sbom-software-bill-of-materials-2026/</link>
      <pubDate>Fri, 01 May 2026 03:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/devops/sbom-software-bill-of-materials-2026/</guid>
      <description>How to generate, store, and use SBOMs in 2026 — CycloneDX, SPDX, syft, grype, and the patterns from compliance-mature teams.</description>
    </item>
    <item>
      <title>Postgres Row-Level Security in 2026 — Multi-Tenant Without Footguns</title>
      <link>https://blog.rajpoot.dev/posts/postgresql/postgres-row-level-security-2026/</link>
      <pubDate>Thu, 30 Apr 2026 22:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/postgresql/postgres-row-level-security-2026/</guid>
      <description>Postgres row-level security in 2026 — policies, tenant isolation, performance, and the patterns that prevent cross-tenant leaks.</description>
    </item>
    <item>
      <title>Secrets Management in 2026 — Vault, External Secrets Operator, and the Patterns</title>
      <link>https://blog.rajpoot.dev/posts/devops/secrets-management-vault-eso-2026/</link>
      <pubDate>Thu, 30 Apr 2026 17:50:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/devops/secrets-management-vault-eso-2026/</guid>
      <description>Secrets management for production in 2026 — Vault, External Secrets Operator, AWS / GCP secret managers, rotation, and the patterns that keep secrets out of Git.</description>
    </item>
    <item>
      <title>Sandboxed Code Execution for AI Agents — E2B, Modal, Daytona, and the 2026 Stack</title>
      <link>https://blog.rajpoot.dev/posts/ai/sandboxed-code-execution-agents-e2b-modal-2026/</link>
      <pubDate>Thu, 30 Apr 2026 13:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/ai/sandboxed-code-execution-agents-e2b-modal-2026/</guid>
      <description>How AI agents run code safely in 2026 — E2B, Modal, Daytona, microVMs, and the patterns for sandboxed execution with internet access.</description>
    </item>
    <item>
      <title>LLM Security in 2026 — Prompt Injection, Data Exfiltration, and Defense in Depth</title>
      <link>https://blog.rajpoot.dev/posts/ai/llm-security-prompt-injection-2026/</link>
      <pubDate>Thu, 30 Apr 2026 12:50:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/ai/llm-security-prompt-injection-2026/</guid>
      <description>How to defend against LLM-specific attacks in 2026 — prompt injection, indirect injection, data exfiltration, jailbreaks, and the layered defenses that work.</description>
    </item>
    <item>
      <title>Authentication in 2026 — Passkeys, OAuth 2.1, OIDC, and What to Actually Ship</title>
      <link>https://blog.rajpoot.dev/posts/backend/authentication-2026-passkeys-oauth-oidc/</link>
      <pubDate>Wed, 29 Apr 2026 09:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/backend/authentication-2026-passkeys-oauth-oidc/</guid>
      <description>Modern authentication for backend developers in 2026 — passkeys (WebAuthn), OAuth 2.1, OIDC, sessions vs JWTs, and how to pick a stack for FastAPI, Django, Hono, and Next.js.</description>
    </item>
    <item>
      <title>Software Supply Chain Security in 2026 — SBOM, SLSA, and Sigstore</title>
      <link>https://blog.rajpoot.dev/posts/devops/software-supply-chain-security-sbom-slsa-sigstore/</link>
      <pubDate>Tue, 28 Apr 2026 18:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/devops/software-supply-chain-security-sbom-slsa-sigstore/</guid>
      <description>Software supply chain security explained — SBOM (CycloneDX/SPDX), SLSA levels, signing builds with Sigstore, attestations, and how to wire the whole thing into your CI without theatre.</description>
    </item>
    <item>
      <title>Linux Server Hardening for App Deployers</title>
      <link>https://blog.rajpoot.dev/posts/devops/linux-server-hardening-for-app-deployers/</link>
      <pubDate>Tue, 28 Apr 2026 15:35:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/devops/linux-server-hardening-for-app-deployers/</guid>
      <description>A practical Linux hardening checklist for app developers deploying to a VPS — SSH, users, firewall, fail2ban, automatic updates, and the basics that stop 95% of attacks.</description>
    </item>
    <item>
      <title>JWT Authentication in FastAPI: A Complete Walkthrough</title>
      <link>https://blog.rajpoot.dev/posts/fastapi/jwt-authentication-in-fastapi/</link>
      <pubDate>Tue, 28 Apr 2026 13:50:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/fastapi/jwt-authentication-in-fastapi/</guid>
      <description>Build secure JWT authentication in FastAPI from scratch — password hashing, token issuing, refresh tokens, dependency-injected current user, and the security pitfalls to avoid.</description>
    </item>
  </channel>
</rss>
