Skip to content

Commit

Permalink
Add truncation for blog posts
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Castle <[email protected]>
  • Loading branch information
Kas-tle committed Jul 14, 2024
1 parent 56a6956 commit bc614a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blog/2024-05-02-geyser-1-20-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ description: "Support for Java 1.20.5 and 1.20.6 has been released"

Support for Java 1.20.5 and 1.20.6 has been released. Thank you for your patience as we work on the update!

<!-- truncate -->

## New: item components

Gone is the item NBT to serialize extra data over the network. 1.20.5 introduces data components, which replaces the guesswork of NBT with strict objects attached to each class.
Expand Down
1 change: 1 addition & 0 deletions blog/2024-05-05-raknet-amplification-attack.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ description: "A look at how we dealt with an exploit in the RakNet protocol"

In March, we were made aware of an exploit in the RakNet networking library used by Geyser, making Geyser instances vulnerable to use in a Distributed Denial of Service (DDoS) amplification attack. This bug was patched on all builds of Geyser numbered 478 and later. If you are still running an outdated build of Geyser, you should update immediately by downloading the latest build from [https://geysermc.org/download](https://geysermc.org/download). The original [security advisory](https://github.com/CloudburstMC/Network/security/advisories/GHSA-6h3m-c6fv-8hvh) for this vulnerability was published on the [CloudburstMC/Network](https://github.com/CloudburstMC/Network) repository. This post will detail the timeline, anatomy of the attack, our response, and additional measures we have taken to prevent similar attacks in the future.

<!-- truncate -->

## Timeline (UTC)

Expand Down

0 comments on commit bc614a9

Please sign in to comment.