gitsafehub
github.com/gravitational/gha-exporter ↗

gravitational/gha-exporter

scanned 2026-08-10 · git ac3f4e1
3 of 6 checks flagged a security issue
🔴 Needs attention
Only 5 of 6 checks finished — treat this as provisional. Re-check ↻

Informational scan, not a security audit. How this is computed.

Leaked secretsVulnerable dependencies9Known OSS vulnerabilities37Risky code patternsMalicious dependencies2Project health

Security checks

Leaked secrets — Gitleaks none found ✓

API keys, passwords or tokens committed into the repo.

Nothing found by this check. ✓

via Gitleaks v8.21.2 · MIT

Vulnerable dependencies — Trivy 9 found

Packages you depend on that have known security holes (CVEs).

  • Worth fixing CVE-2026-25681 golang.org/x/net/html: golang.org/x/net/html: Arbitrary code execution via Cross-Site Scripting
    go.mod
    A package you depend on has a known security hole (CVE-2026-25681). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-27136 golang.org/x/net/html: golang: golang.org/x/net/html: Cross-Site Scripting via HTML parsing bypass
    go.mod
    A package you depend on has a known security hole (CVE-2026-27136). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-33814 net/http/internal/http2: golang: golang.org/x/net: Go HTTP/2: Denial of Service via malformed SETTINGS_MAX_FRAME_SIZE frame
    go.mod
    A package you depend on has a known security hole (CVE-2026-33814). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-39821 golang.org/x/net/idna: golang: net/http: golang.org/x/net/idna: Privilege escalation via incorrect Punycode label processing
    go.mod
    A package you depend on has a known security hole (CVE-2026-39821). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-25680 golang.org/x/net/html: golang.org/x/net/html: Denial of Service due to excessive HTML parsing
    go.mod
    A package you depend on has a known security hole (CVE-2026-25680). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-42502 golang.org/x/net/html: golang: golang.org/x/net/html: Cross-Site Scripting via unexpected HTML tree rendering
    go.mod
    A package you depend on has a known security hole (CVE-2026-42502). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-42506 golang.org/x/net/html: golang.org/x/net/html: Cross-Site Scripting (XSS) via arbitrary HTML parsing
    go.mod
    A package you depend on has a known security hole (CVE-2026-42506). Fix: Update that package to its patched version.
  • FYI CVE-2026-46600 Parsing an invalid SVCB or HTTPS RR can panic when the size of a param ...
    go.mod
    A package you depend on has a known security hole (CVE-2026-46600). Fix: Update that package to its patched version.
  • FYI CVE-2026-39824 Invoking integer overflow in NewNTUnicodeString in golang.org/x/sys/windows
    go.mod
    A package you depend on has a known security hole (CVE-2026-39824). Fix: Update that package to its patched version.

via Trivy v0.70.0 · Apache-2.0

Known OSS vulnerabilities — OSV-Scanner 37 found

Your dependencies cross-checked against the OSV vulnerability database.

  • Worth fixing GO-2026-5028 Invoking denial of service when parsing arbitrary HTML in golang.org/x/net/html
    /workdirs/scan-d7fd29cc-4ae1-4562-9b4e-f7b3143e23fb/go.mod
    A package you depend on has a known security hole (CVE-2026-25680). Fix: Update that package to its patched version.
  • FYI GO-2026-4918 Infinite loop in HTTP/2 transport when given bad SETTINGS_MAX_FRAME_SIZE in net/http/internal/http2 in golang.org/x/net
    /workdirs/scan-d7fd29cc-4ae1-4562-9b4e-f7b3143e23fb/go.mod
    A package you depend on has a known security hole (CVE-2026-33814). Fix: Update that package to its patched version.
  • FYI GO-2026-5025 Invoking incorrect handling of namespaced elements in foreign content in golang.org/x/net/html
    /workdirs/scan-d7fd29cc-4ae1-4562-9b4e-f7b3143e23fb/go.mod
    A package you depend on has a known security hole (CVE-2026-42506). Fix: Update that package to its patched version.
  • FYI GO-2026-5026 Invoking failure to reject ASCII-only Punycode-encoded labels in golang.org/x/net/idna
    /workdirs/scan-d7fd29cc-4ae1-4562-9b4e-f7b3143e23fb/go.mod
    A package you depend on has a known security hole (CVE-2026-39821). Fix: Update that package to its patched version.
  • FYI GO-2026-5027 Invoking incorrect handling of HTML elements in foreign content in golang.org/x/net/html
    /workdirs/scan-d7fd29cc-4ae1-4562-9b4e-f7b3143e23fb/go.mod
    A package you depend on has a known security hole (CVE-2026-42502). Fix: Update that package to its patched version.
  • FYI GO-2026-5029 Invoking incorrect handling of character references in DOCTYPE nodes in golang.org/x/net/html
    /workdirs/scan-d7fd29cc-4ae1-4562-9b4e-f7b3143e23fb/go.mod
    A package you depend on has a known security hole (CVE-2026-25681). Fix: Update that package to its patched version.
  • FYI GO-2026-5030 Invoking duplicate attributes can cause XSS in golang.org/x/net/html
    /workdirs/scan-d7fd29cc-4ae1-4562-9b4e-f7b3143e23fb/go.mod
    A package you depend on has a known security hole (CVE-2026-27136). Fix: Update that package to its patched version.
  • FYI GO-2026-5942 Parsing an invalid SVCB or HTTPS RR can panic in golang.org/x/net/dns/dnsmessage
    /workdirs/scan-d7fd29cc-4ae1-4562-9b4e-f7b3143e23fb/go.mod
    A package you depend on has a known security hole (CVE-2026-46600). Fix: Update that package to its patched version.
  • FYI GO-2026-5024 Invoking integer overflow in NewNTUnicodeString in golang.org/x/sys/windows
    /workdirs/scan-d7fd29cc-4ae1-4562-9b4e-f7b3143e23fb/go.mod
    A package you depend on has a known security hole (CVE-2026-39824). Fix: Update that package to its patched version.
  • FYI GO-2025-4155 Excessive resource consumption when printing error string for host certificate validation in crypto/x509
    /workdirs/scan-d7fd29cc-4ae1-4562-9b4e-f7b3143e23fb/go.mod
    A package you depend on has a known security hole (CVE-2025-61729). Fix: Update that package to its patched version.
  • FYI GO-2025-4175 Improper application of excluded DNS name constraints when verifying wildcard names in crypto/x509
    /workdirs/scan-d7fd29cc-4ae1-4562-9b4e-f7b3143e23fb/go.mod
    A package you depend on has a known security hole (CVE-2025-61727). Fix: Update that package to its patched version.
  • FYI GO-2026-4337 Unexpected session resumption in crypto/tls
    /workdirs/scan-d7fd29cc-4ae1-4562-9b4e-f7b3143e23fb/go.mod
    A package you depend on has a known security hole (CVE-2025-68121). Fix: Update that package to its patched version.
  • FYI GO-2026-4340 Handshake messages may be processed at the incorrect encryption level in crypto/tls
    /workdirs/scan-d7fd29cc-4ae1-4562-9b4e-f7b3143e23fb/go.mod
    A package you depend on has a known security hole (CVE-2025-61730). Fix: Update that package to its patched version.
  • FYI GO-2026-4341 Memory exhaustion in query parameter parsing in net/url
    /workdirs/scan-d7fd29cc-4ae1-4562-9b4e-f7b3143e23fb/go.mod
    A package you depend on has a known security hole (CVE-2025-61726). Fix: Update that package to its patched version.
  • FYI GO-2026-4342 Excessive CPU consumption when building archive index in archive/zip
    /workdirs/scan-d7fd29cc-4ae1-4562-9b4e-f7b3143e23fb/go.mod
    A package you depend on has a known security hole (CVE-2025-61728). Fix: Update that package to its patched version.
  • FYI GO-2026-4601 Incorrect parsing of IPv6 host literals in net/url
    /workdirs/scan-d7fd29cc-4ae1-4562-9b4e-f7b3143e23fb/go.mod
    A package you depend on has a known security hole (CVE-2026-25679). Fix: Update that package to its patched version.
  • FYI GO-2026-4602 FileInfo can escape from a Root in os
    /workdirs/scan-d7fd29cc-4ae1-4562-9b4e-f7b3143e23fb/go.mod
    A package you depend on has a known security hole (CVE-2026-27139). Fix: Update that package to its patched version.
  • FYI GO-2026-4603 URLs in meta content attribute actions are not escaped in html/template
    /workdirs/scan-d7fd29cc-4ae1-4562-9b4e-f7b3143e23fb/go.mod
    A package you depend on has a known security hole (CVE-2026-27142). Fix: Update that package to its patched version.
  • FYI GO-2026-4864 TOCTOU permits root escape on Linux via Root.Chmod in os in internal/syscall/unix
    /workdirs/scan-d7fd29cc-4ae1-4562-9b4e-f7b3143e23fb/go.mod
    A package you depend on has a known security hole (CVE-2026-32282). Fix: Update that package to its patched version.
  • FYI GO-2026-4865 JsBraceDepth Context Tracking Bugs (XSS) in html/template
    /workdirs/scan-d7fd29cc-4ae1-4562-9b4e-f7b3143e23fb/go.mod
    A package you depend on has a known security hole (CVE-2026-32289). Fix: Update that package to its patched version.
  • FYI GO-2026-4869 Unbounded allocation for old GNU sparse in archive/tar
    /workdirs/scan-d7fd29cc-4ae1-4562-9b4e-f7b3143e23fb/go.mod
    A package you depend on has a known security hole (CVE-2026-32288). Fix: Update that package to its patched version.
  • FYI GO-2026-4870 Unauthenticated TLS 1.3 KeyUpdate record can cause persistent connection retention and DoS in crypto/tls
    /workdirs/scan-d7fd29cc-4ae1-4562-9b4e-f7b3143e23fb/go.mod
    A package you depend on has a known security hole (CVE-2026-32283). Fix: Update that package to its patched version.
  • FYI GO-2026-4918 Infinite loop in HTTP/2 transport when given bad SETTINGS_MAX_FRAME_SIZE in net/http/internal/http2 in golang.org/x/net
    /workdirs/scan-d7fd29cc-4ae1-4562-9b4e-f7b3143e23fb/go.mod
    A package you depend on has a known security hole (CVE-2026-33814). Fix: Update that package to its patched version.
  • FYI GO-2026-4946 Inefficient policy validation in crypto/x509
    /workdirs/scan-d7fd29cc-4ae1-4562-9b4e-f7b3143e23fb/go.mod
    A package you depend on has a known security hole (CVE-2026-32281). Fix: Update that package to its patched version.
  • FYI GO-2026-4947 Unexpected work during chain building in crypto/x509
    /workdirs/scan-d7fd29cc-4ae1-4562-9b4e-f7b3143e23fb/go.mod
    A package you depend on has a known security hole (CVE-2026-32280). Fix: Update that package to its patched version.
… 12 more not shown

via OSV-Scanner v1.9.2 · Apache-2.0

Risky code patterns — Semgrep none found ✓

Code that can be exploited: injection, hardcoded credentials and similar.

Nothing found by this check. ✓

via Semgrep v1.147.0 · LGPL-2.1

Malicious dependencies — Guarddog 2 found · 2 serious

Packages that look intentionally malicious: typosquats, sneaky install scripts.

  • Serious guarddog-go-typosquatting typosquatting match in github.com/google/go-github/v75 v75.0.0
    github.com/google/go-github/v75
    A dependency shows signs of being intentionally malicious (typosquat, hidden install script, etc.). Fix: Don’t install it until you’ve verified the package. Consider removing it.
  • Serious guarddog-go-typosquatting typosquatting match in github.com/google/go-github/v79 v79.0.0
    github.com/google/go-github/v79
    A dependency shows signs of being intentionally malicious (typosquat, hidden install script, etc.). Fix: Don’t install it until you’ve verified the package. Consider removing it.

via Guarddog v2.10.0 · Apache-2.0

Project health

A signal about how the project is maintained — not a vulnerability in your code. It doesn’t affect the verdict above.

Project health — OpenSSF Scorecard didn’t run

Maintenance & supply-chain hygiene. A signal about the project, not a vulnerability in your code.

This check didn’t finish — that’s not the same as “clean.” Try Check again above.

via OpenSSF Scorecard · Apache-2.0

About these results. Six open-source checks ran in parallel; every finding is tagged with the tool that produced it. The verdict follows a published rule. False positives and false negatives are normal — a clean scan does not mean the code is secure, and a red verdict does not mean the project is compromised.