-
Notifications
You must be signed in to change notification settings - Fork 889
[Repo] OpenSSF Security Insights v2 #7143
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
Merged
martincostello
merged 2 commits into
open-telemetry:main
from
martincostello:security-insights-v2
Apr 23, 2026
+139
−121
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -1,126 +1,144 @@ | ||
| header: | ||
| schema-version: '1.0.0' | ||
| expiration-date: '2027-02-14T00:00:00.000Z' | ||
| last-updated: '2026-02-14' | ||
| last-reviewed: '2026-02-14' | ||
| project-url: https://github.com/open-telemetry/opentelemetry-dotnet | ||
| changelog: https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/RELEASENOTES.md | ||
| license: https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/LICENSE.TXT | ||
|
|
||
| project-lifecycle: | ||
| status: active | ||
| bug-fixes-only: false | ||
| core-maintainers: | ||
| - https://github.com/alanwest | ||
| - https://github.com/cijothomas | ||
| - https://github.com/CodeBlanch | ||
| - https://github.com/Kielek | ||
| - https://github.com/martincostello | ||
| - https://github.com/rajkumar-rangaraj | ||
|
|
||
| contribution-policy: | ||
| accepts-pull-requests: true | ||
| accepts-automated-pull-requests: true | ||
| contributing-policy: https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/CONTRIBUTING.md | ||
| code-of-conduct: https://github.com/open-telemetry/.github/blob/main/CODE_OF_CONDUCT.md | ||
| automated-tools-list: | ||
| - automated-tool: renovatebot | ||
| action: allowed | ||
| comment: Automated dependency updates are accepted. | ||
|
|
||
| documentation: | ||
| - https://opentelemetry.io/docs/languages/dotnet/ | ||
|
|
||
| distribution-points: | ||
| - pkg:nuget/OpenTelemetry | ||
| - pkg:nuget/OpenTelemetry.Api | ||
| - pkg:nuget/OpenTelemetry.Api.ProviderBuilderExtensions | ||
| - pkg:nuget/OpenTelemetry.Exporter.Console | ||
| - pkg:nuget/OpenTelemetry.Exporter.InMemory | ||
| - pkg:nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol | ||
| - pkg:nuget/OpenTelemetry.Exporter.Prometheus.AspNetCore | ||
| - pkg:nuget/OpenTelemetry.Exporter.Prometheus.HttpListener | ||
| - pkg:nuget/OpenTelemetry.Exporter.Zipkin | ||
| - pkg:nuget/OpenTelemetry.Extensions.Hosting | ||
| - pkg:nuget/OpenTelemetry.Extensions.Propagators | ||
| - pkg:nuget/OpenTelemetry.Shims.OpenTracing | ||
|
|
||
| security-artifacts: | ||
| threat-model: | ||
| threat-model-created: false | ||
| comment: | | ||
| No formal threat model created yet. | ||
| self-assessment: | ||
| self-assessment-created: false | ||
| comment: | | ||
| No formal self-assessment yet. | ||
|
|
||
| security-contacts: | ||
| - type: website | ||
| value: https://github.com/open-telemetry/opentelemetry-dotnet/security | ||
| primary: true | ||
| - type: email | ||
| value: security@opentelemetry.io | ||
| primary: false | ||
| - type: email | ||
| value: cncf-opentelemetry-security@lists.cncf.io | ||
| primary: false | ||
| last-reviewed: '2026-04-23' | ||
| last-updated: '2026-04-23' | ||
| schema-version: 2.0.0 | ||
| url: https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/SECURITY-INSIGHTS.yml | ||
| comment: | | ||
| This file contains the minimum information for https://github.com/open-telemetry/opentelemetry-dotnet. | ||
|
|
||
| security-testing: | ||
| - tool-type: sca | ||
| tool-name: Renovate | ||
| tool-version: latest | ||
| tool-url: https://docs.renovatebot.com/ | ||
| tool-rulesets: | ||
| - built-in | ||
| integration: | ||
| ad-hoc: false | ||
| ci: true | ||
| before-release: true | ||
| comment: | | ||
| Automated dependency updates. | ||
| - tool-type: fuzzing | ||
| tool-name: FsCheck | ||
| tool-version: latest | ||
| tool-url: https://fscheck.github.io/FsCheck/ | ||
| tool-rulesets: | ||
| - default | ||
| integration: | ||
| ad-hoc: false | ||
| ci: true | ||
| before-release: false | ||
| project: | ||
| name: OpenTelemetry .NET | ||
| homepage: https://opentelemetry.io/docs/languages/dotnet/ | ||
| administrators: | ||
| - name: Alan West | ||
| affiliation: New Relic | ||
| social: https://github.com/alanwest | ||
| primary: true | ||
| - name: Martin Costello | ||
| affiliation: Grafana Labs | ||
| social: https://github.com/martincostello | ||
| - name: Piotr Kie\u0142kowicz | ||
| affiliation: Splunk | ||
| social: https://github.com/Kielek | ||
| - name: Rajkumar Rangaraj | ||
| affiliation: Microsoft | ||
| social: https://github.com/rajkumar-rangaraj | ||
| documentation: | ||
| code-of-conduct: https://github.com/open-telemetry/.github/blob/main/CODE_OF_CONDUCT.md | ||
| detailed-guide: https://opentelemetry.io/docs/languages/dotnet/ | ||
| quickstart-guide: https://opentelemetry.io/docs/languages/dotnet/getting-started/ | ||
| release-process: https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/build/RELEASING.md | ||
| signature-verification: https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/README.md#digital-signing | ||
| repositories: | ||
| - name: opentelemetry-dotnet | ||
| url: https://github.com/open-telemetry/opentelemetry-dotnet | ||
| comment: | | ||
| The OpenTelemetry .NET Client repository. | ||
| vulnerability-reporting: | ||
| bug-bounty-available: false | ||
| reports-accepted: true | ||
| policy: https://opentelemetry.io/docs/security/security-response/ | ||
| contact: | ||
| name: The OpenTelemetry security team | ||
| email: security@opentelemetry.io | ||
| primary: true | ||
| comment: | | ||
| FsCheck is used for fuzz testing as part of CI. | ||
| - tool-type: sast | ||
| tool-name: CodeQL | ||
| tool-version: latest | ||
| tool-url: https://github.com/github/codeql | ||
| tool-rulesets: | ||
| - default | ||
| integration: | ||
| ad-hoc: false | ||
| ci: true | ||
| before-release: true | ||
| comment: | | ||
| CodeQL static analysis is run in CI for all commits and pull requests to detect security vulnerabilities. | ||
| Report security vulnerabilities via https://github.com/open-telemetry/opentelemetry-dotnet/security. | ||
|
|
||
| vulnerability-reporting: | ||
| accepts-vulnerability-reports: true | ||
| email-contact: security@opentelemetry.io | ||
| security-policy: https://opentelemetry.io/docs/security/security-response/ | ||
| bug-bounty-available: false | ||
| comment: | | ||
| Report security vulnerabilities via https://github.com/open-telemetry/opentelemetry-dotnet/security. | ||
| repository: | ||
| url: https://github.com/open-telemetry/opentelemetry-dotnet | ||
| status: active | ||
| accepts-automated-change-request: true | ||
| accepts-change-request: true | ||
| bug-fixes-only: false | ||
| no-third-party-packages: false | ||
| core-team: | ||
| - name: Alan West | ||
| affiliation: New Relic | ||
| social: https://github.com/alanwest | ||
| primary: true | ||
| - name: Cijo Thomas | ||
| affiliation: Microsoft | ||
| social: https://github.com/cijothomas | ||
| - name: Martin Costello | ||
| affiliation: Grafana Labs | ||
| social: https://github.com/martincostello | ||
| - name: Mikel Blanchard | ||
| affiliation: Microsoft | ||
| social: https://github.com/CodeBlanch | ||
| - name: Piotr Kie\u0142kowicz | ||
| affiliation: Splunk | ||
| social: https://github.com/Kielek | ||
|
martincostello marked this conversation as resolved.
Outdated
|
||
| - name: Rajkumar Rangaraj | ||
| affiliation: Microsoft | ||
| social: https://github.com/rajkumar-rangaraj | ||
| documentation: | ||
| contributing-guide: https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/CONTRIBUTING.md | ||
| dependency-management-policy: https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/.github/renovate.json | ||
| security-policy: https://opentelemetry.io/docs/security/security-response/ | ||
| license: | ||
| expression: Apache-2.0 | ||
| url: https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/LICENSE.TXT | ||
| release: | ||
| automated-pipeline: true | ||
| changelog: https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/RELEASENOTES.md | ||
| distribution-points: | ||
| - uri: https://www.nuget.org/packages/OpenTelemetry | ||
| comment: OpenTelemetry NuGet package distributed from NuGet.org. | ||
| - uri: https://www.nuget.org/packages/OpenTelemetry.Api | ||
| comment: OpenTelemetry.Api NuGet package distributed from NuGet.org. | ||
| - uri: https://www.nuget.org/packages/OpenTelemetry.Api.ProviderBuilderExtensions | ||
| comment: OpenTelemetry.Api.ProviderBuilderExtensions NuGet package distributed from NuGet.org. | ||
| - uri: https://www.nuget.org/packages/OpenTelemetry.Exporter.Console | ||
| comment: OpenTelemetry.Exporter.Console NuGet package distributed from NuGet.org. | ||
| - uri: https://www.nuget.org/packages/OpenTelemetry.Exporter.InMemory | ||
| comment: OpenTelemetry.Exporter.InMemory NuGet package distributed from NuGet.org. | ||
| - uri: https://www.nuget.org/packages/OpenTelemetry.Exporter.OpenTelemetryProtocol | ||
| comment: OpenTelemetry.Exporter.OpenTelemetryProtocol NuGet package distributed from NuGet.org. | ||
| - uri: https://www.nuget.org/packages/OpenTelemetry.Exporter.Prometheus.AspNetCore | ||
| comment: OpenTelemetry.Exporter.Prometheus.AspNetCore NuGet package distributed from NuGet.org. | ||
| - uri: https://www.nuget.org/packages/OpenTelemetry.Exporter.Prometheus.HttpListener | ||
| comment: OpenTelemetry.Exporter.Prometheus.HttpListener NuGet package distributed from NuGet.org. | ||
| - uri: https://www.nuget.org/packages/OpenTelemetry.Exporter.Zipkin | ||
| comment: OpenTelemetry.Exporter.Zipkin NuGet package distributed from NuGet.org. | ||
| - uri: https://www.nuget.org/packages/OpenTelemetry.Extensions.Hosting | ||
| comment: OpenTelemetry.Extensions.Hosting NuGet package distributed from NuGet.org. | ||
| - uri: https://www.nuget.org/packages/OpenTelemetry.Extensions.Propagators | ||
| comment: OpenTelemetry.Extensions.Propagators NuGet package distributed from NuGet.org. | ||
| - uri: https://www.nuget.org/packages/OpenTelemetry.Shims.OpenTracing | ||
| comment: OpenTelemetry.Shims.OpenTracing NuGet package distributed from NuGet.org. | ||
| attestations: | ||
|
|
||
| dependencies: | ||
| third-party-packages: true | ||
| dependencies-lists: | ||
| - https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/Directory.Packages.props | ||
| dependencies-lifecycle: | ||
| policy-url: https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/.github/renovate.json | ||
| comment: | | ||
| Dependencies are kept up to date by Renovate. | ||
| env-dependencies-policy: | ||
| policy-url: https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/.github/renovate.json | ||
| comment: | | ||
| Dependencies are kept up to date by Renovate. | ||
| security: | ||
| assessments: | ||
| self: | ||
| evidence: https://github.com/open-telemetry/opentelemetry-dotnet/pull/TODO | ||
|
martincostello marked this conversation as resolved.
Outdated
|
||
| date: '2026-04-23' | ||
| tools: | ||
| - name: CodeQL | ||
| comment: | | ||
| Static code analysis. | ||
| integration: | ||
| adhoc: true | ||
| ci: true | ||
| release: true | ||
| rulesets: https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/.github/workflows/codeql-analysis.yml | ||
| type: sca | ||
|
martincostello marked this conversation as resolved.
Outdated
|
||
| - name: FsCheck | ||
| comment: | | ||
| FsCheck is used for fuzz testing as part of CI. | ||
| integration: | ||
| adhoc: true | ||
| ci: true | ||
| release: true | ||
| rulesets: default | ||
| type: fuzzing | ||
| - name: Renovate | ||
| comment: | | ||
| Automated dependency updates. | ||
| integration: | ||
| adhoc: true | ||
| ci: true | ||
| release: true | ||
| rulesets: https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/.github/renovate.json | ||
| type: sca | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.