Skip to content

Commit d3aa646

Browse files
committed
Release-Apr-26-2025
1 parent 7bc1686 commit d3aa646

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: "2025-04-26"
3+
type: table
4+
pcx_content_type: release-notes
5+
sidebar:
6+
order: 791
7+
tableOfContents: false
8+
---
9+
10+
import { RuleID } from "~/components";
11+
12+
<table style="width: 100%">
13+
<thead>
14+
<tr>
15+
<th>Ruleset</th>
16+
<th>Rule ID</th>
17+
<th>Legacy Rule ID</th>
18+
<th>Description</th>
19+
<th>Previous Action</th>
20+
<th>New Action</th>
21+
<th>Comments</th>
22+
</tr>
23+
</thead>
24+
<tbody>
25+
<tr>
26+
<td>Cloudflare Managed Ruleset</td>
27+
<td>
28+
<RuleID id="XXXXXXXXXXXXXX" />
29+
</td>
30+
<td>100755</td>
31+
<td>React.js - Router and Remix Vulnerability - CVE:CVE-2025-43864, CVE:CVE-2025-43865</td>
32+
<td>Block</td>
33+
<td>N/A</td>
34+
<td>This is a New Detection</td>
35+
</tr>
36+
</tbody>
37+
</table>

src/content/release-notes/waf.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ entries:
1010
individual_page: true
1111
scheduled: true
1212
link: "/waf/change-log/scheduled-changes/"
13+
- publish_date: "2025-04-26"
14+
individual_page: true
15+
link: "/waf/change-log/2025-04-26/"
1316
- publish_date: "2025-04-22"
1417
individual_page: true
1518
link: "/waf/change-log/2025-04-22/"

0 commit comments

Comments
 (0)