-
Notifications
You must be signed in to change notification settings - Fork 33
Security Policy MD created based on template #765
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
Merged
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
74b7f95
Security Policy MD created based on template
ceelias 028ec5b
update links to the examples for security reporting
ceelias 5adcfdd
add section about container scans
ceelias cd213bf
update artifact inventory template to include links to projects
ceelias 8855b2b
update based on PR feedback
ceelias 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
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 |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# SAS® Viya® Monitoring for Kubernetes Security Policy | ||
|
||
Project maintainers and community contributors take security issues seriously. We appreciate efforts to disclose potential issues responsibly and will acknowledge viable contributions. To aid in the investigation of reported vulnerabilities, please follow the [reporting guidelines](#reporting-guidelines) outlined below. | ||
|
||
## Scope of Security Reports | ||
|
||
### In Scope | ||
The following components are directly maintained by this project and should be reported through our security reporting process: | ||
|
||
* Custom deployment scripts and automation code | ||
* Project-specific configuration files and templates | ||
* Custom Kubernetes manifests and Helm charts | ||
* Project documentation and guidance | ||
* Any other artifacts created and maintained specifically by the SAS Viya Monitoring project | ||
ceelias marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
### Out of Scope | ||
This project deploys and configures various third-party open-source monitoring tools. For a complete inventory of third-party components used by this project, please refer to [ARTIFACT_INVENTORY.md](ARTIFACT_INVENTORY.md). | ||
|
||
Vulnerabilities in these underlying components should be reported to their respective projects. For example: | ||
|
||
* Grafana - Report via [Grafana Security](https://github.com/grafana/grafana/security) | ||
* Prometheus - Report via [Prometheus Security](https://github.com/prometheus/prometheus/security) | ||
* OpenSearch - Report via [OpenSearch Security](https://github.com/opensearch-project/OpenSearch/security) | ||
|
||
Vulnerabilities identified through container image scanning (e.g., DAST, SAST, or vulnerability scanners) should be reported directly to the project that maintains the container image. For example, if a scan of the OpenSearch container image reveals vulnerabilities, these should be reported to the OpenSearch project, not to SAS Viya Monitoring. | ||
ceelias marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
If you're unsure whether a vulnerability belongs to our project's code or an underlying component, please submit the report through our process and we will help direct it to the appropriate team. | ||
|
||
## Reporting Guidelines | ||
|
||
To report a suspected security issue that is in scope for this project, use GitHub's private vulnerability reporting: | ||
|
||
1. Click the `Security` tab | ||
2. Click the `Report a vulnerability` button | ||
|
||
Please provide the following information with your security report: | ||
|
||
* Your name and affiliation (if applicable) | ||
* Version/build-date of the SAS Viya Monitoring project | ||
* Detailed description of the security issue | ||
* Steps to reproduce the issue | ||
* Impact of the vulnerability | ||
* Any known public information about this vulnerability (e.g., related CVE, security advisory) | ||
* Whether the vulnerability exists in the latest version | ||
* Suggested fixes or mitigations (if any) | ||
|
||
## Recognition | ||
|
||
Contributors who responsibly disclose security vulnerabilities will be acknowledged in our release notes (unless they prefer to remain anonymous). | ||
|
||
## Additional Information | ||
|
||
For general questions about the project's security, please open a regular GitHub issue. Do not include sensitive security-related details in public issues. | ||
|
||
Note: This security policy may be updated from time to time. Please refer to the latest version in the repository. |
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.