-
Notifications
You must be signed in to change notification settings - Fork 18
docs: Add SECURITY.md #102
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
Closed
+67
−0
Closed
Changes from all commits
Commits
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 |
|---|---|---|
| @@ -0,0 +1,67 @@ | ||
| <!-- | ||
| ******************************************************************************* | ||
| Copyright (c) 2026 Contributors to the Eclipse Foundation | ||
|
|
||
| See the NOTICE file(s) distributed with this work for additional | ||
| information regarding copyright ownership. | ||
|
|
||
| This program and the accompanying materials are made available under the | ||
| terms of the Apache License Version 2.0 which is available at | ||
| https://www.apache.org/licenses/LICENSE-2.0 | ||
|
|
||
| SPDX-License-Identifier: Apache-2.0 | ||
| ******************************************************************************* | ||
| --> | ||
|
|
||
| # Security Policy | ||
|
|
||
| <!-- | ||
| THIS IS A TEMPLATE THAT YOU MUST MODIFIY FOR USE BY YOUR PROJECT. | ||
|
|
||
| Adapt this template as required: | ||
|
|
||
| * Remove content that does not make sense for your project | ||
| * Replace <organization> and <repository> with values for your project | ||
| * Remove the comments | ||
|
|
||
| For any questions about implementing security best practices, contact the | ||
| Eclipse Foundation Security Team at security@eclipse-foundation.org | ||
| --> | ||
|
|
||
| This Eclipse Foundation Project adheres to the [Eclipse Foundation Vulnerability Reporting Policy](https://www.eclipse.org/security/policy/). | ||
|
|
||
| ## How To Report a Vulnerability | ||
|
|
||
| If you think you have found a vulnerability in this repository, please report it to us through coordinated disclosure. | ||
|
|
||
| **Please do not report security vulnerabilities through public issues, discussions, or change requests.** | ||
|
|
||
| Instead, report it using one of the following ways: | ||
|
|
||
| * Create a [confidential issue](https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/new?issuable_template=new_vulnerability) in the Eclipse Foundation Vulnerability Reporting Tracker | ||
| * Report a [vulnerability](https://github.com/eclipse-score/score/security/advisories/new) directly via private vulnerability reporting on GitHub <!-- EDIT THIS LINE IF YOUR PROJECT USES GITHUB ADVISORIES; DELETE IT OTHERWISE --> | ||
|
|
||
| You can find more information about reporting and disclosure at the [Eclipse Foundation Security page](https://www.eclipse.org/security/). | ||
|
|
||
| Please include as much of the information listed below as you can to help us better understand and resolve the issue: | ||
|
|
||
| * The type of issue (e.g., buffer overflow, SQL injection, or cross-site scripting) | ||
| * Affected version(s) | ||
| * Impact of the issue, including how an attacker might exploit the issue | ||
| * Step-by-step instructions to reproduce the issue | ||
| * The location of the affected source code (tag/branch/commit or direct URL) | ||
| * Full paths of source file(s) related to the manifestation of the issue | ||
| * Configuration required to reproduce the issue | ||
| * Log files that are related to this issue (if possible) | ||
| * Proof-of-concept or exploit code (if possible) | ||
|
|
||
| This information will help us triage your report more quickly. | ||
|
|
||
| <!-- ## Supported Versions --> | ||
|
|
||
| <!-- | ||
| Which releases of the project's software are actively maintained and receive security updates? | ||
| --> | ||
| <!-- Supported versions are: | ||
|
|
||
| * there are no supported versions of this project yet --> | ||
|
Comment on lines
+60
to
+67
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Commented because we need a central place for this. Otherwise we have to maintain this list in many repos. My proposal is to point to either the score repo or reference_integration |
||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would collect all S-CORE related security issues at the score repo