-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add first pass at the SECURITY-INSIGHTS.yml (#4872)
## Which problem is this PR solving? - Adding first pass at SECURITY-INSIGHTS.yml file ## Description of the changes - Adding file based on the project configuration to satisfy new requirements from CLOMonitor ## How was this change tested? - No testing needed as this file is not used internally to the project ## Checklist - [X] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [X] I have signed all commits - [NOT NEEDED] I have added unit tests for the new functionality - [NOT NEEDED] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `yarn lint` and `yarn test` --------- Signed-off-by: Jonah Kowall <jkowall@kowall.net>
- Loading branch information
Showing
2 changed files
with
54 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
header: | ||
schema-version: 1.0.0 | ||
last-updated: '2023-10-20' | ||
last-reviewed: '2023-10-20' | ||
expiration-date: '2024-10-20T01:00:00.000Z' | ||
project-url: https://github.com/jaegertracing/jaeger/ | ||
changelog: https://github.com/jaegertracing/jaeger/blob/main/CHANGELOG.md | ||
license: https://github.com/jaegertracing/jaeger/blob/main/LICENSE | ||
project-lifecycle: | ||
bug-fixes-only: false | ||
core-maintainers: | ||
- https://github.com/jaegertracing/jaeger/blob/main/README.md#maintainers | ||
roadmap: https://www.jaegertracing.io/roadmap/ | ||
release-cycle: https://github.com/jaegertracing/jaeger/blob/main/RELEASE.md#release-managers | ||
status: active | ||
contribution-policy: | ||
accepts-pull-requests: true | ||
accepts-automated-pull-requests: true | ||
contributing-policy: https://github.com/jaegertracing/jaeger/blob/main/CONTRIBUTING.md | ||
code-of-conduct: https://github.com/jaegertracing/jaeger/blob/main/CODE_OF_CONDUCT.md | ||
documentation: | ||
- https://www.jaegertracing.io/docs/ | ||
distribution-points: | ||
- https://github.com/jaegertracing/jaeger/ | ||
- https://hub.docker.com/r/jaegertracing/ | ||
- https://quay.io/organization/jaegertracing/ | ||
security-artifacts: | ||
threat-model: | ||
threat-model-created: false | ||
security-testing: | ||
- tool-type: sca | ||
tool-name: Dependabot | ||
tool-version: latest | ||
integration: | ||
ad-hoc: false | ||
ci: true | ||
before-release: true | ||
comment: | | ||
Dependabot is enabled for this repo. | ||
security-contacts: | ||
- type: website | ||
value: https://github.com/jaegertracing/jaeger/blob/main/SECURITY.md | ||
vulnerability-reporting: | ||
accepts-vulnerability-reports: true | ||
security-policy: https://github.com/jaegertracing/jaeger/blob/main/SECURITY.md | ||
email-contact: jaeger-tracing@googlegroups.com | ||
comment: | | ||
The first and best way to report a vulnerability is by using private security issues in GitHub or opening an issue on Github. We are also available on the CNCF Slack in the jaeger channel. | ||
dependencies: | ||
sbom: | ||
- sbom-file: https://github.com/jaegertracing/jaeger/releases/latest/download/jaeger-SBOM.spdx.json | ||
sbom-format: SPDX | ||
sbom-url: https://github.com/anchore/sbom-action |