You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: security.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,14 @@ permalink: /security/
5
5
includeTOC: false
6
6
---
7
7
8
-
## Receiving Security Announcements
8
+
## Receiving security announcements
9
9
10
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
11
12
12
Messages to this channel can only be posted by administrators, so it is very low traffic.
13
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
14
15
-
## Releases Integrity
15
+
## Releases integrity
16
16
17
17
To ensure the integrity of all the releases, our organization uses [PGP](https://gnupg.org/) keys for cryptographic signing.
18
18
We provide below an **exhaustive** list of all the keys
@@ -24,7 +24,7 @@ used for signing the artifacts under the `org.scala-lang` namespace on [Maven Ce
We strongly encourage reporting security issues in Scala to us privately before disclosing them in public.
30
30
@@ -36,3 +36,6 @@ In case you don't receive a reply within a few days and would like to escalate,
36
36
-[Meta category on Discourse](https://users.scala-lang.org/c/meta)
37
37
-[`#admin` channel on Discord](https://discord.com/channels/632150470000902164/632628729029328947) ([invite link](https://discord.com/invite/scala) for joining)
38
38
39
+
## Security guidance
40
+
41
+
-[Deserialization Security and Gadget Chains](https://docs.scala-lang.org/overviews/core/deserialization-security.html): how Java deserialization gadget chains work, examples involving the Scala standard library, and how to protect your applications.
0 commit comments