Skip to content

Commit ac185d4

Browse files
committed
update: report vulnerab via github, not email
1 parent 8b8cc22 commit ac185d4

File tree

3 files changed

+55
-2
lines changed

3 files changed

+55
-2
lines changed

_data/community-links.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Contributing:
22
- name: Bug Report
33
description: You can report bugs, improvements or new features on [the Erlang issue tracker](https://github.com/erlang/otp/issues).
44
- name: Security Disclosure
5-
description: Please [follow the guidelines]({{ '/news/111' | relative_url }}) in order to report the issues regarding security in Erlang/OTP, and do not create a public issue for a security issue.
5+
description: Please [follow the guidelines]({{ '/news/172' | relative_url }}) in order to report the issues regarding security in Erlang/OTP, and do not create a public issue for a security issue.
66
- name: Contributing to Erlang/OTP
77
description: Go to the [Erlang issue tracker](https://github.com/erlang/otp/issues) and search for issues labelled with [_Help Wanted_](https://github.com/erlang/otp/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22). Follow the [contribution guidelines](https://github.com/erlang/otp/blob/master/CONTRIBUTING.md) to submit a contribution.
88
- name: Erlang Enhancement Process

_news/111.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ lead: "Use erlang-security [at] erlang [dot] org to report a security issue"
66
tags: "Erlang, OTP, security, report, bug"
77
date: "2017-03-21"
88
created_at: "2017-03-21T13:12:29Z"
9-
updated_at: "2017-03-21T13:13:53Z"
9+
updated_at: "2024-10-07T13:13:53Z"
1010
author: "Bruce Yinhe"
1111
visible: "true"
1212
article_type_id: "3"
1313
---
1414

15+
**DEPRECATED: See [Best Practice: Reporting a Security Issue in Erlang/OTP](https://www.erlang.org/news/172)**
16+
1517
Reporting a Security Issue in Erlang/OTP
1618

1719
Please follow this document in order to report the issues regarding security in Erlang/OTP. Please do not create a public issue for a security issue.

_news/172.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
layout: post
3+
id: 172
4+
title: "Best Practice: Reporting a Security Issue in Erlang/OTP"
5+
lead: "Use erlang-security [at] erlang [dot] org to report a security issue"
6+
tags: "Erlang, OTP, security, report, bug"
7+
date: "2024-10-07"
8+
author: "Kiko Fernandez-Reyes"
9+
---
10+
11+
Best Practice: Reporting a Security Issue in Erlang/OTP
12+
13+
**TLDR:**
14+
Please **do not create a public issue** for a security issue, use
15+
instead https://github.com/erlang/otp/security.
16+
17+
Please follow this document in order to report security vulnerabilities in
18+
Erlang/OTP.
19+
20+
## When should you report a security issue?
21+
22+
The risk level is often determined by a product of the impact once exploited,
23+
and the probability of exploitation occurring. In other words, if a bug can
24+
cause great damage, but it takes highest privilege to exploit the bug, then the
25+
bug is not a high risk one. Similarly, if the bug is easily exploitable, but its
26+
impact is limited, then it is not a high risk issue either.
27+
28+
There is not any hard and fast rule to determine if a bug is worth reporting as
29+
a security issue to https://github.com/erlang/otp/security. A general rule is
30+
that an attack by someone that has no access to the Erlang application or its
31+
system can affect the confidentiality, integrity and availability.
32+
33+
## What happens after the report?
34+
35+
All security bugs in the Erlang/OTP distribution should be reported to
36+
https://github.com/erlang/otp/security. Your report will be handled by a
37+
small security team at the OTP team.
38+
39+
Please use a descriptive email title for your report. After the initial response
40+
to your report, the security team will keep you updated on the progress and
41+
decision being made towards a fix and release announcement.
42+
43+
## Flagging Existing Issues as Security-related
44+
45+
If you believe that an existing public issue on
46+
[https://github.com/erlang/otp/issues](https://github.com/erlang/otp/issues) is
47+
security-related, we ask that you send an email to **erlang-security [at] erlang
48+
[dot] org**. The email title should contain the issue ID on
49+
[https://github.com/erlang/otp/issues](https://github.com/erlang/otp/issues)
50+
(e.g. Flagging security issue ERL-001). Please include a short description to
51+
motivate why it should be handled according to the security policy.

0 commit comments

Comments
 (0)