Skip to content

Commit 9e8cfea

Browse files
authored
Release-Feb-24-2025 (#20225)
1 parent cbb87d6 commit 9e8cfea

File tree

3 files changed

+57
-17
lines changed

3 files changed

+57
-17
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: "2025-02-24"
3+
type: table
4+
pcx_content_type: release-notes
5+
sidebar:
6+
order: 801
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 Rulesets</td>
27+
<td>
28+
<RuleID id="f7b9d265b86f448989fb0f054916911e" />
29+
</td>
30+
<td>100718A</td>
31+
<td>SonicWall SSLVPN 2 - Auth Bypass - CVE:CVE-2024-53704</td>
32+
<td>Log</td>
33+
<td>Block</td>
34+
<td>This is a New Detection</td>
35+
</tr>
36+
<tr>
37+
<td>Cloudflare Managed Rulesets</td>
38+
<td>
39+
<RuleID id="77c13c611d2a4fa3a89c0fafc382fdec" />
40+
</td>
41+
<td>100720</td>
42+
<td>Palo Alto Networks - Auth Bypass - CVE:CVE-2025-0108</td>
43+
<td>Log</td>
44+
<td>Block</td>
45+
<td>This is a New Detection</td>
46+
</tr>
47+
</tbody>
48+
</table>

src/content/docs/waf/change-log/scheduled-changes.mdx

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,14 @@ import { RuleID } from "~/components";
2323
</thead>
2424
<tbody>
2525
<tr>
26-
<td>2025-02-18</td>
2726
<td>2025-02-24</td>
27+
<td>2025-03-03</td>
2828
<td>Log</td>
29-
<td>100718A</td>
29+
<td>100721</td>
3030
<td>
31-
<RuleID id="f7b9d265b86f448989fb0f054916911e" />
31+
<RuleID id="90356ececae3444b9accb3d393e63099" />
3232
</td>
33-
<td>SonicWall SSLVPN 2 - Auth Bypass - CVE:CVE-2024-53704</td>
34-
<td>This is a New Detection</td>
35-
</tr>
36-
<tr>
37-
<td>2025-02-18</td>
38-
<td>2025-02-24</td>
39-
<td>Log</td>
40-
<td>100720</td>
41-
<td>
42-
<RuleID id="77c13c611d2a4fa3a89c0fafc382fdec" />
43-
</td>
44-
<td>Palo Alto Networks - Auth Bypass - CVE:CVE-2025-0108</td>
33+
<td>Ivanti - Remote Code Execution - CVE:CVE-2024-13159</td>
4534
<td>This is a New Detection</td>
4635
</tr>
4736
</tbody>

src/content/release-notes/waf.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ productLink: "/waf/"
55
productArea: Application security
66
productAreaLink: /fundamentals/reference/changelog/security/
77
entries:
8-
- publish_date: "2025-02-18"
9-
scheduled_date: "2025-02-24"
8+
- publish_date: "2025-02-24"
9+
scheduled_date: "2025-03-03"
1010
individual_page: true
1111
scheduled: true
1212
link: "/waf/change-log/scheduled-changes/"
13+
- publish_date: "2025-02-24"
14+
individual_page: true
15+
link: "/waf/change-log/2025-02-24/"
1316
- publish_date: "2025-02-18"
1417
individual_page: true
1518
link: "/waf/change-log/2025-02-18/"

0 commit comments

Comments
 (0)