Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions src/content/docs/waf/change-log/2025-04-26-emergency.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: "2025-04-26 - Emergency"
type: table
pcx_content_type: release-notes
sidebar:
order: 791
tableOfContents: false
---

import { RuleID } from "~/components";

<table style="width: 100%">
<thead>
<tr>
<th>Ruleset</th>
<th>Rule ID</th>
<th>Legacy Rule ID</th>
<th>Description</th>
<th>Previous Action</th>
<th>New Action</th>
<th>Comments</th>
</tr>
</thead>
<tbody>
<tr>
<td>Cloudflare Managed Ruleset</td>
<td>
<RuleID id="54ea354d7f2d43c69b238d1419fcc883" />
</td>
<td>100755</td>
<td>React.js - Router and Remix Vulnerability - CVE:CVE-2025-43864, CVE:CVE-2025-43865</td>
<td>Block</td>
<td>Block</td>
<td>This is a New Detection</td>
</tr>
</tbody>
</table>
3 changes: 3 additions & 0 deletions src/content/release-notes/waf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ entries:
individual_page: true
scheduled: true
link: "/waf/change-log/scheduled-changes/"
- publish_date: "2025-04-26"
individual_page: true
link: "/waf/change-log/2025-04-26-emergency/"
- publish_date: "2025-04-22"
individual_page: true
link: "/waf/change-log/2025-04-22/"
Expand Down
Loading