-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add CODEOWNERS file for github * Add SECURITY.md
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
* @signalfx/gdi-python-maintainers @signalfx/gdi-python-approvers | ||
|
||
##################################################### | ||
# | ||
# Docs reviewers | ||
# | ||
##################################################### | ||
|
||
*.md @signalfx/gdi-docs @signalfx/gdi-python-maintainers @signalfx/gdi-python-approvers |
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,25 @@ | ||
# Security | ||
|
||
## Reporting Security Issues | ||
|
||
Please *DO NOT* report security vulnerabilities with public GitHub issue | ||
reports. Please [report security issues here]( | ||
https://www.splunk.com/en_us/product-security/report.html). | ||
|
||
## Dependencies | ||
|
||
This project relies on a variety of external dependencies. | ||
These dependencies are monitored by | ||
[Dependabot](https://docs.github.com/en/code-security/supply-chain-security/configuring-dependabot-security-updates). | ||
Dependencies are [checked | ||
daily](https://github.com/signalfx/splunk-otel-python/blob/main/.github/dependabot.yml) | ||
and associated pull requests are opened automatically. Upgrading to the [latest | ||
release](https://github.com/signalfx/splunk-otel-python/releases) | ||
is recommended to ensure you have the latest security updates. If a security | ||
vulnerability is detected for a dependency of this project then either: | ||
|
||
- You are running an older release | ||
- A new release with the updates has not been cut yet | ||
- The updated dependency has not been merged likely due to some breaking change | ||
(in this case, we will actively work to resolve the issue) | ||
- The dependency has not released an updated version with the patch |