Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates on self-assesment, security-insights, and security.md file or passing CLOMonitor checks #4912

Merged
merged 6 commits into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions SECURITY-INSIGHTS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,5 @@ dependencies:
sbom-url: https://github.com/anchore/sbom-action
dependencies-lifecycle:
policy-url: https://github.com/jaegertracing/jaeger/blob/main/SECURITY.md#security-patch-policy
env-dependencies-policy:
policy-url: https://github.com/jaegertracing/jaeger/blob/main/SECURITY.md#dependency-policy
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Security fixes are given priority and might be enough to cause a new version to

CVEs in Jaeger code will be patched in the newest Jaeger releases.

### Dependencies Lifecycle Policy
### Dependency Policy

Dependencies are evaluated before being introduced to ensure they:

Expand Down
38 changes: 32 additions & 6 deletions SELF-ASSESMENT.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Jaeger Self-Assessment
This is a placeholder document for the Jaeger project self-assessment. More details of what this will turn into can be found in the [TAG-Security documented standards.](https://github.com/cncf/tag-security/blob/main/assessments/guide/self-assessment.md) ​
# Self-assessment

# Self-assessment outline

## Table of contents

## Table of Contents
* [Metadata](#metadata)
* [Security links](#security-links)
* [Overview](#overview)
Expand All @@ -17,4 +17,30 @@ This is a placeholder document for the Jaeger project self-assessment. More deta
* [Project compliance](#project-compliance)
* [Secure development practices](#secure-development-practices)
* [Security issue resolution](#security-issue-resolution)
* [Appendix](#appendix)## Table of Contents
* [Appendix](#appendix)

## Metadata

| | |
| -- | -- |
| Software | https://github.com/jaegertracing/jaeger/ |
| Security Provider | No |
| Languages | Go |
| SBOM | [Software bill of materials](https://github.com/jaegertracing/jaeger/releases/latest/download/jaeger-SBOM.spdx.json) |
| | |

### Security links

Provide the list of links to existing security documentation for the project. You may
use the table below as an example:
| Doc | url |
| -- | -- |
| Security file | https://github.com/jaegertracing/jaeger/blob/main/SECURITY.md |

## Overview
jkowall marked this conversation as resolved.
Show resolved Hide resolved

See [README](https://github.com/jaegertracing/jaeger/#jaeger---a-distributed-tracing-system)

### Background

See [README](https://github.com/jaegertracing/jaeger/#jaeger---a-distributed-tracing-system)
Loading