<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Vinu K</title>
    <description>The latest articles on DEV Community by Vinu K (@kevy).</description>
    <link>https://dev.to/kevy</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F963348%2F86f8069d-f963-46fd-b941-9c39be31af5b.png</url>
      <title>DEV Community: Vinu K</title>
      <link>https://dev.to/kevy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kevy"/>
    <language>en</language>
    <item>
      <title>Stop triaging Go CVEs that don't affect you</title>
      <dc:creator>Vinu K</dc:creator>
      <pubDate>Tue, 05 May 2026 14:04:15 +0000</pubDate>
      <link>https://dev.to/kevy/stop-triaging-go-cves-that-dont-affect-you-25og</link>
      <guid>https://dev.to/kevy/stop-triaging-go-cves-that-dont-affect-you-25og</guid>
      <description>&lt;p&gt;If you maintain Go services, you've probably been here: a scanner flags a CVE, you spend 30 minutes tracing imports and call paths, and it turns out your code never touches the vulnerable function.&lt;/p&gt;

&lt;p&gt;I built &lt;a href="https://github.com/k37y/gvs" rel="noopener noreferrer"&gt;GVS&lt;/a&gt; to automate that. Give it a repo URL and a CVE ID, and it does call graph analysis to determine whether the vulnerable symbols are actually reachable from your code.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What it does:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Builds call graphs using VTA, RTA, CHA, or static analysis&lt;/li&gt;
&lt;li&gt;Traces reachability from entry points to vulnerable symbols&lt;/li&gt;
&lt;li&gt;Compares dependency versions against fixed versions&lt;/li&gt;
&lt;li&gt;Detects reflection patterns that might bypass static analysis&lt;/li&gt;
&lt;li&gt;Generates SVG visualizations of call paths&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It runs as a self-hosted REST API or CLI. MIT licensed, written in Go.&lt;/p&gt;

&lt;p&gt;Feedback welcome — especially if you're drowning in CVE noise on a large Go codebase.&lt;/p&gt;

</description>
      <category>go</category>
      <category>security</category>
      <category>opensource</category>
      <category>vulnerabilities</category>
    </item>
  </channel>
</rss>
