Skip to content

Commit 4d8acda

Browse files
committed
Add PGP keys to /security
1 parent 8930d88 commit 4d8acda

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

security.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,22 @@ Security announcements related to Scala are published to the ["Security Announce
1212
Messages to this channel can only be posted by administrators, so it is very low traffic.
1313
To set up email notifications for new security announcements, read [this post](https://users.scala-lang.org/t/about-the-security-announcements-category).
1414

15+
## Releases Integrity
16+
17+
To ensure the integrity of all the releases, our organization uses [PGP](https://gnupg.org/) keys for cryptographic signing.
18+
We provide below an **exhaustive** list of all the keys
19+
used for signing the artifacts under the `org.scala-lang` namespace on [Maven Central](https://central.sonatype.com/namespace/org.scala-lang)
20+
21+
| Fingerprint | Algorithm | Public Key |
22+
|:-------------------------------------------------:|:---------:|:-----------------------------------------------------------------------------------------------------------------------:|
23+
| 86DA 41A5 E169 9C9C EBE9 64A8 A905 2B1B 6D92 E560 | RSA-4096 | [Download Public Key](https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x86da41a5e1699c9cebe964a8a9052b1b6d92e560) |
24+
| ACF3 9CCD ED38 E2C6 F089 8BF2 8F7F 6C04 5196 7B84 | RSA-4096 | [Download Public Key](https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xacf39ccded38e2c6f0898bf28f7f6c0451967b84) |
25+
1526
## Reporting Vulnerabilities
1627

1728
We strongly encourage reporting security issues in Scala to us privately before disclosing them in public.
1829

19-
The email address for security related communication is `[email protected]`.
30+
The email address for security related communication is [`[email protected]`](mailto:[email protected]).
2031
Messages are delivered to the Scala Security Team, which includes people from EPFL, the Scala Center, VirtusLab and Lightbend.
2132

2233
We strive to acknowledge reports within 2 business days.

0 commit comments

Comments
 (0)