Skip to content

Commit e3ca72e

Browse files
committed
Add a security policy under /security
1 parent c629e8a commit e3ca72e

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

_data/footer.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
url: "/conduct.html"
4848
- title: License
4949
url: "/license/"
50+
- title: Security Policy
51+
url: "/security/"
5052
- title: Social
5153
class: social
5254
links:

community/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ The Scala Center focuses on education (especially online courses),
3131
documentation, open source community outreach, and tooling. Community
3232
participation in all of these efforts is strongly encouraged.
3333

34+
To receive security announcements or contact us about security issues, see our [security policy](/security/).
35+
3436
## Forums
3537

3638
The Scala Center operates the following Discourse forums:

security.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Scala Security Policy
3+
layout: inner-page-no-masthead
4+
permalink: /security/
5+
includeTOC: false
6+
---
7+
8+
## Receiving Security Announcements
9+
10+
Security announcements related to Scala are published to the ["Security Announcements" channel](https://users.scala-lang.org/c/security) on our discourse forum.
11+
12+
Messages to this channel can only be posted by administrators, so it is very low traffic.
13+
To set up email notifications for new security announcements, read [this post](https://users.scala-lang.org/t/about-the-security-announcements-category).
14+
15+
## Reporting Vulnerabilities
16+
17+
We strongly encourage reporting security issues in Scala to our private mailing list before disclosing them in public.
18+
19+
The email address for security related communication is `security@scala-lang.org`.
20+
Messages are delivered to the Scala Security Team, which includes people from EPFL, the Scala Center, VirtusLab and Lightbend.
21+
22+
We strive to acknowledge reports within 2 business days.
23+
In case you don't receive a reply within a few days and would like to escalate, our advice is to ask for a contact person in a forum hosted by the Scala organization:
24+
- [Meta category on Discourse](https://users.scala-lang.org/c/meta)
25+
- [`#admin` channel on Discord](https://discord.com/channels/632150470000902164/632628729029328947) ([invite link](https://discord.com/invite/scala) for joining)
26+

0 commit comments

Comments
 (0)