Skip to content

Commit bff9bcb

Browse files
authored
Merge pull request #1929 from lrytz/deser
Link from security policty to new "deserialization security" page
2 parents e5aa5f0 + 2f41bf1 commit bff9bcb

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

security.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ permalink: /security/
55
includeTOC: false
66
---
77

8-
## Receiving Security Announcements
8+
## Receiving security announcements
99

1010
Security announcements related to Scala are published to the ["Security Announcements" channel](https://users.scala-lang.org/c/security) on our discourse forum.
1111

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
15+
## Releases integrity
1616

1717
To ensure the integrity of all the releases, our organization uses [PGP](https://gnupg.org/) keys for cryptographic signing.
1818
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
2424
| 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) |
2525
| 2A5E 8B33 8438 CAC7 033F 9D8F B8A0 45C0 A6EC 398E | RSA-4096 | [Download Public Key](https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2a5e8b338438cac7033f9d8fb8a045c0a6ec398e) |
2626

27-
## Reporting Vulnerabilities
27+
## Reporting vulnerabilities
2828

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

@@ -36,3 +36,6 @@ In case you don't receive a reply within a few days and would like to escalate,
3636
- [Meta category on Discourse](https://users.scala-lang.org/c/meta)
3737
- [`#admin` channel on Discord](https://discord.com/channels/632150470000902164/632628729029328947) ([invite link](https://discord.com/invite/scala) for joining)
3838

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

Comments
 (0)