-
Notifications
You must be signed in to change notification settings - Fork 59
update: report vulnerability via github, not email #155
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 all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
4b42ea2
update: report vulnerab via github, not email
kikofernandez 1dca0c8
remove security email in favour of Github Security
kikofernandez fb86de0
remove email mention; add sec. issue example
kikofernandez fcc7330
add security website
kikofernandez afaf5ce
update Erlang workshop
kikofernandez ca9431a
remove security placed in /news
kikofernandez 8ff3b4d
add security to main page
kikofernandez 9d3bb7d
remove link to /news/172
kikofernandez b4d11f0
Update security.md
kikofernandez 56cec5b
RFC-9116: adds security.txt
kikofernandez c41266a
add changes to website as requested
kikofernandez 2a7c49b
update email with wrong link
kikofernandez f260669
Update security.md
kikofernandez 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,12 @@ | ||
| # Our security address | ||
| Contact: mailto:[email protected] | ||
| Contact: https://github.com/erlang/otp/security | ||
|
|
||
| Canonical: https://www.erlang.org/.well-known/security.txt | ||
|
|
||
| Preferred-Languages: en | ||
|
|
||
| # Our security policy | ||
| Policy: https://github.com/erlang/otp/blob/master/SECURITY.md | ||
|
|
||
| Expires: 2025-10-30T00:00:00z |
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 |
|---|---|---|
|
|
@@ -47,6 +47,7 @@ sass: | |
|
|
||
| include: | ||
| - _redirects | ||
| - .well-known | ||
| exclude: | ||
| - LICENSE | ||
| - Makefile | ||
|
|
||
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
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
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,32 @@ | ||
| --- | ||
| layout: markdown | ||
| --- | ||
| ## Security | ||
|
|
||
| Best Practice: Reporting a Security Issue in Erlang/OTP | ||
|
|
||
| ## Summary | ||
|
|
||
| **Do not create a public github issue**. | ||
|
|
||
| Please create a new [Security Advisory](https://github.com/erlang/otp/security) for security issues. | ||
| Alternatively send an email to erlang-security [at] erlang [dot] org. | ||
|
|
||
| Please follow this document in order to report security vulnerabilities in Erlang/OTP. | ||
|
|
||
| ## When should you report a security issue? | ||
|
|
||
| The risk level is often determined by a product of the impact once exploited, and the probability of exploitation occurring. In other words, if a bug can cause great damage, but it takes highest privilege to exploit the bug, then the bug is not a high risk one. Similarly, if the bug is easily exploitable, but its impact is limited, then it is not a high risk issue either. | ||
|
|
||
| There is not any hard and fast rule to determine if a bug is worth reporting as a security issue to [https://github.com/erlang/otp/security](https://github.com/erlang/otp/security). A general rule is that a bug which allows an unprivileged user to successfully attack the Erlang application, the Erlang runtime, or can be used as a springboard to attack other software running on the same or other machines is considered a security issue. As attacks we consider anything that affects the confidentiality, integrity and/or availability of the system. | ||
|
|
||
|
|
||
| ## What happens after the report? | ||
|
|
||
| All security bugs in the Erlang/OTP distribution should be reported to [https://github.com/erlang/otp/security](https://github.com/erlang/otp/security). Your report will be handled by a small security team at the OTP team. | ||
|
|
||
| Please use a descriptive title for your report. After the initial response to your report, the security team will keep you updated on the progress and decision being made towards a fix and release announcement. | ||
|
|
||
| ## Flagging Existing Issues as Security-related | ||
|
|
||
| If you believe that an existing public issue on [https://github.com/erlang/otp/issues](https://github.com/erlang/otp/issues) is security-related, we ask that you report it via [https://github.com/erlang/otp/security](https://github.com/erlang/otp/security). The title should contain the issue ID from [https://github.com/erlang/otp/issues](https://github.com/erlang/otp/issues) (e.g., flagging security issue [#7539](https://github.com/erlang/otp/issues/7539)). Please include a short description to motivate why it should be handled according to the security policy. |
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.