Skip to content

Commit ef74083

Browse files
authored
fix: relocate May Sec blog post (#2361)
1 parent 6cb8bd9 commit ef74083

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

_posts/2026-05-31-security-releases.md renamed to src/content/blog/2026-05-31-security-releases.mdx

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
11
---
22
title: May 2026 Security Releases
33
description: Security releases for multiparty have been published. We recommend that all users upgrade as soon as possible.
4-
tags: security vulnerabilities
4+
tags: ['security']
55
authors:
66
- name: Ulises Gascon
77
github: UlisesGascon
88
---
99

10+
import Alert from '@components/primitives/Alert/Alert.astro';
11+
1012
The Express team has released [multiparty](https://www.npmjs.com/package/multiparty) 4.3.0, addressing three denial of service vulnerabilities in the multipart form parser.
1113

12-
{% include admonitions/warning.html
13-
content="We recommend upgrading to the latest version of multiparty to secure your applications."
14-
%}
14+
<Alert type="warning">
15+
16+
We recommend upgrading to the latest version of multiparty to secure your applications. If you have a `package-lock.json`, you can update the dependency by running:
17+
18+
```sh
19+
npm update multiparty
20+
```
21+
22+
</Alert>
1523

1624
The following vulnerabilities have been addressed:
1725

0 commit comments

Comments
 (0)