docs/security/self-assessment.md
This document is a local copy of the Jaeger project's security self-assessment, originally conducted following the CNCF TAG Security assessment process.
Jaeger is a distributed tracing system originally developed at Uber Technologies and now a graduated project within the Cloud Native Computing Foundation (CNCF).
| Attribute | Value |
|---|---|
| Security Policy | SECURITY.md |
| Threat Model | threat-model.md |
| Assurance Case | assurance-case.md |
| Security file | SECURITY.md |
Jaeger adheres to established secure design principles:
Trust boundaries exist between instrumented applications and the collector, between the collector and storage, and between the query service and users. Each boundary is protected by TLS and authentication controls.
golangci-lint and gosec.SECURITY.md.| Attribute | Details |
|---|---|
| Last Updated | 2026-01-16 |
| Status | Completed |
| Assessment Process | CNCF TAG Security Self-Assessment |
Refer to SECURITY.md and Report Security Issue.