Skip to content

Commit 2fa5ff4

Browse files
vs-mgelithrar
authored andcommitted
Release-Sept-16-2024 (#16868)
* Release-Sept-16-2024: Announcing 1 detection. * Release-Sept-16-2024: Date.
1 parent a92f845 commit 2fa5ff4

File tree

3 files changed

+47
-7
lines changed

3 files changed

+47
-7
lines changed

src/content/changelogs/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: '2024-09-10'
9-
scheduled_date: '2024-09-16'
8+
- publish_date: '2024-09-16'
9+
scheduled_date: '2024-10-01'
1010
individual_page: true
1111
scheduled: true
1212
link: '/waf/change-log/scheduled-changes/'
13+
- publish_date: '2024-09-16'
14+
individual_page: true
15+
link: '/waf/change-log/2024-09-16/'
1316
- publish_date: '2024-09-03'
1417
individual_page: true
1518
link: '/waf/change-log/2024-09-03/'
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: "2024-09-16"
3+
type: table
4+
pcx_content_type: changelog
5+
sidebar:
6+
order: 811
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 Specials</td>
27+
<td>
28+
<RuleID id="7b822fd1f5814e17888ded658480ea8f" />
29+
</td>
30+
<td>N/A</td>
31+
<td>Anomaly:Body - Large 2</td>
32+
<td>N/A</td>
33+
<td>Disabled</td>
34+
<td>N/A</td>
35+
</tr>
36+
</tbody>
37+
</table>

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ import { RuleID } from "~/components";
2323
</thead>
2424
<tbody>
2525
<tr>
26-
<td>2024-09-10</td>
2726
<td>2024-09-16</td>
27+
<td>2024-10-01</td>
2828
<td>Block</td>
29-
<td>N/A</td>
29+
<td>100668</td>
3030
<td>
31-
<RuleID id="7b822fd1f5814e17888ded658480ea8f" />
31+
<RuleID id="05688219275547a9bc6e9d9d11020996" />
3232
</td>
33-
<td>Anomaly:Body - Large Beta</td>
34-
<td>This is a BETA detection and will replace <RuleID id="ee922cf00077462d9f2f7330b114b839" /> </td>
33+
<td>Progress Software WhatsUp Gold - Information Disclosure - CVE:CVE-2024-6670</td>
34+
<td>This is a New Detection</td>
3535
</tr>
3636
</tbody>
3737
</table>

0 commit comments

Comments
 (0)