-
Notifications
You must be signed in to change notification settings - Fork 500
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
Create SECURITY.md #8326
Create SECURITY.md #8326
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Security Policy | ||
|
||
## Supported Versions | ||
|
||
Use this section to tell people about which versions of your project are | ||
currently being supported with security updates. | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 5.1.x | :white_check_mark: | | ||
| 5.0.x | :x: | | ||
| 4.0.x | :white_check_mark: | | ||
| < 4.0 | :x: | | ||
|
||
## Reporting a Vulnerability | ||
|
||
Use this section to tell people how to report a vulnerability. | ||
|
||
Tell them where to go, how often they can expect to get an update on a | ||
reported vulnerability, what to expect if the vulnerability is accepted or | ||
declined, etc. | ||
WHERE TO REPORT SECURITY VULNERABILITIES | ||
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. As @qqmyers already mentioned, security@dataverse.org is the place to report security vulnerabilities. This is mentioned under "Reporting Issues and Contributing" at https://guides.dataverse.org/en/5.8/ as well as CONTRIBUTING.md, the issue template, and https://dataverse.org/contact This issue is related: "Securing Your Installation" section of Installation Guide could cover ongoing security, advisories, private discussion #3215 |
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.
To make this table more clear for the purpose of my comments below, here's a screenshot:
I don't know if we write this down anywhere but generally we encourage installations to upgrade in order to receive security updates. If a flaw is found in an old version, we're not very likely to put out a point release to fix it.