<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>vulnerabilities-EDGE.2025-11-27T00-47-50Z.sarif.json - MinIO Downloads</title>
    <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
    <link rel="apple-touch-icon" href="/apple-touch-icon.png">
    <link href="https://api.fontshare.com/v2/css?f[]=satoshi@400,500,600,700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github.min.css">
    <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/marked/11.1.1/marked.min.js"></script>
    <style>
        :root {
            --bg-primary: #ffffff;
            --bg-secondary: #f8f9fa;
            --bg-tertiary: #f1f3f5;
            --bg-code: #f6f8fa;
            --bg-dark: #0a0a0a;
            --border-color: #e5e7eb;
            --border-light: #d1d5db;
            --border-dark: #2a2a2a;
            --text-primary: #000000;
            --text-secondary: #4b5563;
            --text-muted: #6b7280;
            --text-white: #ffffff;
            --text-white-muted: rgba(255, 255, 255, 0.7);
            --accent-red: #CF163E;
            --accent-red-hover: #e8194a;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
            background: var(--bg-primary);
            color: var(--text-primary);
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .header {
            background: var(--bg-dark);
            border-bottom: 1px solid var(--border-dark);
            position: sticky;
            top: 0;
            z-index: 100;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        .header-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 1rem 0;
            gap: 2rem;
        }

        .logo-section {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .logo-link {
            display: flex;
            align-items: center;
            text-decoration: none;
        }

        .logo-link svg {
            height: 28px;
            width: auto;
            color: var(--text-white);
            transition: opacity 0.2s ease;
        }

        .logo-link:hover svg {
            opacity: 0.7;
        }

        .logo-divider {
            width: 1px;
            height: 24px;
            background: var(--border-dark);
        }

        .logo-text {
            font-weight: 600;
            font-size: 1rem;
            color: var(--text-white);
        }

        .nav-links {
            display: flex;
            align-items: center;
            gap: 2rem;
            flex: 1;
            justify-content: center;
        }

        .nav-links a {
            color: var(--text-white-muted);
            font-size: 0.925rem;
            font-weight: 500;
            text-decoration: none;
            transition: color 0.2s ease;
        }

        .nav-links a:hover {
            color: var(--text-white);
        }

        .header-cta {
            display: flex;
            gap: 1rem;
        }

        .btn-primary-header {
            background: var(--accent-red);
            color: var(--text-white);
            padding: 0.625rem 1.5rem;
            border-radius: 40px;
            font-size: 0.8rem;
            font-weight: 600;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            transition: all 0.2s ease;
        }

        .btn-primary-header:hover {
            background: var(--accent-red-hover);
            color: var(--text-white);
        }

        .main-content {
            padding: 2.5rem 0 4rem;
        }

        .file-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 2rem;
            padding-bottom: 1.5rem;
            border-bottom: 1px solid var(--border-color);
        }

        .file-info h1 {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 0.375rem;
            font-family: ui-monospace, 'SF Mono', SFMono-Regular, Menlo, Monaco, Consolas, monospace;
        }

        .file-meta {
            color: var(--text-muted);
            font-size: 0.85rem;
        }

        .file-actions {
            display: flex;
            gap: 0.75rem;
        }

        .btn {
            padding: 0.625rem 1.25rem;
            border-radius: 40px;
            font-size: 0.8rem;
            font-weight: 600;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 0.03em;
            transition: all 0.2s ease;
            border: none;
            cursor: pointer;
        }

        .btn-primary {
            background: var(--text-primary);
            color: var(--bg-primary);
        }

        .btn-primary:hover {
            background: var(--accent-red);
        }

        .btn-secondary {
            background: var(--bg-secondary);
            color: var(--text-primary);
            border: 1px solid var(--border-color);
        }

        .btn-secondary:hover {
            background: var(--bg-tertiary);
            border-color: var(--border-light);
        }

        .file-content {
            background: var(--bg-primary);
            border: 1px solid var(--border-color);
            border-radius: 10px;
            overflow: hidden;
        }

        .markdown-body {
            padding: 2rem;
            font-size: 1rem;
            line-height: 1.8;
        }

        .markdown-body h1,
        .markdown-body h2,
        .markdown-body h3,
        .markdown-body h4,
        .markdown-body h5,
        .markdown-body h6 {
            margin-top: 1.5rem;
            margin-bottom: 1rem;
            font-weight: 700;
            line-height: 1.25;
            color: var(--text-primary);
        }

        .markdown-body h1 {
            font-size: 1.75rem;
            border-bottom: 1px solid var(--border-color);
            padding-bottom: 0.5rem;
        }

        .markdown-body h2 {
            font-size: 1.375rem;
            border-bottom: 1px solid var(--border-color);
            padding-bottom: 0.5rem;
        }

        .markdown-body h3 {
            font-size: 1.125rem;
        }

        .markdown-body p {
            margin-bottom: 1rem;
            color: var(--text-secondary);
        }

        .markdown-body code {
            background: var(--bg-code);
            padding: 0.2rem 0.4rem;
            border-radius: 4px;
            font-size: 0.875em;
            font-family: ui-monospace, 'SF Mono', SFMono-Regular, Menlo, Monaco, Consolas, monospace;
        }

        .markdown-body pre {
            background: var(--bg-code);
            padding: 1rem;
            border-radius: 8px;
            overflow-x: auto;
            margin-bottom: 1rem;
        }

        .markdown-body pre code {
            background: none;
            padding: 0;
        }

        .markdown-body ul,
        .markdown-body ol {
            margin-bottom: 1rem;
            padding-left: 2rem;
            color: var(--text-secondary);
        }

        .markdown-body li {
            margin-bottom: 0.375rem;
        }

        .markdown-body a {
            color: var(--accent-red);
            text-decoration: none;
        }

        .markdown-body a:hover {
            text-decoration: underline;
        }

        .markdown-body blockquote {
            border-left: 4px solid var(--border-color);
            padding-left: 1rem;
            margin: 1rem 0;
            color: var(--text-muted);
        }

        .markdown-body table {
            border-collapse: collapse;
            width: 100%;
            margin-bottom: 1rem;
        }

        .markdown-body table th,
        .markdown-body table td {
            border: 1px solid var(--border-color);
            padding: 0.625rem 1rem;
            text-align: left;
        }

        .markdown-body table th {
            background: var(--bg-secondary);
            font-weight: 600;
        }

        .code-content {
            margin: 0;
            padding: 0;
        }

        .code-content pre {
            margin: 0;
            padding: 1.5rem;
            background: var(--bg-code);
            overflow-x: auto;
        }

        .code-content code {
            font-family: ui-monospace, 'SF Mono', SFMono-Regular, Menlo, Monaco, Consolas, monospace;
            font-size: 0.875rem;
            line-height: 1.6;
        }

        .text-content {
            padding: 1.5rem;
            font-family: ui-monospace, 'SF Mono', SFMono-Regular, Menlo, Monaco, Consolas, monospace;
            font-size: 0.875rem;
            line-height: 1.6;
            white-space: pre-wrap;
            word-wrap: break-word;
            color: var(--text-secondary);
        }

        @media (max-width: 968px) {
            .header-content {
                flex-wrap: wrap;
            }

            .nav-links {
                order: 3;
                flex-basis: 100%;
                justify-content: flex-start;
                gap: 1.5rem;
                padding-top: 1rem;
            }

            .header-cta {
                order: 2;
            }

            .file-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 1rem;
            }
        }

        @media (max-width: 768px) {
            .container {
                padding: 0 1rem;
            }

            .nav-links {
                display: none;
            }

            .file-actions {
                flex-direction: column;
                width: 100%;
            }

            .btn {
                width: 100%;
                text-align: center;
            }
        }

         
        ::-webkit-scrollbar {
            width: 6px;
            height: 6px;
        }

        ::-webkit-scrollbar-track {
            background: var(--bg-secondary);
        }

        ::-webkit-scrollbar-thumb {
            background: var(--border-color);
            border-radius: 3px;
        }

        ::-webkit-scrollbar-thumb:hover {
            background: var(--border-light);
        }
    </style>
</head>
<body>
    <header class="header">
        <div class="container">
            <div class="header-content">
                <div class="logo-section">
                    <a href="https://min.io" class="logo-link">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 106 18" fill="currentColor">
                            <path d="M40.6149 0.304199H34.7266V17.6899H40.6149V0.304199Z"></path>
                            <path d="M27.4597 0.241986L15.5093 7.53878C15.3418 7.64426 15.1246 7.64426 14.9571 7.53878L3.00672 0.241986C2.75233 0.0868666 2.4545 0 2.15047 0H2.13806C1.23216 0 0.5 0.732161 0.5 1.63806V17.3671H6.38211V9.88418C6.38211 9.42503 6.88469 9.13961 7.27559 9.38159L13.9705 13.4767C14.6282 13.88 15.4597 13.8862 16.1236 13.4953L23.1908 9.35057C23.5817 9.12099 24.0781 9.40641 24.0781 9.85936V17.3671H29.9602V1.63806C29.9602 0.732161 29.228 0 28.3221 0H28.3097C28.0057 0 27.7141 0.0806618 27.4535 0.241986"></path>
                            <path d="M69.9642 0.304199H63.9953V8.21526C63.9953 8.66201 63.5237 8.94122 63.1328 8.73646L47.6581 0.496547C47.4224 0.372452 47.1556 0.304199 46.8887 0.304199H46.8763C45.9704 0.304199 45.2383 1.03636 45.2383 1.94226V17.6713H51.1576V9.76645C51.1576 9.32592 51.6292 9.0405 52.0201 9.24525L67.5506 17.4852C67.7864 17.6093 68.0532 17.6775 68.32 17.6775C69.2259 17.6775 69.958 16.9454 69.958 16.0395V0.304199H69.9642Z"></path>
                            <path d="M77.3013 0.304199H74.5898V17.6899H77.3013V0.304199Z"></path>
                            <path d="M93.242 18C85.9576 18 80.7891 14.544 80.7891 9.0031C80.7891 3.46225 85.9824 0 93.242 0C100.502 0 105.726 3.45605 105.726 8.9969C105.726 14.5377 100.619 17.9938 93.242 17.9938M93.242 2.30196C87.8253 2.30196 83.6495 4.66598 83.6495 8.9969C83.6495 13.3278 87.8253 15.6918 93.242 15.6918C98.6588 15.6918 102.866 13.3588 102.866 8.9969C102.866 4.63495 98.665 2.30196 93.242 2.30196Z"></path>
                        </svg>
                    </a>
                    <div class="logo-divider"></div>
                    <span class="logo-text">Downloads</span>
                </div>
                <nav class="nav-links">
                    <a href="https://min.io/product">Product</a>
                    <a href="https://min.io/docs">Documentation</a>
                    <a href="https://min.io/contact-us">Contact</a>
                </nav>
                <div class="header-cta">
                    <a href="https://min.io/download" class="btn-primary-header">Download</a>
                </div>
            </div>
        </div>
    </header>

    <main class="main-content">
        <div class="container">
            <div class="file-header">
                <div class="file-info">
                    <h1>vulnerabilities-EDGE.2025-11-27T00-47-50Z.sarif.json</h1>
                    <div class="file-meta">
                        227 KiB &bull; Modified 2025-11-27 08:53
                    </div>
                </div>
                <div class="file-actions">
                    <a href="?raw=true" class="btn btn-secondary">View Raw</a>
                    <a href="?download=true" class="btn btn-primary" download>Download</a>
                </div>
            </div>

            <div class="file-content">
                
                <div class="code-content">
                    <pre><code class="language-json">[0000]  WARN no explicit name and version provided for directory source, deriving artifact ID from the given path (which is not ideal) from=syft
[0011]  WARN Unable to determine the OS distribution of some packages. This may result in missing vulnerabilities. You may specify a distro using: --distro &lt;distro&gt;:&lt;version&gt;
{
  &#34;version&#34;: &#34;2.1.0&#34;,
  &#34;$schema&#34;: &#34;https://docs.oasis-open.org/sarif/sarif/v2.1.0/errata01/os/schemas/sarif-schema-2.1.0.json&#34;,
  &#34;runs&#34;: [
    {
      &#34;tool&#34;: {
        &#34;driver&#34;: {
          &#34;name&#34;: &#34;grype&#34;,
          &#34;version&#34;: &#34;0.104.1&#34;,
          &#34;informationUri&#34;: &#34;https://github.com/anchore/grype&#34;,
          &#34;rules&#34;: [
            {
              &#34;id&#34;: &#34;GHSA-v778-237x-gjrc-golang.org/x/crypto&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherExactDirectMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;GHSA-v778-237x-gjrc critical vulnerability for golang.org/x/crypto package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability GHSA-v778-237x-gjrc\nSeverity: critical\nPackage: golang.org/x/crypto\nVersion: v0.23.0\nFix Version: 0.31.0\nType: go-module\nLocation: /docs/debugging/inspect/inspect\nData Namespace: github:language:go\nLink: [GHSA-v778-237x-gjrc](https://github.com/advisories/GHSA-v778-237x-gjrc)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability GHSA-v778-237x-gjrc**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| critical  | golang.org/x/crypto  | v0.23.0  | 0.31.0  | go-module  | /docs/debugging/inspect/inspect  | github:language:go  | [GHSA-v778-237x-gjrc](https://github.com/advisories/GHSA-v778-237x-gjrc)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/golang.org/x/crypto@v0.23.0&#34;
                ],
                &#34;security-severity&#34;: &#34;9.1&#34;
              }
            },
            {
              &#34;id&#34;: &#34;CVE-2024-34156-stdlib&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherCpeMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;CVE-2024-34156 high vulnerability for stdlib package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability CVE-2024-34156\nSeverity: high\nPackage: stdlib\nVersion: go1.22.5\nFix Version: 1.22.7,1.23.1\nType: go-module\nLocation: /.github/workflows/multipart/s3-check-md5\nData Namespace: nvd:cpe\nLink: [CVE-2024-34156](https://nvd.nist.gov/vuln/detail/CVE-2024-34156)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability CVE-2024-34156**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| high  | stdlib  | go1.22.5  | 1.22.7,1.23.1  | go-module  | /.github/workflows/multipart/s3-check-md5  | nvd:cpe  | [CVE-2024-34156](https://nvd.nist.gov/vuln/detail/CVE-2024-34156)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/stdlib@1.22.5&#34;
                ],
                &#34;security-severity&#34;: &#34;7.5&#34;
              }
            },
            {
              &#34;id&#34;: &#34;GHSA-hcg3-q754-cr77-golang.org/x/crypto&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherExactDirectMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;GHSA-hcg3-q754-cr77 high vulnerability for golang.org/x/crypto package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;golang.org/x/crypto Vulnerable to Denial of Service (DoS) via Slow or Incomplete Key Exchange&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability GHSA-hcg3-q754-cr77\nSeverity: high\nPackage: golang.org/x/crypto\nVersion: v0.23.0\nFix Version: 0.35.0\nType: go-module\nLocation: /docs/debugging/inspect/inspect\nData Namespace: github:language:go\nLink: [GHSA-hcg3-q754-cr77](https://github.com/advisories/GHSA-hcg3-q754-cr77)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability GHSA-hcg3-q754-cr77**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| high  | golang.org/x/crypto  | v0.23.0  | 0.35.0  | go-module  | /docs/debugging/inspect/inspect  | github:language:go  | [GHSA-hcg3-q754-cr77](https://github.com/advisories/GHSA-hcg3-q754-cr77)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/golang.org/x/crypto@v0.23.0&#34;
                ],
                &#34;security-severity&#34;: &#34;7.5&#34;
              }
            },
            {
              &#34;id&#34;: &#34;CVE-2024-34158-stdlib&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherCpeMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;CVE-2024-34158 high vulnerability for stdlib package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;Calling Parse on a \&#34;// &#43;build\&#34; build tag line with deeply nested expressions can cause a panic due to stack exhaustion.&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability CVE-2024-34158\nSeverity: high\nPackage: stdlib\nVersion: go1.22.5\nFix Version: 1.22.7,1.23.1\nType: go-module\nLocation: /.github/workflows/multipart/s3-check-md5\nData Namespace: nvd:cpe\nLink: [CVE-2024-34158](https://nvd.nist.gov/vuln/detail/CVE-2024-34158)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability CVE-2024-34158**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| high  | stdlib  | go1.22.5  | 1.22.7,1.23.1  | go-module  | /.github/workflows/multipart/s3-check-md5  | nvd:cpe  | [CVE-2024-34158](https://nvd.nist.gov/vuln/detail/CVE-2024-34158)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/stdlib@1.22.5&#34;
                ],
                &#34;security-severity&#34;: &#34;7.5&#34;
              }
            },
            {
              &#34;id&#34;: &#34;GHSA-47m2-4cr7-mhcw-github.com/quic-go/quic-go&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherExactDirectMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;GHSA-47m2-4cr7-mhcw high vulnerability for github.com/quic-go/quic-go package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;quic-go: Panic occurs when queuing undecryptable packets after handshake completion&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability GHSA-47m2-4cr7-mhcw\nSeverity: high\nPackage: github.com/quic-go/quic-go\nVersion: v0.53.0\nFix Version: 0.54.1\nType: go-module\nLocation: /minio\nData Namespace: github:language:go\nLink: [GHSA-47m2-4cr7-mhcw](https://github.com/advisories/GHSA-47m2-4cr7-mhcw)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability GHSA-47m2-4cr7-mhcw**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| high  | github.com/quic-go/quic-go  | v0.53.0  | 0.54.1  | go-module  | /minio  | github:language:go  | [GHSA-47m2-4cr7-mhcw](https://github.com/advisories/GHSA-47m2-4cr7-mhcw)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/github.com/quic-go/quic-go@v0.53.0&#34;
                ],
                &#34;security-severity&#34;: &#34;7.5&#34;
              }
            },
            {
              &#34;id&#34;: &#34;GHSA-mh63-6h87-95cp-github.com/golang-jwt/jwt/v4&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherExactDirectMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;GHSA-mh63-6h87-95cp high vulnerability for github.com/golang-jwt/jwt/v4 package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;jwt-go allows excessive memory allocation during header parsing&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability GHSA-mh63-6h87-95cp\nSeverity: high\nPackage: github.com/golang-jwt/jwt/v4\nVersion: v4.5.0\nFix Version: 4.5.2\nType: go-module\nLocation: /.github/workflows/multipart/mc\nData Namespace: github:language:go\nLink: [GHSA-mh63-6h87-95cp](https://github.com/advisories/GHSA-mh63-6h87-95cp)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability GHSA-mh63-6h87-95cp**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| high  | github.com/golang-jwt/jwt/v4  | v4.5.0  | 4.5.2  | go-module  | /.github/workflows/multipart/mc  | github:language:go  | [GHSA-mh63-6h87-95cp](https://github.com/advisories/GHSA-mh63-6h87-95cp)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/github.com/golang-jwt/jwt@v4.5.0#v4&#34;
                ],
                &#34;security-severity&#34;: &#34;7.5&#34;
              }
            },
            {
              &#34;id&#34;: &#34;GHSA-mh63-6h87-95cp-github.com/golang-jwt/jwt/v5&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherExactDirectMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;GHSA-mh63-6h87-95cp high vulnerability for github.com/golang-jwt/jwt/v5 package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;jwt-go allows excessive memory allocation during header parsing&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability GHSA-mh63-6h87-95cp\nSeverity: high\nPackage: github.com/golang-jwt/jwt/v5\nVersion: v5.2.1\nFix Version: 5.2.2\nType: go-module\nLocation: /kes\nData Namespace: github:language:go\nLink: [GHSA-mh63-6h87-95cp](https://github.com/advisories/GHSA-mh63-6h87-95cp)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability GHSA-mh63-6h87-95cp**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| high  | github.com/golang-jwt/jwt/v5  | v5.2.1  | 5.2.2  | go-module  | /kes  | github:language:go  | [GHSA-mh63-6h87-95cp](https://github.com/advisories/GHSA-mh63-6h87-95cp)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/github.com/golang-jwt/jwt@v5.2.1#v5&#34;
                ],
                &#34;security-severity&#34;: &#34;7.5&#34;
              }
            },
            {
              &#34;id&#34;: &#34;CVE-2024-45336-stdlib&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherCpeMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;CVE-2024-45336 medium vulnerability for stdlib package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to a.com/ containing an Authorization header which is redirected to b.com/ will not send that header to b.com. In the event that the client received a subsequent same-domain redirect, however, the sensitive headers would be restored. For example, a chain of redirects from a.com/, to b.com/1, and finally to b.com/2 would incorrectly send the Authorization header to b.com/2.&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability CVE-2024-45336\nSeverity: medium\nPackage: stdlib\nVersion: go1.22.5\nFix Version: 1.22.11,1.23.5,1.24.0-rc.2\nType: go-module\nLocation: /.github/workflows/multipart/s3-check-md5\nData Namespace: nvd:cpe\nLink: [CVE-2024-45336](https://nvd.nist.gov/vuln/detail/CVE-2024-45336)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability CVE-2024-45336**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| medium  | stdlib  | go1.22.5  | 1.22.11,1.23.5,1.24.0-rc.2  | go-module  | /.github/workflows/multipart/s3-check-md5  | nvd:cpe  | [CVE-2024-45336](https://nvd.nist.gov/vuln/detail/CVE-2024-45336)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/stdlib@1.22.5&#34;
                ],
                &#34;security-severity&#34;: &#34;6.1&#34;
              }
            },
            {
              &#34;id&#34;: &#34;GHSA-j5w8-q4qc-rx2x-golang.org/x/crypto&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherExactDirectMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;GHSA-j5w8-q4qc-rx2x medium vulnerability for golang.org/x/crypto package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;golang.org/x/crypto/ssh allows an attacker to cause unbounded memory consumption&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability GHSA-j5w8-q4qc-rx2x\nSeverity: medium\nPackage: golang.org/x/crypto\nVersion: v0.23.0\nFix Version: 0.45.0\nType: go-module\nLocation: /docs/debugging/inspect/inspect\nData Namespace: github:language:go\nLink: [GHSA-j5w8-q4qc-rx2x](https://github.com/advisories/GHSA-j5w8-q4qc-rx2x)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability GHSA-j5w8-q4qc-rx2x**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| medium  | golang.org/x/crypto  | v0.23.0  | 0.45.0  | go-module  | /docs/debugging/inspect/inspect  | github:language:go  | [GHSA-j5w8-q4qc-rx2x](https://github.com/advisories/GHSA-j5w8-q4qc-rx2x)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/golang.org/x/crypto@v0.23.0&#34;
                ],
                &#34;security-severity&#34;: &#34;5.3&#34;
              }
            },
            {
              &#34;id&#34;: &#34;CVE-2024-34155-stdlib&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherCpeMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;CVE-2024-34155 medium vulnerability for stdlib package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;Calling any of the Parse functions on Go source code which contains deeply nested literals can cause a panic due to stack exhaustion.&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability CVE-2024-34155\nSeverity: medium\nPackage: stdlib\nVersion: go1.22.5\nFix Version: 1.22.7,1.23.1\nType: go-module\nLocation: /.github/workflows/multipart/s3-check-md5\nData Namespace: nvd:cpe\nLink: [CVE-2024-34155](https://nvd.nist.gov/vuln/detail/CVE-2024-34155)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability CVE-2024-34155**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| medium  | stdlib  | go1.22.5  | 1.22.7,1.23.1  | go-module  | /.github/workflows/multipart/s3-check-md5  | nvd:cpe  | [CVE-2024-34155](https://nvd.nist.gov/vuln/detail/CVE-2024-34155)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/stdlib@1.22.5&#34;
                ],
                &#34;security-severity&#34;: &#34;4.3&#34;
              }
            },
            {
              &#34;id&#34;: &#34;CVE-2024-45341-stdlib&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherCpeMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;CVE-2024-45341 medium vulnerability for stdlib package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;A certificate with a URI which has a IPv6 address with a zone ID may incorrectly satisfy a URI name constraint that applies to the certificate chain. Certificates containing URIs are not permitted in the web PKI, so this only affects users of private PKIs which make use of URIs.&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability CVE-2024-45341\nSeverity: medium\nPackage: stdlib\nVersion: go1.22.5\nFix Version: 1.22.11,1.23.5,1.24.0-rc.2\nType: go-module\nLocation: /.github/workflows/multipart/s3-check-md5\nData Namespace: nvd:cpe\nLink: [CVE-2024-45341](https://nvd.nist.gov/vuln/detail/CVE-2024-45341)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability CVE-2024-45341**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| medium  | stdlib  | go1.22.5  | 1.22.11,1.23.5,1.24.0-rc.2  | go-module  | /.github/workflows/multipart/s3-check-md5  | nvd:cpe  | [CVE-2024-45341](https://nvd.nist.gov/vuln/detail/CVE-2024-45341)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/stdlib@1.22.5&#34;
                ],
                &#34;security-severity&#34;: &#34;6.1&#34;
              }
            },
            {
              &#34;id&#34;: &#34;GHSA-f6x5-jh6r-wrfv-golang.org/x/crypto&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherExactDirectMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;GHSA-f6x5-jh6r-wrfv medium vulnerability for golang.org/x/crypto package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;golang.org/x/crypto/ssh/agent vulnerable to panic if message is malformed due to out of bounds read&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability GHSA-f6x5-jh6r-wrfv\nSeverity: medium\nPackage: golang.org/x/crypto\nVersion: v0.23.0\nFix Version: 0.45.0\nType: go-module\nLocation: /docs/debugging/inspect/inspect\nData Namespace: github:language:go\nLink: [GHSA-f6x5-jh6r-wrfv](https://github.com/advisories/GHSA-f6x5-jh6r-wrfv)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability GHSA-f6x5-jh6r-wrfv**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| medium  | golang.org/x/crypto  | v0.23.0  | 0.45.0  | go-module  | /docs/debugging/inspect/inspect  | github:language:go  | [GHSA-f6x5-jh6r-wrfv](https://github.com/advisories/GHSA-f6x5-jh6r-wrfv)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/golang.org/x/crypto@v0.23.0&#34;
                ],
                &#34;security-severity&#34;: &#34;5.3&#34;
              }
            },
            {
              &#34;id&#34;: &#34;CVE-2025-22871-stdlib&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherCpeMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;CVE-2025-22871 critical vulnerability for stdlib package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;The net/http package improperly accepts a bare LF as a line terminator in chunked data chunk-size lines. This can permit request smuggling if a net/http server is used in conjunction with a server that incorrectly accepts a bare LF as part of a chunk-ext.&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability CVE-2025-22871\nSeverity: critical\nPackage: stdlib\nVersion: go1.22.5\nFix Version: 1.23.8,1.24.2\nType: go-module\nLocation: /.github/workflows/multipart/s3-check-md5\nData Namespace: nvd:cpe\nLink: [CVE-2025-22871](https://nvd.nist.gov/vuln/detail/CVE-2025-22871)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability CVE-2025-22871**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| critical  | stdlib  | go1.22.5  | 1.23.8,1.24.2  | go-module  | /.github/workflows/multipart/s3-check-md5  | nvd:cpe  | [CVE-2025-22871](https://nvd.nist.gov/vuln/detail/CVE-2025-22871)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/stdlib@1.22.5&#34;
                ],
                &#34;security-severity&#34;: &#34;9.1&#34;
              }
            },
            {
              &#34;id&#34;: &#34;CVE-2025-61723-stdlib&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherCpeMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;CVE-2025-61723 high vulnerability for stdlib package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;The processing time for parsing some invalid inputs scales non-linearly with respect to the size of the input. This affects programs which parse untrusted PEM inputs.&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability CVE-2025-61723\nSeverity: high\nPackage: stdlib\nVersion: go1.22.5\nFix Version: 1.24.8,1.25.2\nType: go-module\nLocation: /.github/workflows/multipart/s3-check-md5\nData Namespace: nvd:cpe\nLink: [CVE-2025-61723](https://nvd.nist.gov/vuln/detail/CVE-2025-61723)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability CVE-2025-61723**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| high  | stdlib  | go1.22.5  | 1.24.8,1.25.2  | go-module  | /.github/workflows/multipart/s3-check-md5  | nvd:cpe  | [CVE-2025-61723](https://nvd.nist.gov/vuln/detail/CVE-2025-61723)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/stdlib@1.22.5&#34;
                ],
                &#34;security-severity&#34;: &#34;7.5&#34;
              }
            },
            {
              &#34;id&#34;: &#34;CVE-2025-61725-stdlib&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherCpeMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;CVE-2025-61725 high vulnerability for stdlib package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;The ParseAddress function constructeds domain-literal address components through repeated string concatenation. When parsing large domain-literal components, this can cause excessive CPU consumption.&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability CVE-2025-61725\nSeverity: high\nPackage: stdlib\nVersion: go1.22.5\nFix Version: 1.24.8,1.25.2\nType: go-module\nLocation: /.github/workflows/multipart/s3-check-md5\nData Namespace: nvd:cpe\nLink: [CVE-2025-61725](https://nvd.nist.gov/vuln/detail/CVE-2025-61725)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability CVE-2025-61725**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| high  | stdlib  | go1.22.5  | 1.24.8,1.25.2  | go-module  | /.github/workflows/multipart/s3-check-md5  | nvd:cpe  | [CVE-2025-61725](https://nvd.nist.gov/vuln/detail/CVE-2025-61725)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/stdlib@1.22.5&#34;
                ],
                &#34;security-severity&#34;: &#34;7.5&#34;
              }
            },
            {
              &#34;id&#34;: &#34;CVE-2025-58185-stdlib&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherCpeMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;CVE-2025-58185 medium vulnerability for stdlib package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;Parsing a maliciously crafted DER payload could allocate large amounts of memory, causing memory exhaustion.&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability CVE-2025-58185\nSeverity: medium\nPackage: stdlib\nVersion: go1.22.5\nFix Version: 1.24.8,1.25.2\nType: go-module\nLocation: /.github/workflows/multipart/s3-check-md5\nData Namespace: nvd:cpe\nLink: [CVE-2025-58185](https://nvd.nist.gov/vuln/detail/CVE-2025-58185)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability CVE-2025-58185**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| medium  | stdlib  | go1.22.5  | 1.24.8,1.25.2  | go-module  | /.github/workflows/multipart/s3-check-md5  | nvd:cpe  | [CVE-2025-58185](https://nvd.nist.gov/vuln/detail/CVE-2025-58185)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/stdlib@1.22.5&#34;
                ],
                &#34;security-severity&#34;: &#34;5.3&#34;
              }
            },
            {
              &#34;id&#34;: &#34;CVE-2025-47907-stdlib&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherCpeMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;CVE-2025-47907 high vulnerability for stdlib package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability CVE-2025-47907\nSeverity: high\nPackage: stdlib\nVersion: go1.22.5\nFix Version: 1.23.12,1.24.6\nType: go-module\nLocation: /.github/workflows/multipart/s3-check-md5\nData Namespace: nvd:cpe\nLink: [CVE-2025-47907](https://nvd.nist.gov/vuln/detail/CVE-2025-47907)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability CVE-2025-47907**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| high  | stdlib  | go1.22.5  | 1.23.12,1.24.6  | go-module  | /.github/workflows/multipart/s3-check-md5  | nvd:cpe  | [CVE-2025-47907](https://nvd.nist.gov/vuln/detail/CVE-2025-47907)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/stdlib@1.22.5&#34;
                ],
                &#34;security-severity&#34;: &#34;7.0&#34;
              }
            },
            {
              &#34;id&#34;: &#34;CVE-2025-58186-stdlib&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherCpeMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;CVE-2025-58186 medium vulnerability for stdlib package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;Despite HTTP headers having a default limit of 1MB, the number of cookies that can be parsed does not have a limit. By sending a lot of very small cookies such as \&#34;a=;\&#34;, an attacker can make an HTTP server allocate a large amount of structs, causing large memory consumption.&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability CVE-2025-58186\nSeverity: medium\nPackage: stdlib\nVersion: go1.22.5\nFix Version: 1.24.8,1.25.2\nType: go-module\nLocation: /.github/workflows/multipart/s3-check-md5\nData Namespace: nvd:cpe\nLink: [CVE-2025-58186](https://nvd.nist.gov/vuln/detail/CVE-2025-58186)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability CVE-2025-58186**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| medium  | stdlib  | go1.22.5  | 1.24.8,1.25.2  | go-module  | /.github/workflows/multipart/s3-check-md5  | nvd:cpe  | [CVE-2025-58186](https://nvd.nist.gov/vuln/detail/CVE-2025-58186)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/stdlib@1.22.5&#34;
                ],
                &#34;security-severity&#34;: &#34;5.3&#34;
              }
            },
            {
              &#34;id&#34;: &#34;CVE-2025-61724-stdlib&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherCpeMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;CVE-2025-61724 medium vulnerability for stdlib package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;The Reader.ReadResponse function constructs a response string through repeated string concatenation of lines. When the number of lines in a response is large, this can cause excessive CPU consumption.&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability CVE-2025-61724\nSeverity: medium\nPackage: stdlib\nVersion: go1.22.5\nFix Version: 1.24.8,1.25.2\nType: go-module\nLocation: /.github/workflows/multipart/s3-check-md5\nData Namespace: nvd:cpe\nLink: [CVE-2025-61724](https://nvd.nist.gov/vuln/detail/CVE-2025-61724)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability CVE-2025-61724**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| medium  | stdlib  | go1.22.5  | 1.24.8,1.25.2  | go-module  | /.github/workflows/multipart/s3-check-md5  | nvd:cpe  | [CVE-2025-61724](https://nvd.nist.gov/vuln/detail/CVE-2025-61724)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/stdlib@1.22.5&#34;
                ],
                &#34;security-severity&#34;: &#34;5.3&#34;
              }
            },
            {
              &#34;id&#34;: &#34;CVE-2025-47912-stdlib&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherCpeMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;CVE-2025-47912 medium vulnerability for stdlib package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;The Parse function permits values other than IPv6 addresses to be included in square brackets within the host component of a URL. RFC 3986 permits IPv6 addresses to be included within the host component, enclosed within square brackets. For example: \&#34;http://[::1]/\&#34;. IPv4 addresses and hostnames must not appear within square brackets. Parse did not enforce this requirement.&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability CVE-2025-47912\nSeverity: medium\nPackage: stdlib\nVersion: go1.22.5\nFix Version: 1.24.8,1.25.2\nType: go-module\nLocation: /.github/workflows/multipart/s3-check-md5\nData Namespace: nvd:cpe\nLink: [CVE-2025-47912](https://nvd.nist.gov/vuln/detail/CVE-2025-47912)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability CVE-2025-47912**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| medium  | stdlib  | go1.22.5  | 1.24.8,1.25.2  | go-module  | /.github/workflows/multipart/s3-check-md5  | nvd:cpe  | [CVE-2025-47912](https://nvd.nist.gov/vuln/detail/CVE-2025-47912)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/stdlib@1.22.5&#34;
                ],
                &#34;security-severity&#34;: &#34;5.3&#34;
              }
            },
            {
              &#34;id&#34;: &#34;CVE-2025-47906-stdlib&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherCpeMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;CVE-2025-47906 medium vulnerability for stdlib package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath (\&#34;\&#34;, \&#34;.\&#34;, and \&#34;..\&#34;), can result in the binaries listed in the PATH being unexpectedly returned.&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability CVE-2025-47906\nSeverity: medium\nPackage: stdlib\nVersion: go1.22.5\nFix Version: 1.23.12,1.24.6\nType: go-module\nLocation: /.github/workflows/multipart/s3-check-md5\nData Namespace: nvd:cpe\nLink: [CVE-2025-47906](https://nvd.nist.gov/vuln/detail/CVE-2025-47906)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability CVE-2025-47906**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| medium  | stdlib  | go1.22.5  | 1.23.12,1.24.6  | go-module  | /.github/workflows/multipart/s3-check-md5  | nvd:cpe  | [CVE-2025-47906](https://nvd.nist.gov/vuln/detail/CVE-2025-47906)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/stdlib@1.22.5&#34;
                ],
                &#34;security-severity&#34;: &#34;6.5&#34;
              }
            },
            {
              &#34;id&#34;: &#34;GHSA-f9f8-9pmf-xv68-helm.sh/helm/v3&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherExactDirectMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;GHSA-f9f8-9pmf-xv68 medium vulnerability for helm.sh/helm/v3 package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;Helm May Panic Due To Incorrect YAML Content&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability GHSA-f9f8-9pmf-xv68\nSeverity: medium\nPackage: helm.sh/helm/v3\nVersion: v3.17.3\nFix Version: 3.18.5\nType: go-module\nLocation: /integrationtests/go.mod\nData Namespace: github:language:go\nLink: [GHSA-f9f8-9pmf-xv68](https://github.com/advisories/GHSA-f9f8-9pmf-xv68)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability GHSA-f9f8-9pmf-xv68**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| medium  | helm.sh/helm/v3  | v3.17.3  | 3.18.5  | go-module  | /integrationtests/go.mod  | github:language:go  | [GHSA-f9f8-9pmf-xv68](https://github.com/advisories/GHSA-f9f8-9pmf-xv68)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/helm.sh/helm/v3@v3.17.3&#34;
                ],
                &#34;security-severity&#34;: &#34;6.5&#34;
              }
            },
            {
              &#34;id&#34;: &#34;CVE-2025-22874-stdlib&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherCpeMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;CVE-2025-22874 high vulnerability for stdlib package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;Calling Verify with a VerifyOptions.KeyUsages that contains ExtKeyUsageAny unintentionally disabledpolicy validation. This only affected certificate chains which contain policy graphs, which are rather uncommon.&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability CVE-2025-22874\nSeverity: high\nPackage: stdlib\nVersion: go1.24.1\nFix Version: 1.24.4\nType: go-module\nLocation: /warp\nData Namespace: nvd:cpe\nLink: [CVE-2025-22874](https://nvd.nist.gov/vuln/detail/CVE-2025-22874)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability CVE-2025-22874**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| high  | stdlib  | go1.24.1  | 1.24.4  | go-module  | /warp  | nvd:cpe  | [CVE-2025-22874](https://nvd.nist.gov/vuln/detail/CVE-2025-22874)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/stdlib@1.24.1&#34;
                ],
                &#34;security-severity&#34;: &#34;7.5&#34;
              }
            },
            {
              &#34;id&#34;: &#34;GHSA-4xh5-x5gv-qwph-pip&#34;,
              &#34;name&#34;: &#34;PythonMatcherExactDirectMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;GHSA-4xh5-x5gv-qwph medium vulnerability for pip package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;pip&#39;s fallback tar extraction doesn&#39;t check symbolic links point to extraction directory&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability GHSA-4xh5-x5gv-qwph\nSeverity: medium\nPackage: pip\nVersion: 24.0\nFix Version: 25.3\nType: python\nLocation: /.venv/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA\nData Namespace: github:language:python\nLink: [GHSA-4xh5-x5gv-qwph](https://github.com/advisories/GHSA-4xh5-x5gv-qwph)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability GHSA-4xh5-x5gv-qwph**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| medium  | pip  | 24.0  | 25.3  | python  | /.venv/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA  | github:language:python  | [GHSA-4xh5-x5gv-qwph](https://github.com/advisories/GHSA-4xh5-x5gv-qwph)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:pypi/pip@24.0&#34;
                ],
                &#34;security-severity&#34;: &#34;5.9&#34;
              }
            },
            {
              &#34;id&#34;: &#34;CVE-2025-58187-stdlib&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherCpeMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;CVE-2025-58187 high vulnerability for stdlib package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;Due to the design of the name constraint checking algorithm, the processing time of some inputs scale non-linearly with respect to the size of the certificate. This affects programs which validate arbitrary certificate chains.&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability CVE-2025-58187\nSeverity: high\nPackage: stdlib\nVersion: go1.22.5\nFix Version: 1.24.9,1.25.3\nType: go-module\nLocation: /.github/workflows/multipart/s3-check-md5\nData Namespace: nvd:cpe\nLink: [CVE-2025-58187](https://nvd.nist.gov/vuln/detail/CVE-2025-58187)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability CVE-2025-58187**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| high  | stdlib  | go1.22.5  | 1.24.9,1.25.3  | go-module  | /.github/workflows/multipart/s3-check-md5  | nvd:cpe  | [CVE-2025-58187](https://nvd.nist.gov/vuln/detail/CVE-2025-58187)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/stdlib@1.22.5&#34;
                ],
                &#34;security-severity&#34;: &#34;7.5&#34;
              }
            },
            {
              &#34;id&#34;: &#34;CVE-2025-58188-stdlib&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherCpeMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;CVE-2025-58188 high vulnerability for stdlib package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;Validating certificate chains which contain DSA public keys can cause programs to panic, due to a interface cast that assumes they implement the Equal method. This affects programs which validate arbitrary certificate chains.&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability CVE-2025-58188\nSeverity: high\nPackage: stdlib\nVersion: go1.22.5\nFix Version: 1.24.8,1.25.2\nType: go-module\nLocation: /.github/workflows/multipart/s3-check-md5\nData Namespace: nvd:cpe\nLink: [CVE-2025-58188](https://nvd.nist.gov/vuln/detail/CVE-2025-58188)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability CVE-2025-58188**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| high  | stdlib  | go1.22.5  | 1.24.8,1.25.2  | go-module  | /.github/workflows/multipart/s3-check-md5  | nvd:cpe  | [CVE-2025-58188](https://nvd.nist.gov/vuln/detail/CVE-2025-58188)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/stdlib@1.22.5&#34;
                ],
                &#34;security-severity&#34;: &#34;7.5&#34;
              }
            },
            {
              &#34;id&#34;: &#34;GHSA-557j-xg8c-q2mm-helm.sh/helm/v3&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherExactDirectMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;GHSA-557j-xg8c-q2mm high vulnerability for helm.sh/helm/v3 package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;Helm vulnerable to Code Injection through malicious chart.yaml content&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability GHSA-557j-xg8c-q2mm\nSeverity: high\nPackage: helm.sh/helm/v3\nVersion: v3.17.3\nFix Version: 3.17.4\nType: go-module\nLocation: /integrationtests/go.mod\nData Namespace: github:language:go\nLink: [GHSA-557j-xg8c-q2mm](https://github.com/advisories/GHSA-557j-xg8c-q2mm)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability GHSA-557j-xg8c-q2mm**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| high  | helm.sh/helm/v3  | v3.17.3  | 3.17.4  | go-module  | /integrationtests/go.mod  | github:language:go  | [GHSA-557j-xg8c-q2mm](https://github.com/advisories/GHSA-557j-xg8c-q2mm)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/helm.sh/helm/v3@v3.17.3&#34;
                ],
                &#34;security-severity&#34;: &#34;8.5&#34;
              }
            },
            {
              &#34;id&#34;: &#34;GHSA-vvgc-356p-c3xw-golang.org/x/net&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherExactDirectMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;GHSA-vvgc-356p-c3xw medium vulnerability for golang.org/x/net package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;golang.org/x/net vulnerable to Cross-site Scripting&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability GHSA-vvgc-356p-c3xw\nSeverity: medium\nPackage: golang.org/x/net\nVersion: v0.28.0\nFix Version: 0.38.0\nType: go-module\nLocation: /.github/workflows/multipart/s3-check-md5\nData Namespace: github:language:go\nLink: [GHSA-vvgc-356p-c3xw](https://github.com/advisories/GHSA-vvgc-356p-c3xw)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability GHSA-vvgc-356p-c3xw**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| medium  | golang.org/x/net  | v0.28.0  | 0.38.0  | go-module  | /.github/workflows/multipart/s3-check-md5  | github:language:go  | [GHSA-vvgc-356p-c3xw](https://github.com/advisories/GHSA-vvgc-356p-c3xw)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/golang.org/x/net@v0.28.0&#34;
                ],
                &#34;security-severity&#34;: &#34;6.5&#34;
              }
            },
            {
              &#34;id&#34;: &#34;GHSA-m6hq-p25p-ffr2-github.com/containerd/containerd&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherExactDirectMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;GHSA-m6hq-p25p-ffr2 medium vulnerability for github.com/containerd/containerd package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;containerd CRI server: Host memory exhaustion through Attach goroutine leak&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability GHSA-m6hq-p25p-ffr2\nSeverity: medium\nPackage: github.com/containerd/containerd\nVersion: v1.7.27\nFix Version: 1.7.29\nType: go-module\nLocation: /integrationtests/go.mod\nData Namespace: github:language:go\nLink: [GHSA-m6hq-p25p-ffr2](https://github.com/advisories/GHSA-m6hq-p25p-ffr2)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability GHSA-m6hq-p25p-ffr2**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| medium  | github.com/containerd/containerd  | v1.7.27  | 1.7.29  | go-module  | /integrationtests/go.mod  | github:language:go  | [GHSA-m6hq-p25p-ffr2](https://github.com/advisories/GHSA-m6hq-p25p-ffr2)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/github.com/containerd/containerd@v1.7.27&#34;
                ],
                &#34;security-severity&#34;: &#34;6.9&#34;
              }
            },
            {
              &#34;id&#34;: &#34;GHSA-qxp5-gwg8-xv66-golang.org/x/net&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherExactDirectMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;GHSA-qxp5-gwg8-xv66 medium vulnerability for golang.org/x/net package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;HTTP Proxy bypass using IPv6 Zone IDs in golang.org/x/net&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability GHSA-qxp5-gwg8-xv66\nSeverity: medium\nPackage: golang.org/x/net\nVersion: v0.28.0\nFix Version: 0.36.0\nType: go-module\nLocation: /.github/workflows/multipart/mc\nData Namespace: github:language:go\nLink: [GHSA-qxp5-gwg8-xv66](https://github.com/advisories/GHSA-qxp5-gwg8-xv66)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability GHSA-qxp5-gwg8-xv66**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| medium  | golang.org/x/net  | v0.28.0  | 0.36.0  | go-module  | /.github/workflows/multipart/mc  | github:language:go  | [GHSA-qxp5-gwg8-xv66](https://github.com/advisories/GHSA-qxp5-gwg8-xv66)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/golang.org/x/net@v0.28.0&#34;
                ],
                &#34;security-severity&#34;: &#34;4.4&#34;
              }
            },
            {
              &#34;id&#34;: &#34;CVE-2025-58189-stdlib&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherCpeMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;CVE-2025-58189 medium vulnerability for stdlib package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;When Conn.Handshake fails during ALPN negotiation the error contains attacker controlled information (the ALPN protocols sent by the client) which is not escaped.&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability CVE-2025-58189\nSeverity: medium\nPackage: stdlib\nVersion: go1.22.5\nFix Version: 1.24.8,1.25.2\nType: go-module\nLocation: /.github/workflows/multipart/s3-check-md5\nData Namespace: nvd:cpe\nLink: [CVE-2025-58189](https://nvd.nist.gov/vuln/detail/CVE-2025-58189)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability CVE-2025-58189**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| medium  | stdlib  | go1.22.5  | 1.24.8,1.25.2  | go-module  | /.github/workflows/multipart/s3-check-md5  | nvd:cpe  | [CVE-2025-58189](https://nvd.nist.gov/vuln/detail/CVE-2025-58189)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/stdlib@1.22.5&#34;
                ],
                &#34;security-severity&#34;: &#34;5.3&#34;
              }
            },
            {
              &#34;id&#34;: &#34;GHSA-9h84-qmv7-982p-helm.sh/helm/v3&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherExactDirectMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;GHSA-9h84-qmv7-982p medium vulnerability for helm.sh/helm/v3 package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;Helm Charts with Specific JSON Schema Values Can Cause Memory Exhaustion&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability GHSA-9h84-qmv7-982p\nSeverity: medium\nPackage: helm.sh/helm/v3\nVersion: v3.17.3\nFix Version: 3.18.5\nType: go-module\nLocation: /integrationtests/go.mod\nData Namespace: github:language:go\nLink: [GHSA-9h84-qmv7-982p](https://github.com/advisories/GHSA-9h84-qmv7-982p)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability GHSA-9h84-qmv7-982p**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| medium  | helm.sh/helm/v3  | v3.17.3  | 3.18.5  | go-module  | /integrationtests/go.mod  | github:language:go  | [GHSA-9h84-qmv7-982p](https://github.com/advisories/GHSA-9h84-qmv7-982p)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/helm.sh/helm/v3@v3.17.3&#34;
                ],
                &#34;security-severity&#34;: &#34;6.5&#34;
              }
            },
            {
              &#34;id&#34;: &#34;GHSA-29wx-vh33-7x7r-github.com/golang-jwt/jwt/v4&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherExactDirectMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;GHSA-29wx-vh33-7x7r low vulnerability for github.com/golang-jwt/jwt/v4 package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;Bad documentation of error handling in ParseWithClaims can lead to potentially dangerous situations&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability GHSA-29wx-vh33-7x7r\nSeverity: low\nPackage: github.com/golang-jwt/jwt/v4\nVersion: v4.5.0\nFix Version: 4.5.1\nType: go-module\nLocation: /.github/workflows/multipart/mc\nData Namespace: github:language:go\nLink: [GHSA-29wx-vh33-7x7r](https://github.com/advisories/GHSA-29wx-vh33-7x7r)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability GHSA-29wx-vh33-7x7r**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| low  | github.com/golang-jwt/jwt/v4  | v4.5.0  | 4.5.1  | go-module  | /.github/workflows/multipart/mc  | github:language:go  | [GHSA-29wx-vh33-7x7r](https://github.com/advisories/GHSA-29wx-vh33-7x7r)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/github.com/golang-jwt/jwt@v4.5.0#v4&#34;
                ],
                &#34;security-severity&#34;: &#34;3.1&#34;
              }
            },
            {
              &#34;id&#34;: &#34;CVE-2025-22866-stdlib&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherCpeMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;CVE-2025-22866 medium vulnerability for stdlib package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;Due to the usage of a variable time instruction in the assembly implementation of an internal function, a small number of bits of secret scalars are leaked on the ppc64le architecture. Due to the way this function is used, we do not believe this leakage is enough to allow recovery of the private key when P-256 is used in any well known protocols.&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability CVE-2025-22866\nSeverity: medium\nPackage: stdlib\nVersion: go1.22.5\nFix Version: 1.22.12,1.23.6,1.24.0-rc.3\nType: go-module\nLocation: /.github/workflows/multipart/s3-check-md5\nData Namespace: nvd:cpe\nLink: [CVE-2025-22866](https://nvd.nist.gov/vuln/detail/CVE-2025-22866)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability CVE-2025-22866**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| medium  | stdlib  | go1.22.5  | 1.22.12,1.23.6,1.24.0-rc.3  | go-module  | /.github/workflows/multipart/s3-check-md5  | nvd:cpe  | [CVE-2025-22866](https://nvd.nist.gov/vuln/detail/CVE-2025-22866)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/stdlib@1.22.5&#34;
                ],
                &#34;security-severity&#34;: &#34;4.0&#34;
              }
            },
            {
              &#34;id&#34;: &#34;CVE-2025-4673-stdlib&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherCpeMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;CVE-2025-4673 medium vulnerability for stdlib package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;Proxy-Authorization and Proxy-Authenticate headers persisted on cross-origin redirects potentially leaking sensitive information.&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability CVE-2025-4673\nSeverity: medium\nPackage: stdlib\nVersion: go1.22.5\nFix Version: 1.23.10,1.24.4\nType: go-module\nLocation: /.github/workflows/multipart/s3-check-md5\nData Namespace: nvd:cpe\nLink: [CVE-2025-4673](https://nvd.nist.gov/vuln/detail/CVE-2025-4673)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability CVE-2025-4673**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| medium  | stdlib  | go1.22.5  | 1.23.10,1.24.4  | go-module  | /.github/workflows/multipart/s3-check-md5  | nvd:cpe  | [CVE-2025-4673](https://nvd.nist.gov/vuln/detail/CVE-2025-4673)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/stdlib@1.22.5&#34;
                ],
                &#34;security-severity&#34;: &#34;6.8&#34;
              }
            },
            {
              &#34;id&#34;: &#34;CVE-2025-4674-stdlib&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherCpeMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;CVE-2025-4674 high vulnerability for stdlib package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;The go command may execute unexpected commands when operating in untrusted VCS repositories. This occurs when possibly dangerous VCS configuration is present in repositories. This can happen when a repository was fetched via one VCS (e.g. Git), but contains metadata for another VCS (e.g. Mercurial). Modules which are retrieved using the go command line, i.e. via \&#34;go get\&#34;, are not affected.&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability CVE-2025-4674\nSeverity: high\nPackage: stdlib\nVersion: go1.22.5\nFix Version: 1.23.11,1.24.5\nType: go-module\nLocation: /.github/workflows/multipart/s3-check-md5\nData Namespace: nvd:cpe\nLink: [CVE-2025-4674](https://nvd.nist.gov/vuln/detail/CVE-2025-4674)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability CVE-2025-4674**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| high  | stdlib  | go1.22.5  | 1.23.11,1.24.5  | go-module  | /.github/workflows/multipart/s3-check-md5  | nvd:cpe  | [CVE-2025-4674](https://nvd.nist.gov/vuln/detail/CVE-2025-4674)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/stdlib@1.22.5&#34;
                ],
                &#34;security-severity&#34;: &#34;8.6&#34;
              }
            },
            {
              &#34;id&#34;: &#34;CVE-2025-58183-stdlib&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherCpeMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;CVE-2025-58183 medium vulnerability for stdlib package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A maliciously-crafted archive containing a large number of sparse regions can cause a Reader to read an unbounded amount of data from the archive into memory. When reading from a compressed source, a small compressed input can result in large allocations.&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability CVE-2025-58183\nSeverity: medium\nPackage: stdlib\nVersion: go1.22.5\nFix Version: 1.24.8,1.25.2\nType: go-module\nLocation: /.github/workflows/multipart/s3-check-md5\nData Namespace: nvd:cpe\nLink: [CVE-2025-58183](https://nvd.nist.gov/vuln/detail/CVE-2025-58183)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability CVE-2025-58183**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| medium  | stdlib  | go1.22.5  | 1.24.8,1.25.2  | go-module  | /.github/workflows/multipart/s3-check-md5  | nvd:cpe  | [CVE-2025-58183](https://nvd.nist.gov/vuln/detail/CVE-2025-58183)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/stdlib@1.22.5&#34;
                ],
                &#34;security-severity&#34;: &#34;4.3&#34;
              }
            },
            {
              &#34;id&#34;: &#34;CVE-2025-0913-stdlib&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherCpeMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;CVE-2025-0913 medium vulnerability for stdlib package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;os.OpenFile(path, os.O_CREATE|O_EXCL) behaved differently on Unix and Windows systems when the target path was a dangling symlink. On Unix systems, OpenFile with O_CREATE and O_EXCL flags never follows symlinks. On Windows, when the target path was a symlink to a nonexistent location, OpenFile would create a file in that location. OpenFile now always returns an error when the O_CREATE and O_EXCL flags are both set and the target path is a symlink.&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability CVE-2025-0913\nSeverity: medium\nPackage: stdlib\nVersion: go1.22.5\nFix Version: 1.23.10,1.23.10,1.24.4,1.24.4\nType: go-module\nLocation: /.github/workflows/multipart/s3-check-md5\nData Namespace: nvd:cpe\nLink: [CVE-2025-0913](https://nvd.nist.gov/vuln/detail/CVE-2025-0913)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability CVE-2025-0913**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| medium  | stdlib  | go1.22.5  | 1.23.10,1.23.10,1.24.4,1.24.4  | go-module  | /.github/workflows/multipart/s3-check-md5  | nvd:cpe  | [CVE-2025-0913](https://nvd.nist.gov/vuln/detail/CVE-2025-0913)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/stdlib@1.22.5&#34;
                ],
                &#34;security-severity&#34;: &#34;5.5&#34;
              }
            },
            {
              &#34;id&#34;: &#34;GHSA-pwhc-rpq9-4c8w-github.com/containerd/containerd&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherExactDirectMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;GHSA-pwhc-rpq9-4c8w high vulnerability for github.com/containerd/containerd package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;containerd affected by a local privilege escalation via wide permissions on CRI directory&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability GHSA-pwhc-rpq9-4c8w\nSeverity: high\nPackage: github.com/containerd/containerd\nVersion: v1.7.27\nFix Version: 1.7.29\nType: go-module\nLocation: /integrationtests/go.mod\nData Namespace: github:language:go\nLink: [GHSA-pwhc-rpq9-4c8w](https://github.com/advisories/GHSA-pwhc-rpq9-4c8w)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability GHSA-pwhc-rpq9-4c8w**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| high  | github.com/containerd/containerd  | v1.7.27  | 1.7.29  | go-module  | /integrationtests/go.mod  | github:language:go  | [GHSA-pwhc-rpq9-4c8w](https://github.com/advisories/GHSA-pwhc-rpq9-4c8w)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/github.com/containerd/containerd@v1.7.27&#34;
                ],
                &#34;security-severity&#34;: &#34;7.3&#34;
              }
            },
            {
              &#34;id&#34;: &#34;GHSA-cxww-7g56-2vh6-actions/download-artifact&#34;,
              &#34;name&#34;: &#34;StockMatcherExactDirectMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;GHSA-cxww-7g56-2vh6 high vulnerability for actions/download-artifact package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;@actions/download-artifact has an Arbitrary File Write via artifact extraction&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability GHSA-cxww-7g56-2vh6\nSeverity: high\nPackage: actions/download-artifact\nVersion: v4\nFix Version: 4.1.3\nType: github-action\nLocation: /.github/workflows/race-tests.yaml\nData Namespace: github:language:github-action\nLink: [GHSA-cxww-7g56-2vh6](https://github.com/advisories/GHSA-cxww-7g56-2vh6)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability GHSA-cxww-7g56-2vh6**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| high  | actions/download-artifact  | v4  | 4.1.3  | github-action  | /.github/workflows/race-tests.yaml  | github:language:github-action  | [GHSA-cxww-7g56-2vh6](https://github.com/advisories/GHSA-cxww-7g56-2vh6)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:github/actions/download-artifact@v4&#34;
                ],
                &#34;security-severity&#34;: &#34;7.3&#34;
              }
            },
            {
              &#34;id&#34;: &#34;GHSA-2464-8j7c-4cjm-github.com/go-viper/mapstructure/v2&#34;,
              &#34;name&#34;: &#34;GoModuleMatcherExactDirectMatch&#34;,
              &#34;shortDescription&#34;: {
                &#34;text&#34;: &#34;GHSA-2464-8j7c-4cjm medium vulnerability for github.com/go-viper/mapstructure/v2 package&#34;
              },
              &#34;fullDescription&#34;: {
                &#34;text&#34;: &#34;go-viper&#39;s mapstructure May Leak Sensitive Information in Logs When Processing Malformed Data&#34;
              },
              &#34;helpUri&#34;: &#34;https://github.com/anchore/grype&#34;,
              &#34;help&#34;: {
                &#34;text&#34;: &#34;Vulnerability GHSA-2464-8j7c-4cjm\nSeverity: medium\nPackage: github.com/go-viper/mapstructure/v2\nVersion: v2.3.0\nFix Version: 2.4.0\nType: go-module\nLocation: /.bin/golangci/golangci-lint\nData Namespace: github:language:go\nLink: [GHSA-2464-8j7c-4cjm](https://github.com/advisories/GHSA-2464-8j7c-4cjm)&#34;,
                &#34;markdown&#34;: &#34;**Vulnerability GHSA-2464-8j7c-4cjm**\n| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| medium  | github.com/go-viper/mapstructure/v2  | v2.3.0  | 2.4.0  | go-module  | /.bin/golangci/golangci-lint  | github:language:go  | [GHSA-2464-8j7c-4cjm](https://github.com/advisories/GHSA-2464-8j7c-4cjm)  |\n&#34;
              },
              &#34;properties&#34;: {
                &#34;purls&#34;: [
                  &#34;pkg:golang/github.com/go-viper/mapstructure@v2.3.0#v2&#34;
                ],
                &#34;security-severity&#34;: &#34;5.3&#34;
              }
            }
          ]
        }
      },
      &#34;results&#34;: [
        {
          &#34;ruleId&#34;: &#34;GHSA-v778-237x-gjrc-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A critical vulnerability in go-module package: golang.org/x/crypto, version v0.23.0 was found at: /docs/debugging/inspect/inspect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/docs/debugging/inspect/inspect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;4489112f5e9c2c63bdc151392b4b3dca1c4206e249cfbb5b41aafd078bb9e3d7:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-v778-237x-gjrc-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A critical vulnerability in go-module package: golang.org/x/crypto, version v0.26.0 was found at: /.github/workflows/multipart/s3-check-md5&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/s3-check-md5&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;879215707d1035e420ebfc2ea760a8a640932447935dbc711f0d723b85ff8c7b:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-v778-237x-gjrc-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A critical vulnerability in go-module package: golang.org/x/crypto, version v0.26.0 was found at: /.github/workflows/multipart/mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ef4d47c40f526a22aa738f96ddbfac6582428869ddfc388bfb688da0f99515cf:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2024-34156-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.22.5 was found at: /.github/workflows/multipart/s3-check-md5&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/s3-check-md5&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ea1f0978dacb620344f42b4bd831c851bcb47ccd16ba22828c2496ab91032322:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2024-34156-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.22.6 was found at: /.github/workflows/multipart/mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;cdaa42c50d7bc4a84d3e1f768b30166b24a0f396e14a731b73c046fbde8bf8f3:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-hcg3-q754-cr77-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: golang.org/x/crypto, version v0.23.0 was found at: /docs/debugging/inspect/inspect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/docs/debugging/inspect/inspect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;4489112f5e9c2c63bdc151392b4b3dca1c4206e249cfbb5b41aafd078bb9e3d7:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-hcg3-q754-cr77-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: golang.org/x/crypto, version v0.26.0 was found at: /.github/workflows/multipart/s3-check-md5&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/s3-check-md5&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;879215707d1035e420ebfc2ea760a8a640932447935dbc711f0d723b85ff8c7b:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-hcg3-q754-cr77-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: golang.org/x/crypto, version v0.26.0 was found at: /.github/workflows/multipart/mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ef4d47c40f526a22aa738f96ddbfac6582428869ddfc388bfb688da0f99515cf:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-hcg3-q754-cr77-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: golang.org/x/crypto, version v0.31.0 was found at: /inspect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/inspect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;cf7011eca6ba9184f43eb8f4327595c5ae9b1a7cf73744267d6f5401dea765db:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-hcg3-q754-cr77-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: golang.org/x/crypto, version v0.31.0 was found at: /warp&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/warp&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;2ef5772a071242ec40d41fea6c68d18d27249ee94cc84f4578c6f5fc20b541f6:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-hcg3-q754-cr77-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: golang.org/x/crypto, version v0.31.0 was found at: /docs/debugging/inspect/go.mod&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/docs/debugging/inspect/go.mod&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;4f4769a562e85ade421801098102129355150bbafdd3cc7f046c1289dc000b08:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2024-34158-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.22.5 was found at: /.github/workflows/multipart/s3-check-md5&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/s3-check-md5&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ea1f0978dacb620344f42b4bd831c851bcb47ccd16ba22828c2496ab91032322:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2024-34158-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.22.6 was found at: /.github/workflows/multipart/mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;cdaa42c50d7bc4a84d3e1f768b30166b24a0f396e14a731b73c046fbde8bf8f3:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-47m2-4cr7-mhcw-github.com/quic-go/quic-go&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: github.com/quic-go/quic-go, version v0.53.0 was found at: /minio&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/minio&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;c12dc2b173d97f08f66d6674769a8977b6805b7f655d008f80a34f49628eb2f2:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-47m2-4cr7-mhcw-github.com/quic-go/quic-go&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: github.com/quic-go/quic-go, version v0.53.0 was found at: /minio-release/linux-amd64/minio.RELEASE.2025-10-17T06-17-41Z.hotfix.11913d029&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/minio-release/linux-amd64/minio.RELEASE.2025-10-17T06-17-41Z.hotfix.11913d029&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;8c1a8cfbd7d93adac4c368c6c09f66477d8c71635156b9b47a4ae6ba2625263c:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-mh63-6h87-95cp-github.com/golang-jwt/jwt/v4&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: github.com/golang-jwt/jwt/v4, version v4.5.0 was found at: /.github/workflows/multipart/mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;c092c86e2a643c11cc94bf5f43ace89ee3906c53da5a86cf39c78627f439a0bb:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-mh63-6h87-95cp-github.com/golang-jwt/jwt/v4&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: github.com/golang-jwt/jwt/v4, version v4.5.1 was found at: /warp&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/warp&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;a6674ada2fc301b9f466e9378a2c147af75694d2c313b7efbed741a462053b50:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-mh63-6h87-95cp-github.com/golang-jwt/jwt/v5&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: github.com/golang-jwt/jwt/v5, version v5.2.1 was found at: /kes&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/kes&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;9dc552210cf456555ca70eed97bb95635cc078227608831c1342fdc20329ac70:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2024-45336-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.22.5 was found at: /.github/workflows/multipart/s3-check-md5&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/s3-check-md5&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ea1f0978dacb620344f42b4bd831c851bcb47ccd16ba22828c2496ab91032322:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2024-45336-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.22.6 was found at: /.github/workflows/multipart/mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;cdaa42c50d7bc4a84d3e1f768b30166b24a0f396e14a731b73c046fbde8bf8f3:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2024-45336-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.23.2 was found at: /docs/debugging/inspect/inspect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/docs/debugging/inspect/inspect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;8b78697ae7923d05f9478f6066f3a3b14678cb29d2487cfe9c2d4118531e168b:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-j5w8-q4qc-rx2x-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/crypto, version v0.23.0 was found at: /docs/debugging/inspect/inspect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/docs/debugging/inspect/inspect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;4489112f5e9c2c63bdc151392b4b3dca1c4206e249cfbb5b41aafd078bb9e3d7:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-j5w8-q4qc-rx2x-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/crypto, version v0.26.0 was found at: /.github/workflows/multipart/s3-check-md5&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/s3-check-md5&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;879215707d1035e420ebfc2ea760a8a640932447935dbc711f0d723b85ff8c7b:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-j5w8-q4qc-rx2x-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/crypto, version v0.26.0 was found at: /.github/workflows/multipart/mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ef4d47c40f526a22aa738f96ddbfac6582428869ddfc388bfb688da0f99515cf:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-j5w8-q4qc-rx2x-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/crypto, version v0.31.0 was found at: /docs/debugging/inspect/go.mod&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/docs/debugging/inspect/go.mod&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;4f4769a562e85ade421801098102129355150bbafdd3cc7f046c1289dc000b08:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-j5w8-q4qc-rx2x-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/crypto, version v0.31.0 was found at: /inspect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/inspect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;cf7011eca6ba9184f43eb8f4327595c5ae9b1a7cf73744267d6f5401dea765db:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-j5w8-q4qc-rx2x-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/crypto, version v0.31.0 was found at: /warp&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/warp&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;2ef5772a071242ec40d41fea6c68d18d27249ee94cc84f4578c6f5fc20b541f6:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-j5w8-q4qc-rx2x-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/crypto, version v0.35.0 was found at: /kes&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/kes&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;835393c8d09b1f16a19d63b77d12a933ba79b8b344277b92460229461db6facd:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-j5w8-q4qc-rx2x-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/crypto, version v0.36.0 was found at: /docs/debugging/s3-verify/go.mod&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/docs/debugging/s3-verify/go.mod&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;7396e61be830640a8c4e7491f6a432a04f79c05e62518279ab89702a39f71c68:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-j5w8-q4qc-rx2x-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/crypto, version v0.36.0 was found at: /s3-verify&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/s3-verify&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;24331bbf2104e8883be1afa0098fc2ae1a17eb9ad7ef0843ba78578f987d8a90:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-j5w8-q4qc-rx2x-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/crypto, version v0.39.0 was found at: /minio&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/minio&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;b8c1f304cd12f799d01058c690b77e13a646a9365c094452b9b0064a048c0b94:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-j5w8-q4qc-rx2x-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/crypto, version v0.39.0 was found at: /minio-release/linux-amd64/minio.RELEASE.2025-10-17T06-17-41Z.hotfix.11913d029&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/minio-release/linux-amd64/minio.RELEASE.2025-10-17T06-17-41Z.hotfix.11913d029&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;32041ab2ba9a486bfc8383f1a07e5f9bcdb0021a8340e4de88611e785c5f992d:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-j5w8-q4qc-rx2x-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/crypto, version v0.40.0 was found at: /mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;046fbb771e4f8528044f5bdd2824cc159a3bde3e5e5f978d19ea026594edc26a:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-j5w8-q4qc-rx2x-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/crypto, version v0.43.0 was found at: /integrationtests/go.mod&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/integrationtests/go.mod&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;4c7bc7f8e187c2e1be6ef67c96706d766e830ae2fa82477e8808dbbef8baf981:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2024-34155-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.22.5 was found at: /.github/workflows/multipart/s3-check-md5&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/s3-check-md5&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ea1f0978dacb620344f42b4bd831c851bcb47ccd16ba22828c2496ab91032322:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2024-34155-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.22.6 was found at: /.github/workflows/multipart/mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;cdaa42c50d7bc4a84d3e1f768b30166b24a0f396e14a731b73c046fbde8bf8f3:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2024-45341-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.22.5 was found at: /.github/workflows/multipart/s3-check-md5&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/s3-check-md5&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ea1f0978dacb620344f42b4bd831c851bcb47ccd16ba22828c2496ab91032322:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2024-45341-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.22.6 was found at: /.github/workflows/multipart/mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;cdaa42c50d7bc4a84d3e1f768b30166b24a0f396e14a731b73c046fbde8bf8f3:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2024-45341-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.23.2 was found at: /docs/debugging/inspect/inspect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/docs/debugging/inspect/inspect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;8b78697ae7923d05f9478f6066f3a3b14678cb29d2487cfe9c2d4118531e168b:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-f6x5-jh6r-wrfv-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/crypto, version v0.23.0 was found at: /docs/debugging/inspect/inspect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/docs/debugging/inspect/inspect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;4489112f5e9c2c63bdc151392b4b3dca1c4206e249cfbb5b41aafd078bb9e3d7:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-f6x5-jh6r-wrfv-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/crypto, version v0.26.0 was found at: /.github/workflows/multipart/s3-check-md5&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/s3-check-md5&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;879215707d1035e420ebfc2ea760a8a640932447935dbc711f0d723b85ff8c7b:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-f6x5-jh6r-wrfv-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/crypto, version v0.26.0 was found at: /.github/workflows/multipart/mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ef4d47c40f526a22aa738f96ddbfac6582428869ddfc388bfb688da0f99515cf:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-f6x5-jh6r-wrfv-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/crypto, version v0.31.0 was found at: /inspect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/inspect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;cf7011eca6ba9184f43eb8f4327595c5ae9b1a7cf73744267d6f5401dea765db:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-f6x5-jh6r-wrfv-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/crypto, version v0.31.0 was found at: /warp&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/warp&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;2ef5772a071242ec40d41fea6c68d18d27249ee94cc84f4578c6f5fc20b541f6:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-f6x5-jh6r-wrfv-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/crypto, version v0.31.0 was found at: /docs/debugging/inspect/go.mod&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/docs/debugging/inspect/go.mod&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;4f4769a562e85ade421801098102129355150bbafdd3cc7f046c1289dc000b08:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-f6x5-jh6r-wrfv-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/crypto, version v0.35.0 was found at: /kes&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/kes&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;835393c8d09b1f16a19d63b77d12a933ba79b8b344277b92460229461db6facd:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-f6x5-jh6r-wrfv-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/crypto, version v0.36.0 was found at: /docs/debugging/s3-verify/go.mod&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/docs/debugging/s3-verify/go.mod&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;7396e61be830640a8c4e7491f6a432a04f79c05e62518279ab89702a39f71c68:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-f6x5-jh6r-wrfv-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/crypto, version v0.36.0 was found at: /s3-verify&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/s3-verify&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;24331bbf2104e8883be1afa0098fc2ae1a17eb9ad7ef0843ba78578f987d8a90:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-f6x5-jh6r-wrfv-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/crypto, version v0.39.0 was found at: /minio-release/linux-amd64/minio.RELEASE.2025-10-17T06-17-41Z.hotfix.11913d029&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/minio-release/linux-amd64/minio.RELEASE.2025-10-17T06-17-41Z.hotfix.11913d029&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;32041ab2ba9a486bfc8383f1a07e5f9bcdb0021a8340e4de88611e785c5f992d:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-f6x5-jh6r-wrfv-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/crypto, version v0.39.0 was found at: /minio&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/minio&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;b8c1f304cd12f799d01058c690b77e13a646a9365c094452b9b0064a048c0b94:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-f6x5-jh6r-wrfv-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/crypto, version v0.40.0 was found at: /mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;046fbb771e4f8528044f5bdd2824cc159a3bde3e5e5f978d19ea026594edc26a:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-f6x5-jh6r-wrfv-golang.org/x/crypto&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/crypto, version v0.43.0 was found at: /integrationtests/go.mod&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/integrationtests/go.mod&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;4c7bc7f8e187c2e1be6ef67c96706d766e830ae2fa82477e8808dbbef8baf981:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-22871-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A critical vulnerability in go-module package: stdlib, version go1.22.5 was found at: /.github/workflows/multipart/s3-check-md5&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/s3-check-md5&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ea1f0978dacb620344f42b4bd831c851bcb47ccd16ba22828c2496ab91032322:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-22871-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A critical vulnerability in go-module package: stdlib, version go1.22.6 was found at: /.github/workflows/multipart/mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;cdaa42c50d7bc4a84d3e1f768b30166b24a0f396e14a731b73c046fbde8bf8f3:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-22871-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A critical vulnerability in go-module package: stdlib, version go1.23.2 was found at: /docs/debugging/inspect/inspect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/docs/debugging/inspect/inspect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;8b78697ae7923d05f9478f6066f3a3b14678cb29d2487cfe9c2d4118531e168b:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-22871-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A critical vulnerability in go-module package: stdlib, version go1.24.1 was found at: /warp&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/warp&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;6607bdc63d80a238eb98547aec5e82924bdfb0fc7931fce363b2d808153dfbfc:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-22871-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A critical vulnerability in go-module package: stdlib, version go1.24.1 was found at: /kes&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/kes&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;96d716e3cf224199e8a16a76c7c737077e46f6f8a52388d20bb22b9fafa1c61f:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-61723-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.22.5 was found at: /.github/workflows/multipart/s3-check-md5&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/s3-check-md5&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ea1f0978dacb620344f42b4bd831c851bcb47ccd16ba22828c2496ab91032322:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-61725-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.22.5 was found at: /.github/workflows/multipart/s3-check-md5&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/s3-check-md5&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ea1f0978dacb620344f42b4bd831c851bcb47ccd16ba22828c2496ab91032322:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-61723-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.22.6 was found at: /.github/workflows/multipart/mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;cdaa42c50d7bc4a84d3e1f768b30166b24a0f396e14a731b73c046fbde8bf8f3:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-61725-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.22.6 was found at: /.github/workflows/multipart/mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;cdaa42c50d7bc4a84d3e1f768b30166b24a0f396e14a731b73c046fbde8bf8f3:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-61723-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.23.2 was found at: /docs/debugging/inspect/inspect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/docs/debugging/inspect/inspect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;8b78697ae7923d05f9478f6066f3a3b14678cb29d2487cfe9c2d4118531e168b:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-61725-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.23.2 was found at: /docs/debugging/inspect/inspect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/docs/debugging/inspect/inspect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;8b78697ae7923d05f9478f6066f3a3b14678cb29d2487cfe9c2d4118531e168b:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-61723-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.1 was found at: /kes&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/kes&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;96d716e3cf224199e8a16a76c7c737077e46f6f8a52388d20bb22b9fafa1c61f:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-61723-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.1 was found at: /warp&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/warp&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;6607bdc63d80a238eb98547aec5e82924bdfb0fc7931fce363b2d808153dfbfc:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-61725-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.1 was found at: /kes&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/kes&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;96d716e3cf224199e8a16a76c7c737077e46f6f8a52388d20bb22b9fafa1c61f:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-61725-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.1 was found at: /warp&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/warp&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;6607bdc63d80a238eb98547aec5e82924bdfb0fc7931fce363b2d808153dfbfc:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-61723-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.3 was found at: /mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;5366a899b796978cd0c97a1cb81f227bf49aa104871890b9e2b6c2874dd5117a:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-61723-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.3 was found at: /scripts/ebpf/minio-protect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/scripts/ebpf/minio-protect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ade8f6aee09e273ca4eaae5b71efe5e4ec9b9d412330a59f102beb617ac7c702:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-61725-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.3 was found at: /mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;5366a899b796978cd0c97a1cb81f227bf49aa104871890b9e2b6c2874dd5117a:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-61725-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.3 was found at: /scripts/ebpf/minio-protect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/scripts/ebpf/minio-protect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ade8f6aee09e273ca4eaae5b71efe5e4ec9b9d412330a59f102beb617ac7c702:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-61723-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.4 was found at: /.bin/golangci/golangci-lint&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.bin/golangci/golangci-lint&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;17e53e92fb846a78965e53f4d15bd180959e1e3fc81a1786b6ed080d6ea5db44:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-61725-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.4 was found at: /.bin/golangci/golangci-lint&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.bin/golangci/golangci-lint&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;17e53e92fb846a78965e53f4d15bd180959e1e3fc81a1786b6ed080d6ea5db44:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58185-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.22.5 was found at: /.github/workflows/multipart/s3-check-md5&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/s3-check-md5&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ea1f0978dacb620344f42b4bd831c851bcb47ccd16ba22828c2496ab91032322:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58185-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.22.6 was found at: /.github/workflows/multipart/mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;cdaa42c50d7bc4a84d3e1f768b30166b24a0f396e14a731b73c046fbde8bf8f3:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58185-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.23.2 was found at: /docs/debugging/inspect/inspect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/docs/debugging/inspect/inspect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;8b78697ae7923d05f9478f6066f3a3b14678cb29d2487cfe9c2d4118531e168b:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58185-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.1 was found at: /warp&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/warp&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;6607bdc63d80a238eb98547aec5e82924bdfb0fc7931fce363b2d808153dfbfc:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58185-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.1 was found at: /kes&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/kes&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;96d716e3cf224199e8a16a76c7c737077e46f6f8a52388d20bb22b9fafa1c61f:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58185-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.3 was found at: /mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;5366a899b796978cd0c97a1cb81f227bf49aa104871890b9e2b6c2874dd5117a:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58185-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.3 was found at: /scripts/ebpf/minio-protect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/scripts/ebpf/minio-protect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ade8f6aee09e273ca4eaae5b71efe5e4ec9b9d412330a59f102beb617ac7c702:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58185-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.4 was found at: /.bin/golangci/golangci-lint&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.bin/golangci/golangci-lint&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;17e53e92fb846a78965e53f4d15bd180959e1e3fc81a1786b6ed080d6ea5db44:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-47907-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.22.5 was found at: /.github/workflows/multipart/s3-check-md5&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/s3-check-md5&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ea1f0978dacb620344f42b4bd831c851bcb47ccd16ba22828c2496ab91032322:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-47907-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.22.6 was found at: /.github/workflows/multipart/mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;cdaa42c50d7bc4a84d3e1f768b30166b24a0f396e14a731b73c046fbde8bf8f3:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-47907-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.23.2 was found at: /docs/debugging/inspect/inspect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/docs/debugging/inspect/inspect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;8b78697ae7923d05f9478f6066f3a3b14678cb29d2487cfe9c2d4118531e168b:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-47907-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.1 was found at: /warp&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/warp&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;6607bdc63d80a238eb98547aec5e82924bdfb0fc7931fce363b2d808153dfbfc:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-47907-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.1 was found at: /kes&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/kes&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;96d716e3cf224199e8a16a76c7c737077e46f6f8a52388d20bb22b9fafa1c61f:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-47907-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.3 was found at: /mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;5366a899b796978cd0c97a1cb81f227bf49aa104871890b9e2b6c2874dd5117a:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-47907-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.3 was found at: /scripts/ebpf/minio-protect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/scripts/ebpf/minio-protect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ade8f6aee09e273ca4eaae5b71efe5e4ec9b9d412330a59f102beb617ac7c702:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-47907-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.4 was found at: /.bin/golangci/golangci-lint&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.bin/golangci/golangci-lint&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;17e53e92fb846a78965e53f4d15bd180959e1e3fc81a1786b6ed080d6ea5db44:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58186-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.22.5 was found at: /.github/workflows/multipart/s3-check-md5&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/s3-check-md5&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ea1f0978dacb620344f42b4bd831c851bcb47ccd16ba22828c2496ab91032322:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-61724-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.22.5 was found at: /.github/workflows/multipart/s3-check-md5&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/s3-check-md5&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ea1f0978dacb620344f42b4bd831c851bcb47ccd16ba22828c2496ab91032322:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58186-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.22.6 was found at: /.github/workflows/multipart/mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;cdaa42c50d7bc4a84d3e1f768b30166b24a0f396e14a731b73c046fbde8bf8f3:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-61724-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.22.6 was found at: /.github/workflows/multipart/mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;cdaa42c50d7bc4a84d3e1f768b30166b24a0f396e14a731b73c046fbde8bf8f3:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58186-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.23.2 was found at: /docs/debugging/inspect/inspect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/docs/debugging/inspect/inspect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;8b78697ae7923d05f9478f6066f3a3b14678cb29d2487cfe9c2d4118531e168b:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-61724-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.23.2 was found at: /docs/debugging/inspect/inspect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/docs/debugging/inspect/inspect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;8b78697ae7923d05f9478f6066f3a3b14678cb29d2487cfe9c2d4118531e168b:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58186-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.1 was found at: /kes&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/kes&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;96d716e3cf224199e8a16a76c7c737077e46f6f8a52388d20bb22b9fafa1c61f:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58186-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.1 was found at: /warp&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/warp&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;6607bdc63d80a238eb98547aec5e82924bdfb0fc7931fce363b2d808153dfbfc:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-61724-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.1 was found at: /warp&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/warp&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;6607bdc63d80a238eb98547aec5e82924bdfb0fc7931fce363b2d808153dfbfc:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-61724-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.1 was found at: /kes&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/kes&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;96d716e3cf224199e8a16a76c7c737077e46f6f8a52388d20bb22b9fafa1c61f:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58186-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.3 was found at: /scripts/ebpf/minio-protect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/scripts/ebpf/minio-protect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ade8f6aee09e273ca4eaae5b71efe5e4ec9b9d412330a59f102beb617ac7c702:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58186-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.3 was found at: /mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;5366a899b796978cd0c97a1cb81f227bf49aa104871890b9e2b6c2874dd5117a:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-61724-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.3 was found at: /mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;5366a899b796978cd0c97a1cb81f227bf49aa104871890b9e2b6c2874dd5117a:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-61724-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.3 was found at: /scripts/ebpf/minio-protect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/scripts/ebpf/minio-protect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ade8f6aee09e273ca4eaae5b71efe5e4ec9b9d412330a59f102beb617ac7c702:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58186-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.4 was found at: /.bin/golangci/golangci-lint&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.bin/golangci/golangci-lint&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;17e53e92fb846a78965e53f4d15bd180959e1e3fc81a1786b6ed080d6ea5db44:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-61724-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.4 was found at: /.bin/golangci/golangci-lint&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.bin/golangci/golangci-lint&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;17e53e92fb846a78965e53f4d15bd180959e1e3fc81a1786b6ed080d6ea5db44:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-47912-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.22.5 was found at: /.github/workflows/multipart/s3-check-md5&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/s3-check-md5&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ea1f0978dacb620344f42b4bd831c851bcb47ccd16ba22828c2496ab91032322:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-47912-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.22.6 was found at: /.github/workflows/multipart/mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;cdaa42c50d7bc4a84d3e1f768b30166b24a0f396e14a731b73c046fbde8bf8f3:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-47912-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.23.2 was found at: /docs/debugging/inspect/inspect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/docs/debugging/inspect/inspect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;8b78697ae7923d05f9478f6066f3a3b14678cb29d2487cfe9c2d4118531e168b:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-47912-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.1 was found at: /warp&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/warp&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;6607bdc63d80a238eb98547aec5e82924bdfb0fc7931fce363b2d808153dfbfc:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-47912-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.1 was found at: /kes&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/kes&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;96d716e3cf224199e8a16a76c7c737077e46f6f8a52388d20bb22b9fafa1c61f:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-47912-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.3 was found at: /mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;5366a899b796978cd0c97a1cb81f227bf49aa104871890b9e2b6c2874dd5117a:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-47912-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.3 was found at: /scripts/ebpf/minio-protect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/scripts/ebpf/minio-protect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ade8f6aee09e273ca4eaae5b71efe5e4ec9b9d412330a59f102beb617ac7c702:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-47912-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.4 was found at: /.bin/golangci/golangci-lint&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.bin/golangci/golangci-lint&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;17e53e92fb846a78965e53f4d15bd180959e1e3fc81a1786b6ed080d6ea5db44:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-47906-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.22.5 was found at: /.github/workflows/multipart/s3-check-md5&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/s3-check-md5&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ea1f0978dacb620344f42b4bd831c851bcb47ccd16ba22828c2496ab91032322:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-47906-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.22.6 was found at: /.github/workflows/multipart/mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;cdaa42c50d7bc4a84d3e1f768b30166b24a0f396e14a731b73c046fbde8bf8f3:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-47906-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.23.2 was found at: /docs/debugging/inspect/inspect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/docs/debugging/inspect/inspect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;8b78697ae7923d05f9478f6066f3a3b14678cb29d2487cfe9c2d4118531e168b:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-47906-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.1 was found at: /kes&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/kes&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;96d716e3cf224199e8a16a76c7c737077e46f6f8a52388d20bb22b9fafa1c61f:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-47906-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.1 was found at: /warp&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/warp&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;6607bdc63d80a238eb98547aec5e82924bdfb0fc7931fce363b2d808153dfbfc:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-47906-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.3 was found at: /scripts/ebpf/minio-protect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/scripts/ebpf/minio-protect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ade8f6aee09e273ca4eaae5b71efe5e4ec9b9d412330a59f102beb617ac7c702:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-47906-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.3 was found at: /mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;5366a899b796978cd0c97a1cb81f227bf49aa104871890b9e2b6c2874dd5117a:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-47906-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.4 was found at: /.bin/golangci/golangci-lint&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.bin/golangci/golangci-lint&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;17e53e92fb846a78965e53f4d15bd180959e1e3fc81a1786b6ed080d6ea5db44:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-f9f8-9pmf-xv68-helm.sh/helm/v3&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: helm.sh/helm/v3, version v3.17.3 was found at: /integrationtests/go.mod&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/integrationtests/go.mod&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;69ecb1a4b6ce4d0a47399f871e6d0c0cadaab8e1c9b1d3bbf4cb46129f488beb:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-22874-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.1 was found at: /warp&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/warp&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;6607bdc63d80a238eb98547aec5e82924bdfb0fc7931fce363b2d808153dfbfc:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-22874-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.1 was found at: /kes&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/kes&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;96d716e3cf224199e8a16a76c7c737077e46f6f8a52388d20bb22b9fafa1c61f:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-22874-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.3 was found at: /mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;5366a899b796978cd0c97a1cb81f227bf49aa104871890b9e2b6c2874dd5117a:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-22874-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.3 was found at: /scripts/ebpf/minio-protect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/scripts/ebpf/minio-protect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ade8f6aee09e273ca4eaae5b71efe5e4ec9b9d412330a59f102beb617ac7c702:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-4xh5-x5gv-qwph-pip&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in python package: pip, version 24.0 was found at: /.venv/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;c0b7f30d77d242207e4fcde4f7e774ca7d76ff47c3ee0cf57b5c6b0bee6fefca:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58187-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.22.5 was found at: /.github/workflows/multipart/s3-check-md5&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/s3-check-md5&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ea1f0978dacb620344f42b4bd831c851bcb47ccd16ba22828c2496ab91032322:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58188-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.22.5 was found at: /.github/workflows/multipart/s3-check-md5&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/s3-check-md5&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ea1f0978dacb620344f42b4bd831c851bcb47ccd16ba22828c2496ab91032322:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58187-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.22.6 was found at: /.github/workflows/multipart/mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;cdaa42c50d7bc4a84d3e1f768b30166b24a0f396e14a731b73c046fbde8bf8f3:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58188-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.22.6 was found at: /.github/workflows/multipart/mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;cdaa42c50d7bc4a84d3e1f768b30166b24a0f396e14a731b73c046fbde8bf8f3:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58187-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.23.2 was found at: /docs/debugging/inspect/inspect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/docs/debugging/inspect/inspect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;8b78697ae7923d05f9478f6066f3a3b14678cb29d2487cfe9c2d4118531e168b:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58188-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.23.2 was found at: /docs/debugging/inspect/inspect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/docs/debugging/inspect/inspect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;8b78697ae7923d05f9478f6066f3a3b14678cb29d2487cfe9c2d4118531e168b:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58187-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.1 was found at: /kes&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/kes&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;96d716e3cf224199e8a16a76c7c737077e46f6f8a52388d20bb22b9fafa1c61f:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58187-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.1 was found at: /warp&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/warp&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;6607bdc63d80a238eb98547aec5e82924bdfb0fc7931fce363b2d808153dfbfc:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58188-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.1 was found at: /warp&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/warp&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;6607bdc63d80a238eb98547aec5e82924bdfb0fc7931fce363b2d808153dfbfc:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58188-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.1 was found at: /kes&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/kes&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;96d716e3cf224199e8a16a76c7c737077e46f6f8a52388d20bb22b9fafa1c61f:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58187-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.3 was found at: /scripts/ebpf/minio-protect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/scripts/ebpf/minio-protect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ade8f6aee09e273ca4eaae5b71efe5e4ec9b9d412330a59f102beb617ac7c702:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58187-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.3 was found at: /mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;5366a899b796978cd0c97a1cb81f227bf49aa104871890b9e2b6c2874dd5117a:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58188-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.3 was found at: /mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;5366a899b796978cd0c97a1cb81f227bf49aa104871890b9e2b6c2874dd5117a:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58188-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.3 was found at: /scripts/ebpf/minio-protect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/scripts/ebpf/minio-protect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ade8f6aee09e273ca4eaae5b71efe5e4ec9b9d412330a59f102beb617ac7c702:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58187-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.4 was found at: /.bin/golangci/golangci-lint&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.bin/golangci/golangci-lint&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;17e53e92fb846a78965e53f4d15bd180959e1e3fc81a1786b6ed080d6ea5db44:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58188-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.4 was found at: /.bin/golangci/golangci-lint&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.bin/golangci/golangci-lint&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;17e53e92fb846a78965e53f4d15bd180959e1e3fc81a1786b6ed080d6ea5db44:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-557j-xg8c-q2mm-helm.sh/helm/v3&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: helm.sh/helm/v3, version v3.17.3 was found at: /integrationtests/go.mod&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/integrationtests/go.mod&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;69ecb1a4b6ce4d0a47399f871e6d0c0cadaab8e1c9b1d3bbf4cb46129f488beb:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-vvgc-356p-c3xw-golang.org/x/net&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/net, version v0.28.0 was found at: /.github/workflows/multipart/s3-check-md5&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/s3-check-md5&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ecf596cca994eff8071b9f557feb193f6c4c39558f204efec0ea3d7fdf0c6fb0:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-vvgc-356p-c3xw-golang.org/x/net&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/net, version v0.28.0 was found at: /.github/workflows/multipart/mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;cbd3ee5615f0465a458290471ff39a21c3ac7ca567e922ba1ceb61528c60b19e:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-vvgc-356p-c3xw-golang.org/x/net&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/net, version v0.32.0 was found at: /warp&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/warp&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ce5b693ae91e5a319c531623f2583a98b6bff505317918893953f9218f7d5378:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-vvgc-356p-c3xw-golang.org/x/net&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/net, version v0.34.0 was found at: /kes&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/kes&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;2f30e20c10fb1700fcb5fb42f266c1dbb0a29113e3eb1b6cdd7cb7f4ea55d04a:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-m6hq-p25p-ffr2-github.com/containerd/containerd&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: github.com/containerd/containerd, version v1.7.27 was found at: /integrationtests/go.mod&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/integrationtests/go.mod&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;49b2001be73cef7ce70cbc2ca9d778146151dacc54c9da6d5e2b0ac91dc6a882:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-qxp5-gwg8-xv66-golang.org/x/net&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/net, version v0.28.0 was found at: /.github/workflows/multipart/mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;cbd3ee5615f0465a458290471ff39a21c3ac7ca567e922ba1ceb61528c60b19e:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-qxp5-gwg8-xv66-golang.org/x/net&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/net, version v0.28.0 was found at: /.github/workflows/multipart/s3-check-md5&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/s3-check-md5&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ecf596cca994eff8071b9f557feb193f6c4c39558f204efec0ea3d7fdf0c6fb0:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-qxp5-gwg8-xv66-golang.org/x/net&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/net, version v0.32.0 was found at: /warp&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/warp&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ce5b693ae91e5a319c531623f2583a98b6bff505317918893953f9218f7d5378:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-qxp5-gwg8-xv66-golang.org/x/net&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: golang.org/x/net, version v0.34.0 was found at: /kes&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/kes&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;2f30e20c10fb1700fcb5fb42f266c1dbb0a29113e3eb1b6cdd7cb7f4ea55d04a:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58189-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.22.5 was found at: /.github/workflows/multipart/s3-check-md5&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/s3-check-md5&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ea1f0978dacb620344f42b4bd831c851bcb47ccd16ba22828c2496ab91032322:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58189-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.22.6 was found at: /.github/workflows/multipart/mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;cdaa42c50d7bc4a84d3e1f768b30166b24a0f396e14a731b73c046fbde8bf8f3:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58189-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.23.2 was found at: /docs/debugging/inspect/inspect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/docs/debugging/inspect/inspect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;8b78697ae7923d05f9478f6066f3a3b14678cb29d2487cfe9c2d4118531e168b:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58189-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.1 was found at: /warp&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/warp&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;6607bdc63d80a238eb98547aec5e82924bdfb0fc7931fce363b2d808153dfbfc:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58189-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.1 was found at: /kes&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/kes&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;96d716e3cf224199e8a16a76c7c737077e46f6f8a52388d20bb22b9fafa1c61f:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58189-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.3 was found at: /mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;5366a899b796978cd0c97a1cb81f227bf49aa104871890b9e2b6c2874dd5117a:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58189-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.3 was found at: /scripts/ebpf/minio-protect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/scripts/ebpf/minio-protect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ade8f6aee09e273ca4eaae5b71efe5e4ec9b9d412330a59f102beb617ac7c702:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58189-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.4 was found at: /.bin/golangci/golangci-lint&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.bin/golangci/golangci-lint&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;17e53e92fb846a78965e53f4d15bd180959e1e3fc81a1786b6ed080d6ea5db44:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-9h84-qmv7-982p-helm.sh/helm/v3&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: helm.sh/helm/v3, version v3.17.3 was found at: /integrationtests/go.mod&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/integrationtests/go.mod&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;69ecb1a4b6ce4d0a47399f871e6d0c0cadaab8e1c9b1d3bbf4cb46129f488beb:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-29wx-vh33-7x7r-github.com/golang-jwt/jwt/v4&#34;,
          &#34;level&#34;: &#34;note&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A low vulnerability in go-module package: github.com/golang-jwt/jwt/v4, version v4.5.0 was found at: /.github/workflows/multipart/mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;c092c86e2a643c11cc94bf5f43ace89ee3906c53da5a86cf39c78627f439a0bb:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-22866-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.22.5 was found at: /.github/workflows/multipart/s3-check-md5&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/s3-check-md5&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ea1f0978dacb620344f42b4bd831c851bcb47ccd16ba22828c2496ab91032322:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-22866-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.22.6 was found at: /.github/workflows/multipart/mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;cdaa42c50d7bc4a84d3e1f768b30166b24a0f396e14a731b73c046fbde8bf8f3:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-22866-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.23.2 was found at: /docs/debugging/inspect/inspect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/docs/debugging/inspect/inspect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;8b78697ae7923d05f9478f6066f3a3b14678cb29d2487cfe9c2d4118531e168b:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-4673-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.22.5 was found at: /.github/workflows/multipart/s3-check-md5&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/s3-check-md5&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ea1f0978dacb620344f42b4bd831c851bcb47ccd16ba22828c2496ab91032322:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-4673-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.22.6 was found at: /.github/workflows/multipart/mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;cdaa42c50d7bc4a84d3e1f768b30166b24a0f396e14a731b73c046fbde8bf8f3:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-4673-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.23.2 was found at: /docs/debugging/inspect/inspect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/docs/debugging/inspect/inspect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;8b78697ae7923d05f9478f6066f3a3b14678cb29d2487cfe9c2d4118531e168b:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-4673-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.1 was found at: /kes&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/kes&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;96d716e3cf224199e8a16a76c7c737077e46f6f8a52388d20bb22b9fafa1c61f:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-4673-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.1 was found at: /warp&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/warp&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;6607bdc63d80a238eb98547aec5e82924bdfb0fc7931fce363b2d808153dfbfc:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-4673-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.3 was found at: /scripts/ebpf/minio-protect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/scripts/ebpf/minio-protect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ade8f6aee09e273ca4eaae5b71efe5e4ec9b9d412330a59f102beb617ac7c702:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-4673-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.3 was found at: /mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;5366a899b796978cd0c97a1cb81f227bf49aa104871890b9e2b6c2874dd5117a:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-4674-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.22.5 was found at: /.github/workflows/multipart/s3-check-md5&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/s3-check-md5&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ea1f0978dacb620344f42b4bd831c851bcb47ccd16ba22828c2496ab91032322:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-4674-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.22.6 was found at: /.github/workflows/multipart/mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;cdaa42c50d7bc4a84d3e1f768b30166b24a0f396e14a731b73c046fbde8bf8f3:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-4674-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.23.2 was found at: /docs/debugging/inspect/inspect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/docs/debugging/inspect/inspect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;8b78697ae7923d05f9478f6066f3a3b14678cb29d2487cfe9c2d4118531e168b:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-4674-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.1 was found at: /kes&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/kes&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;96d716e3cf224199e8a16a76c7c737077e46f6f8a52388d20bb22b9fafa1c61f:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-4674-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.1 was found at: /warp&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/warp&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;6607bdc63d80a238eb98547aec5e82924bdfb0fc7931fce363b2d808153dfbfc:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-4674-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.3 was found at: /mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;5366a899b796978cd0c97a1cb81f227bf49aa104871890b9e2b6c2874dd5117a:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-4674-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.3 was found at: /scripts/ebpf/minio-protect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/scripts/ebpf/minio-protect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ade8f6aee09e273ca4eaae5b71efe5e4ec9b9d412330a59f102beb617ac7c702:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-4674-stdlib&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: stdlib, version go1.24.4 was found at: /.bin/golangci/golangci-lint&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.bin/golangci/golangci-lint&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;17e53e92fb846a78965e53f4d15bd180959e1e3fc81a1786b6ed080d6ea5db44:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58183-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.22.5 was found at: /.github/workflows/multipart/s3-check-md5&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/s3-check-md5&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ea1f0978dacb620344f42b4bd831c851bcb47ccd16ba22828c2496ab91032322:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58183-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.22.6 was found at: /.github/workflows/multipart/mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;cdaa42c50d7bc4a84d3e1f768b30166b24a0f396e14a731b73c046fbde8bf8f3:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58183-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.23.2 was found at: /docs/debugging/inspect/inspect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/docs/debugging/inspect/inspect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;8b78697ae7923d05f9478f6066f3a3b14678cb29d2487cfe9c2d4118531e168b:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58183-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.1 was found at: /kes&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/kes&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;96d716e3cf224199e8a16a76c7c737077e46f6f8a52388d20bb22b9fafa1c61f:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58183-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.1 was found at: /warp&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/warp&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;6607bdc63d80a238eb98547aec5e82924bdfb0fc7931fce363b2d808153dfbfc:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58183-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.3 was found at: /mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;5366a899b796978cd0c97a1cb81f227bf49aa104871890b9e2b6c2874dd5117a:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58183-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.3 was found at: /scripts/ebpf/minio-protect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/scripts/ebpf/minio-protect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ade8f6aee09e273ca4eaae5b71efe5e4ec9b9d412330a59f102beb617ac7c702:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-58183-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.4 was found at: /.bin/golangci/golangci-lint&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.bin/golangci/golangci-lint&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;17e53e92fb846a78965e53f4d15bd180959e1e3fc81a1786b6ed080d6ea5db44:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-0913-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.22.5 was found at: /.github/workflows/multipart/s3-check-md5&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/s3-check-md5&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ea1f0978dacb620344f42b4bd831c851bcb47ccd16ba22828c2496ab91032322:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-0913-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.22.6 was found at: /.github/workflows/multipart/mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/multipart/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;cdaa42c50d7bc4a84d3e1f768b30166b24a0f396e14a731b73c046fbde8bf8f3:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-0913-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.23.2 was found at: /docs/debugging/inspect/inspect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/docs/debugging/inspect/inspect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;8b78697ae7923d05f9478f6066f3a3b14678cb29d2487cfe9c2d4118531e168b:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-0913-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.1 was found at: /kes&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/kes&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;96d716e3cf224199e8a16a76c7c737077e46f6f8a52388d20bb22b9fafa1c61f:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-0913-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.1 was found at: /warp&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/warp&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;6607bdc63d80a238eb98547aec5e82924bdfb0fc7931fce363b2d808153dfbfc:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-0913-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.3 was found at: /scripts/ebpf/minio-protect&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/scripts/ebpf/minio-protect&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ade8f6aee09e273ca4eaae5b71efe5e4ec9b9d412330a59f102beb617ac7c702:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;CVE-2025-0913-stdlib&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: stdlib, version go1.24.3 was found at: /mc&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/mc&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;5366a899b796978cd0c97a1cb81f227bf49aa104871890b9e2b6c2874dd5117a:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-pwhc-rpq9-4c8w-github.com/containerd/containerd&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in go-module package: github.com/containerd/containerd, version v1.7.27 was found at: /integrationtests/go.mod&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/integrationtests/go.mod&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;49b2001be73cef7ce70cbc2ca9d778146151dacc54c9da6d5e2b0ac91dc6a882:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-cxww-7g56-2vh6-actions/download-artifact&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in github-action package: actions/download-artifact, version v4 was found at: /.github/workflows/race-tests.yaml&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/race-tests.yaml&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;5e7cf75fb2e0afcb1eaa448ddc45c00b5412f6b1fbebc738f2904b90bc1efa9c:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-cxww-7g56-2vh6-actions/download-artifact&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in github-action package: actions/download-artifact, version v4 was found at: /.github/workflows/deployer.yaml&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/deployer.yaml&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;82b2428a9118192d06d03cd5c2f9f600c1c31408d3ae4eecbf69b27e36b551c9:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-cxww-7g56-2vh6-actions/download-artifact&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in github-action package: actions/download-artifact, version v4 was found at: /.github/workflows/integration-tests.yaml&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/integration-tests.yaml&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;2321bf3b7654ef9e0452ae4a07c898d64389c77fd3fd73407859cbe6049e2a88:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-cxww-7g56-2vh6-actions/download-artifact&#34;,
          &#34;level&#34;: &#34;error&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A high vulnerability in github-action package: actions/download-artifact, version v4 was found at: /.github/workflows/tables-integration-tests.yaml&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.github/workflows/tables-integration-tests.yaml&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;04e939f2aeeb2ab7cccfe896869403be59588573bae7f5533b905e7bb6c83fb2:1&#34;
          }
        },
        {
          &#34;ruleId&#34;: &#34;GHSA-2464-8j7c-4cjm-github.com/go-viper/mapstructure/v2&#34;,
          &#34;level&#34;: &#34;warning&#34;,
          &#34;message&#34;: {
            &#34;text&#34;: &#34;A medium vulnerability in go-module package: github.com/go-viper/mapstructure/v2, version v2.3.0 was found at: /.bin/golangci/golangci-lint&#34;
          },
          &#34;locations&#34;: [
            {
              &#34;physicalLocation&#34;: {
                &#34;artifactLocation&#34;: {
                  &#34;uri&#34;: &#34;/.bin/golangci/golangci-lint&#34;
                },
                &#34;region&#34;: {
                  &#34;startLine&#34;: 1,
                  &#34;startColumn&#34;: 1,
                  &#34;endLine&#34;: 1,
                  &#34;endColumn&#34;: 1
                }
              }
            }
          ],
          &#34;partialFingerprints&#34;: {
            &#34;primaryLocationLineHash&#34;: &#34;ab6def8a73563e14d766b2a3af0215a36900ab367491c75e250db17cb1b0ab8c:1&#34;
          }
        }
      ]
    }
  ]
}
</code></pre>
                </div>
                <script>
                    document.querySelectorAll('pre code').forEach((block) => {
                        hljs.highlightElement(block);
                    });
                </script>
                
            </div>
        </div>
    </main>
</body>
</html>
