<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Code Pathfinder Blog</title>
    <link>https://codepathfinder.dev/blog</link>
    <description>Security engineering insights, SAST best practices, and product updates from Code Pathfinder..</description>
    <language>en-us</language>
    <lastBuildDate>Sat, 18 Apr 2026 00:00:00 GMT</lastBuildDate>
    <atom:link href="https://codepathfinder.dev/blog/feed.xml" rel="self" type="application/rss+xml" />
    <image>
      <url>https://codepathfinder.dev/logo.png</url>
      <title>Code Pathfinder Blog</title>
      <link>https://codepathfinder.dev/blog</link>
    </image>
    <item>
      <title>Code Pathfinder now speaks Go</title>
      <link>https://codepathfinder.dev/blog/announcing-golang-support-code-pathfinder</link>
      <guid isPermaLink="true">https://codepathfinder.dev/blog/announcing-golang-support-code-pathfinder</guid>
      <description>Code Pathfinder v2.1.0 adds Go support: 21 security rules, cross-file taint analysis, and type-aware detection across Gin, Echo, Fiber, GORM, sqlx, gRPC, and the standard library.</description>
      <pubDate>Sat, 18 Apr 2026 00:00:00 GMT</pubDate>
      <author>s.shivasurya@gmail.com (Shivasurya)</author>
      <category>Golang</category>
      <category>Go Security</category>
      <category>Taint Analysis</category>
      <category>Open Source SAST</category>
    </item>
    <item>
      <title>Same Bug, Different Endpoint: Finding Path Traversal in Langflow with Code Pathfinder</title>
      <link>https://codepathfinder.dev/blog/langflow-knowledge-bases-path-traversal-variant-analysis</link>
      <guid isPermaLink="true">https://codepathfinder.dev/blog/langflow-knowledge-bases-path-traversal-variant-analysis</guid>
      <description>How Code Pathfinder&apos;s variant analysis detected an unpatched path traversal in Langflow&apos;s Knowledge Bases API, the same bug class as CVE-2026-33497.</description>
      <pubDate>Wed, 15 Apr 2026 00:00:00 GMT</pubDate>
      <author>s.shivasurya@gmail.com (Shivasurya)</author>
      <category>Python Security</category>
      <category>Path Traversal</category>
      <category>Variant Analysis</category>
      <category>Langflow</category>
    </item>
    <item>
      <title>CVE-2026-33186: Bypassing gRPC-Go Authorization with a Missing Slash</title>
      <link>https://codepathfinder.dev/blog/cve-2026-33186-grpc-go-authorization-bypass-malformed-path-header</link>
      <guid isPermaLink="true">https://codepathfinder.dev/blog/cve-2026-33186-grpc-go-authorization-bypass-malformed-path-header</guid>
      <description>CVE-2026-33186 - A path normalization flaw in grpc-go v1.79.2 and earlier allows attackers to bypass path-based authorization interceptors by omitting the leading slash in the HTTP/2 :path pseudo-header. Both custom interceptors and the official grpc/authz policy engine are affected.</description>
      <pubDate>Wed, 01 Apr 2026 00:00:00 GMT</pubDate>
      <author>s.shivasurya@gmail.com (Shivasurya)</author>
      <category>GoLang Security</category>
      <category>CVE</category>
      <category>Authorization Bypass</category>
      <category>grpc-go</category>
    </item>
    <item>
      <title>Cross-File Dataflow Analysis: Taint Tracking Across Your Entire Project</title>
      <link>https://codepathfinder.dev/blog/cross-file-dataflow-analysis-taint-tracking-across-your-entire-project</link>
      <guid isPermaLink="true">https://codepathfinder.dev/blog/cross-file-dataflow-analysis-taint-tracking-across-your-entire-project</guid>
      <description>Code Pathfinder v2.0 ships inter-procedural taint analysis that traces vulnerable data flows across files, functions, and module boundaries. Here&apos;s how it works and how to write your first flow analysis rule.</description>
      <pubDate>Tue, 17 Mar 2026 00:00:00 GMT</pubDate>
      <author>s.shivasurya@gmail.com (Shivasurya)</author>
      <category>Dataflow Analysis</category>
      <category>Taint Analysis</category>
      <category>Security</category>
      <category>SAST</category>
      <category>Python SDK</category>
      <category>Engineering</category>
      <category>Cross-File Analysis</category>
    </item>
    <item>
      <title>Automated GitHub PR Security Comments &amp; Inline SAST Findings with Code Pathfinder</title>
      <link>https://codepathfinder.dev/blog/github-summary-pull-request-comments-integration</link>
      <guid isPermaLink="true">https://codepathfinder.dev/blog/github-summary-pull-request-comments-integration</guid>
      <description>Code Pathfinder&apos;s GitHub Action now posts security scan results as PR summary comments and inline review annotations. Browse 100+ open-source SAST rules at codepathfinder.dev/registry.</description>
      <pubDate>Sat, 21 Feb 2026 00:00:00 GMT</pubDate>
      <author>s.shivasurya@gmail.com (Shivasurya)</author>
      <category>GitHub Actions</category>
      <category>Pull Request</category>
      <category>SAST</category>
      <category>CI/CD</category>
      <category>GitHub Code Scanning</category>
      <category>CodeQL Alternative</category>
      <category>DevSecOps</category>
      <category>SARIF</category>
    </item>
    <item>
      <title>Stop Grepping, Start Querying: MCP Server for Code-Pathfinder</title>
      <link>https://codepathfinder.dev/blog/mcp-server-code-pathfinder</link>
      <guid isPermaLink="true">https://codepathfinder.dev/blog/mcp-server-code-pathfinder</guid>
      <description>Connect Code-Pathfinder&apos;s indexed code analysis directly to Claude Code, Codex, and MCP-enabled AI agents. Query call graphs, resolve imports, and find vulnerabilities instantly without grep or file reads. Open-source MCP server for Python codebases.</description>
      <pubDate>Sun, 11 Jan 2026 00:00:00 GMT</pubDate>
      <author>s.shivasurya@gmail.com (Shivasurya)</author>
      <category>MCP</category>
      <category>Security</category>
      <category>Product</category>
      <category>Code Analysis</category>
      <category>AI Agents</category>
      <category>Static Analysis</category>
    </item>
    <item>
      <title>One API Key to Rule Them All: SecureFlow Adds OpenRouter Support</title>
      <link>https://codepathfinder.dev/blog/secureflow-openrouter-integration</link>
      <guid isPermaLink="true">https://codepathfinder.dev/blog/secureflow-openrouter-integration</guid>
      <description>Stop juggling API keys. SecureFlow now integrates with OpenRouter for access to 200+ AI models, plus a major UI refresh with Svelte</description>
      <pubDate>Sat, 27 Dec 2025 00:00:00 GMT</pubDate>
      <author>s.shivasurya@gmail.com (Shivasurya)</author>
      <category>SecureFlow</category>
      <category>AI</category>
      <category>Security</category>
      <category>VSCode</category>
    </item>
    <item>
      <title>Docker Security Rules: Detect 47 Container Vulnerabilities &amp; Misconfigurations [2025]</title>
      <link>https://codepathfinder.dev/blog/announcing-docker-compose-security-rules</link>
      <guid isPermaLink="true">https://codepathfinder.dev/blog/announcing-docker-compose-security-rules</guid>
      <description>Discover 47 Docker security rules to catch critical vulnerabilities. Prevent privilege escalation, socket exposure &amp; misconfigurations with automated SAST scanning.</description>
      <pubDate>Wed, 10 Dec 2025 00:00:00 GMT</pubDate>
      <author>s.shivasurya@gmail.com (Shivasurya)</author>
      <category>Docker Security</category>
      <category>Container Security</category>
      <category>Docker Compose</category>
      <category>Dockerfile Security</category>
      <category>SAST</category>
      <category>Static Analysis</category>
      <category>Security Scanning</category>
      <category>CWE-250</category>
      <category>Privilege Escalation</category>
      <category>Container Escape</category>
      <category>DevSecOps</category>
      <category>CI/CD Security</category>
      <category>Infrastructure as Code</category>
      <category>Docker Socket</category>
      <category>Container Hardening</category>
    </item>
    <item>
      <title>Introducing SecureFlow CLI to Hunt Vulnerabilities</title>
      <link>https://codepathfinder.dev/blog/introducing-secureflow-cli-to-hunt-vuln</link>
      <guid isPermaLink="true">https://codepathfinder.dev/blog/introducing-secureflow-cli-to-hunt-vuln</guid>
      <description>AI-powered security scanning tool using agentic loops to hunt vulnerabilities - discovered 300+ issues in WordPress plugins with 12+ AI model support and DefectDojo integration.</description>
      <pubDate>Wed, 01 Oct 2025 00:00:00 GMT</pubDate>
      <author>s.shivasurya@gmail.com (Shivasurya)</author>
      <category>SAST</category>
      <category>Security</category>
      <category>SecureFlow</category>
      <category>CLI</category>
    </item>
    <item>
      <title>Introducing SecureFlow Extension to Vibe Code Securely</title>
      <link>https://codepathfinder.dev/blog/introducing-secureflow-extension-to-vibe-code-securely</link>
      <guid isPermaLink="true">https://codepathfinder.dev/blog/introducing-secureflow-extension-to-vibe-code-securely</guid>
      <description>Discover SecureFlow, a VS Code extension that helps developers write secure code by providing real-time security analysis, vulnerability detection, and guided remediation - all within your editor</description>
      <pubDate>Tue, 29 Jul 2025 00:00:00 GMT</pubDate>
      <author>s.shivasurya@gmail.com (Shivasurya)</author>
      <category>SAST</category>
      <category>Security</category>
      <category>SecureFlow</category>
    </item>
    <item>
      <title>Silence the Noise: A Practical Guide to Systematically Reducing SAST False Positives</title>
      <link>https://codepathfinder.dev/blog/silence-the-noise-a-practical-guide-to-systematically-reducing-sast-false-positives</link>
      <guid isPermaLink="true">https://codepathfinder.dev/blog/silence-the-noise-a-practical-guide-to-systematically-reducing-sast-false-positives</guid>
      <description>Drowning in SAST false positives? This guide provides a step-by-step strategy to reduce noise and make security findings actionable.</description>
      <pubDate>Sat, 19 Apr 2025 00:00:00 GMT</pubDate>
      <author>s.shivasurya@gmail.com (Shivasurya)</author>
      <category>SAST</category>
      <category>Security</category>
    </item>
    <item>
      <title>Static Analysis Isn&apos;t Enough: Understanding Library Interactions for Effective Data Flow Tracking</title>
      <link>https://codepathfinder.dev/blog/static-analysis-isnt-enough-understanding-library-interactions-for-effective-data-flow-tracking</link>
      <guid isPermaLink="true">https://codepathfinder.dev/blog/static-analysis-isnt-enough-understanding-library-interactions-for-effective-data-flow-tracking</guid>
      <description>Static analysis tools go blind without understanding library calls – learn why modeling them is critical for finding real security flaws.</description>
      <pubDate>Thu, 17 Apr 2025 00:00:00 GMT</pubDate>
      <author>s.shivasurya@gmail.com (Shivasurya)</author>
      <category>SAST</category>
      <category>Security</category>
      <category>Code-PathFinder</category>
    </item>
    <item>
      <title>Detecting WebView Misconfigurations in Android With Code-PathFinder</title>
      <link>https://codepathfinder.dev/blog/finding-webview-misconfigurations-android</link>
      <guid isPermaLink="true">https://codepathfinder.dev/blog/finding-webview-misconfigurations-android</guid>
      <description>A short blog post about finding WebView misconfigurations in Android with Code-PathFinder</description>
      <pubDate>Sun, 20 Oct 2024 00:00:00 GMT</pubDate>
      <author>s.shivasurya@gmail.com (Shivasurya)</author>
      <category>SAST</category>
      <category>Security</category>
      <category>Android</category>
    </item>
    <item>
      <title>Code PathFinder - Open Source CodeQL Alternative</title>
      <link>https://codepathfinder.dev/blog/codeql-oss-alternative</link>
      <guid isPermaLink="true">https://codepathfinder.dev/blog/codeql-oss-alternative</guid>
      <description>A short blog post about Code PathFinder, a CodeQL OSS alternative</description>
      <pubDate>Tue, 01 Oct 2024 00:00:00 GMT</pubDate>
      <author>s.shivasurya@gmail.com (Shivasurya)</author>
      <category>SAST</category>
      <category>Security</category>
      <category>Code-PathFinder</category>
    </item>
  </channel>
</rss>