Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
3 changes: 3 additions & 0 deletions src/content/changelogs/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-01-21"
individual_page: true
link: "/waf/change-log/2025-01-21/"
- publish_date: "2025-01-13"
individual_page: true
link: "/waf/change-log/2025-01-13/"
Expand Down
48 changes: 48 additions & 0 deletions src/content/docs/waf/change-log/2025-01-21.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
title: "2025-01-21"
type: table
pcx_content_type: changelog
sidebar:
order: 804
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 Rulesets</td>
<td>
<RuleID id="f4a310393c564d50bd585601b090ba9a" />
</td>
<td>100303</td>
<td>Command Injection - Nslookup</td>
<td>Log</td>
<td>Block</td>
<td>This was released as <RuleID id="aad6f9f85e034022b6a8dee4b8d152f4" /></td>
</tr>
<tr>
<td>Cloudflare Managed Rulesets</td>
<td>
<RuleID id="fd5d5678ce594ea898aa9bf149e6b538" />
</td>
<td>100534</td>
<td>Web Shell Activity</td>
<td>Log</td>
<td>Block</td>
<td>This was released as <RuleID id="39c8f6066c19466ea084e51e82fe4e7f" /></td>
</tr>
</tbody>
</table>
26 changes: 6 additions & 20 deletions src/content/docs/waf/change-log/scheduled-changes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,12 @@ import { RuleID } from "~/components";
</thead>
<tbody>
<tr>
<td>2025-01-13</td>
<td>2025-01-20</td>
<td>Block</td>
<td>100303_BETA</td>
<td>
<RuleID id="aad6f9f85e034022b6a8dee4b8d152f4" />
</td>
<td>Command Injection - Nslookup - Beta</td>
<td>This will replace the old detection <RuleID id="f4a310393c564d50bd585601b090ba9a" /> </td>
</tr>
<tr>
<td>2025-01-13</td>
<td>2025-01-20</td>
<td>Block</td>
<td>100534_BETA</td>
<td>
<RuleID id="39c8f6066c19466ea084e51e82fe4e7f" />
</td>
<td>Web Shell Activity Beta</td>
<td>This will replace the old detection <RuleID id="fd5d5678ce594ea898aa9bf149e6b538" /> </td>
<td>N/A</td>
<td>N/A</td>
<td>N/A</td>
<td>N/A</td>
<td>N/A</td>
<td>N/A</td>
</tr>
</tbody>
</table>
Loading