gitsafehub
github.com/monadbobo/jaeger ↗

monadbobo/jaeger

scanned 2026-08-11 · git 948fcb1
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 secrets5Vulnerable dependencies145Known OSS vulnerabilities165Risky code patternsMalicious dependenciesProject health

Security checks

Leaked secrets — Gitleaks 5 found · 2 serious

API keys, passwords or tokens committed into the repo.

  • Serious private-key Identified a Private Key, which may compromise cryptographic security and sensitive data encryption.
    pkg/config/tlscfg/testdata/example-client-key.pem:1
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Serious private-key Identified a Private Key, which may compromise cryptographic security and sensitive data encryption.
    pkg/config/tlscfg/testdata/example-server-key.pem:1
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Worth fixing generic-api-key Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
    cmd/query/app/token_propagation_hander_test.go:31
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Worth fixing generic-api-key Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
    plugin/storage/integration/token_propagation_test.go:31
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.
  • Worth fixing generic-api-key Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
    storage/spanstore/token_propagation_test.go:25
    A credential (key, password or token) appears in your code. Fix: Remove it, rotate the key, and load it from an environment variable instead.

via Gitleaks v8.21.2 · MIT

Vulnerable dependencies — Trivy 145 found · 5 serious

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

  • Serious CVE-2024-41110 moby: Authz zero length regression
    go.mod
    A package you depend on has a known security hole (CVE-2024-41110). Fix: Update that package to its patched version.
  • Serious CVE-2022-1996 go-restful: Authorization Bypass Through User-Controlled Key
    go.mod
    A package you depend on has a known security hole (CVE-2022-1996). Fix: Update that package to its patched version.
  • Serious CVE-2019-25211 github.com/gin-contrib/cors: Gin mishandles a wildcard in the origin string in github.com/gin-contrib/cors
    go.mod
    A package you depend on has a known security hole (CVE-2019-25211). Fix: Update that package to its patched version.
  • Serious CVE-2020-26892 The JWT library in NATS nats-server before 2.1.9 has Incorrect Access ...
    go.mod
    A package you depend on has a known security hole (CVE-2020-26892). Fix: Update that package to its patched version.
  • Serious CVE-2026-33186 google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation
    go.mod
    A package you depend on has a known security hole (CVE-2026-33186). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-41602 github.com/apache/thrift: Apache Thrift: Integer Overflow in TFramedTransport Go implementation
    go.mod
    A package you depend on has a known security hole (CVE-2026-41602). Fix: Update that package to its patched version.
  • Worth fixing CVE-2022-23648 containerd: insecure handling of image volumes
    go.mod
    A package you depend on has a known security hole (CVE-2022-23648). Fix: Update that package to its patched version.
  • Worth fixing CVE-2024-25621 github.com/containerd/containerd: containerd local privilege escalation
    go.mod
    A package you depend on has a known security hole (CVE-2024-25621). Fix: Update that package to its patched version.
  • Worth fixing CVE-2021-21334 plugin: information leak between containers via environment variables
    go.mod
    A package you depend on has a known security hole (CVE-2021-21334). Fix: Update that package to its patched version.
  • Worth fixing CVE-2021-32760 containerd: pulling and extracting crafted container image may result in Unix file permission changes
    go.mod
    A package you depend on has a known security hole (CVE-2021-32760). Fix: Update that package to its patched version.
  • Worth fixing CVE-2021-41103 containerd: insufficiently restricted permissions on container root and plugin directories
    go.mod
    A package you depend on has a known security hole (CVE-2021-41103). Fix: Update that package to its patched version.
  • Worth fixing CVE-2022-23471 containerd is an open source container runtime. A bug was found in con ...
    go.mod
    A package you depend on has a known security hole (CVE-2022-23471). Fix: Update that package to its patched version.
  • Worth fixing CVE-2022-31030 containerd is an open source container runtime. A bug was found in the ...
    go.mod
    A package you depend on has a known security hole (CVE-2022-31030). Fix: Update that package to its patched version.
  • Worth fixing CVE-2023-25153 containerd: OCI image importer memory exhaustion
    go.mod
    A package you depend on has a known security hole (CVE-2023-25153). Fix: Update that package to its patched version.
  • Worth fixing CVE-2023-25173 containerd: Supplementary groups are not set up properly
    go.mod
    A package you depend on has a known security hole (CVE-2023-25173). Fix: Update that package to its patched version.
  • Worth fixing CVE-2024-40635 containerd: containerd has an integer overflow in User ID handling
    go.mod
    A package you depend on has a known security hole (CVE-2024-40635). Fix: Update that package to its patched version.
  • Worth fixing CVE-2025-64329 github.com/containerd/containerd: containerd: Memory exhaustion via CRI Attach implementation goroutine leaks
    go.mod
    A package you depend on has a known security hole (CVE-2025-64329). Fix: Update that package to its patched version.
  • Worth fixing GHSA-7ww5-4wqc-m92c containerd allows RAPL to be accessible to a container
    go.mod
    A package you depend on has a known security hole (GHSA-7ww5-4wqc-m92c). Fix: Update that package to its patched version.
  • Worth fixing CVE-2023-2253 distribution/distribution: DoS from malicious API request
    go.mod
    A package you depend on has a known security hole (CVE-2023-2253). Fix: Update that package to its patched version.
  • Worth fixing CVE-2023-28840 moby: Encrypted overlay network may be unauthenticated
    go.mod
    A package you depend on has a known security hole (CVE-2023-28840). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-34040 Moby: Moby: Authorization bypass vulnerability
    go.mod
    A package you depend on has a known security hole (CVE-2026-34040). Fix: Update that package to its patched version.
  • Worth fixing CVE-2021-41091 moby: data directory contains subdirectories with insufficiently restricted permissions, which could lead to directory traversal
    go.mod
    A package you depend on has a known security hole (CVE-2021-41091). Fix: Update that package to its patched version.
  • Worth fixing CVE-2022-24769 moby: Default inheritable capabilities for linux container should be empty
    go.mod
    A package you depend on has a known security hole (CVE-2022-24769). Fix: Update that package to its patched version.
  • Worth fixing CVE-2022-36109 moby: supplementary groups mishandling
    go.mod
    A package you depend on has a known security hole (CVE-2022-36109). Fix: Update that package to its patched version.
  • Worth fixing CVE-2023-28841 moby: Encrypted overlay network traffic may be unencrypted
    go.mod
    A package you depend on has a known security hole (CVE-2023-28841). Fix: Update that package to its patched version.
… 120 more not shown

via Trivy v0.70.0 · Apache-2.0

Known OSS vulnerabilities — OSV-Scanner 165 found · 9 serious

Your dependencies cross-checked against the OSV vulnerability database.

  • Serious GO-2026-4762 Authorization bypass in gRPC-Go via missing leading slash in :path in google.golang.org/grpc
    /workdirs/scan-485e9142-67a8-4153-b6e7-35f3122d1fac/go.mod
    A package you depend on has a known security hole (CVE-2026-33186). Fix: Update that package to its patched version.
  • Serious GO-2024-3321 Misuse of connection.serverAuthenticate may cause authorization bypass in golang.org/x/crypto
    /workdirs/scan-485e9142-67a8-4153-b6e7-35f3122d1fac/go.sum
    A package you depend on has a known security hole (CVE-2024-45337). Fix: Update that package to its patched version.
  • Serious GO-2026-5005 Invoking key constraints not enforced in golang.org/x/crypto/ssh/agent
    /workdirs/scan-485e9142-67a8-4153-b6e7-35f3122d1fac/go.sum
    A package you depend on has a known security hole (CVE-2026-39833). Fix: Update that package to its patched version.
  • Serious GO-2026-5006 Invoking agent constraints dropped when forwarding keys in golang.org/x/crypto/ssh/agent
    /workdirs/scan-485e9142-67a8-4153-b6e7-35f3122d1fac/go.sum
    A package you depend on has a known security hole (CVE-2026-39832). Fix: Update that package to its patched version.
  • Serious GO-2026-5017 Invoking client can cause server deadlock on unexpected responses in golang.org/x/crypto/ssh
    /workdirs/scan-485e9142-67a8-4153-b6e7-35f3122d1fac/go.sum
    A package you depend on has a known security hole (CVE-2026-39830). Fix: Update that package to its patched version.
  • Serious GO-2026-5019 Invoking bypass of FIDO/U2F security keys physical interaction in golang.org/x/crypto/ssh
    /workdirs/scan-485e9142-67a8-4153-b6e7-35f3122d1fac/go.sum
    A package you depend on has a known security hole (CVE-2026-39831). Fix: Update that package to its patched version.
  • Serious GO-2026-5020 Invoking infinite loop on large channel writes in golang.org/x/crypto/ssh
    /workdirs/scan-485e9142-67a8-4153-b6e7-35f3122d1fac/go.sum
    A package you depend on has a known security hole (CVE-2026-39834). Fix: Update that package to its patched version.
  • Serious GO-2026-5021 Invoking auth bypass via unenforced @revoked status in golang.org/x/crypto/ssh/knownhosts
    /workdirs/scan-485e9142-67a8-4153-b6e7-35f3122d1fac/go.sum
    A package you depend on has a known security hole (CVE-2026-42508). Fix: Update that package to its patched version.
  • Serious GO-2026-5023 Invoking VerifiedPublicKeyCallback permissions skip enforcement in golang.org/x/crypto/ssh
    /workdirs/scan-485e9142-67a8-4153-b6e7-35f3122d1fac/go.sum
    A package you depend on has a known security hole (CVE-2026-46595). Fix: Update that package to its patched version.
  • Worth fixing GHSA-wf45-q9ch-q8gh Apache Thrift TFramedTransport Go language implementation has an Integer Overflow or Wraparound vulnerability
    /workdirs/scan-485e9142-67a8-4153-b6e7-35f3122d1fac/go.mod
    A package you depend on has a known security hole (CVE-2026-41602). Fix: Update that package to its patched version.
  • Worth fixing GO-2022-0322 Uncontrolled resource consumption in github.com/prometheus/client_golang
    /workdirs/scan-485e9142-67a8-4153-b6e7-35f3122d1fac/go.mod
    A package you depend on has a known security hole (CVE-2022-21698). Fix: Update that package to its patched version.
  • Worth fixing GO-2022-0969 Denial of service in net/http and golang.org/x/net/http2
    /workdirs/scan-485e9142-67a8-4153-b6e7-35f3122d1fac/go.mod
    A package you depend on has a known security hole (CVE-2022-27664). Fix: Update that package to its patched version.
  • Worth fixing GO-2022-1144 Excessive memory growth in net/http and golang.org/x/net/http2
    /workdirs/scan-485e9142-67a8-4153-b6e7-35f3122d1fac/go.mod
    A package you depend on has a known security hole (CVE-2022-41717). Fix: Update that package to its patched version.
  • Worth fixing GO-2023-1571 Denial of service via crafted HTTP/2 stream in net/http and golang.org/x/net
    /workdirs/scan-485e9142-67a8-4153-b6e7-35f3122d1fac/go.mod
    A package you depend on has a known security hole (CVE-2022-41723). Fix: Update that package to its patched version.
  • Worth fixing GO-2023-1988 Improper rendering of text nodes in golang.org/x/net/html
    /workdirs/scan-485e9142-67a8-4153-b6e7-35f3122d1fac/go.mod
    A package you depend on has a known security hole (CVE-2023-3978). Fix: Update that package to its patched version.
  • Worth fixing GO-2023-2102 HTTP/2 rapid reset can cause excessive work in net/http
    /workdirs/scan-485e9142-67a8-4153-b6e7-35f3122d1fac/go.mod
    A package you depend on has a known security hole (CVE-2023-39325). Fix: Update that package to its patched version.
  • Worth fixing GO-2024-2687 HTTP/2 CONTINUATION flood in net/http
    /workdirs/scan-485e9142-67a8-4153-b6e7-35f3122d1fac/go.mod
    A package you depend on has a known security hole (CVE-2023-45288). Fix: Update that package to its patched version.
  • Worth fixing GO-2025-3503 HTTP Proxy bypass using IPv6 Zone IDs in golang.org/x/net
    /workdirs/scan-485e9142-67a8-4153-b6e7-35f3122d1fac/go.mod
    A package you depend on has a known security hole (CVE-2025-22870). Fix: Update that package to its patched version.
  • Worth fixing GO-2025-3595 Incorrect Neutralization of Input During Web Page Generation in x/net in golang.org/x/net
    /workdirs/scan-485e9142-67a8-4153-b6e7-35f3122d1fac/go.mod
    A package you depend on has a known security hole (CVE-2025-22872). Fix: Update that package to its patched version.
  • Worth fixing GO-2026-5028 Invoking denial of service when parsing arbitrary HTML in golang.org/x/net/html
    /workdirs/scan-485e9142-67a8-4153-b6e7-35f3122d1fac/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 GHSA-qppj-fm5r-hxr3 HTTP/2 Stream Cancellation Attack
    /workdirs/scan-485e9142-67a8-4153-b6e7-35f3122d1fac/go.mod
    A package you depend on has a known security hole (CVE-2023-44487). Fix: Update that package to its patched version.
  • Worth fixing GO-2022-0493 Incorrect privilege reporting in syscall and golang.org/x/sys/unix
    /workdirs/scan-485e9142-67a8-4153-b6e7-35f3122d1fac/go.mod
    A package you depend on has a known security hole (CVE-2022-29526). Fix: Update that package to its patched version.
  • Worth fixing GO-2023-2153 Denial of service from HTTP/2 Rapid Reset in google.golang.org/grpc
    /workdirs/scan-485e9142-67a8-4153-b6e7-35f3122d1fac/go.mod
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing GO-2026-6061 Vulnerabilities in the xDS RBAC authorization engine and the HTTP/2 transport server implementation in google.golang.org/grpc
    /workdirs/scan-485e9142-67a8-4153-b6e7-35f3122d1fac/go.mod
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing GO-2024-2611 Infinite loop in JSON unmarshaling in google.golang.org/protobuf
    /workdirs/scan-485e9142-67a8-4153-b6e7-35f3122d1fac/go.mod
    A package you depend on has a known security hole (CVE-2024-24786). Fix: Update that package to its patched version.
… 140 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 none found ✓

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

Nothing found by this check. ✓

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.