Skip to content

Commit

Permalink
Release-Oct-21-2024 (#17673)
Browse files Browse the repository at this point in the history
* Release-Oct-21-2024

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

Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com>

---------

Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com>
  • Loading branch information
vs-mg and pedrosousa authored Oct 21, 2024
1 parent 8efea5c commit 4fbac68
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 31 deletions.
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: "2024-10-21"
individual_page: true
link: "/waf/change-log/2024-10-21/"
- publish_date: "2024-10-14"
individual_page: true
link: "/waf/change-log/2024-10-14/"
Expand Down
59 changes: 59 additions & 0 deletions src/content/docs/waf/change-log/2024-10-21.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
title: "2024-10-21"
type: table
pcx_content_type: changelog
sidebar:
order: 807
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 Specials</td>
<td>
<RuleID id="fc7338307e484b9f8d460aca6bc398e9" />
</td>
<td>100675</td>
<td>Adobe ColdFusion - Auth Bypass - CVE:CVE-2023-38205</td>
<td>Log</td>
<td>Block</td>
<td>New Detection</td>
</tr>
<tr>
<td>Cloudflare Specials</td>
<td>
<RuleID id="9226fa56d43b4d9a81e36575710cc526" />
</td>
<td>100676</td>
<td>Palo Alto Networks - Auth Bypass - CVE:CVE-2024-5910</td>
<td>Log</td>
<td>Block</td>
<td>New Detection</td>
</tr>
<tr>
<td>Cloudflare Specials</td>
<td>
<RuleID id="97e5190080874e828986516604f7d36a" />
</td>
<td>100677</td>
<td>SolarWinds - Auth Bypass - CVE:CVE-2024-28987</td>
<td>Log</td>
<td>Block</td>
<td>New Detection</td>
</tr>
</tbody>
</table>
38 changes: 7 additions & 31 deletions src/content/docs/waf/change-log/scheduled-changes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,37 +23,13 @@ import { RuleID } from "~/components";
</thead>
<tbody>
<tr>
<td>2024-10-14</td>
<td>2024-10-21</td>
<td>Block</td>
<td>100675</td>
<td>
<RuleID id="fc7338307e484b9f8d460aca6bc398e9" />
</td>
<td>Adobe ColdFusion - Auth Bypass - CVE:CVE-2023-38205</td>
<td>This is a New Detection</td>
</tr>
<tr>
<td>2024-10-14</td>
<td>2024-10-21</td>
<td>Block</td>
<td>100676</td>
<td>
<RuleID id="9226fa56d43b4d9a81e36575710cc526" />
</td>
<td>Palo Alto Networks - Auth Bypass - CVE:CVE-2024-5910</td>
<td>This is a New Detection</td>
</tr>
<tr>
<td>2024-10-14</td>
<td>2024-10-21</td>
<td>Block</td>
<td>100677</td>
<td>
<RuleID id="97e5190080874e828986516604f7d36a" />
</td>
<td>SolarWinds - Auth Bypass - CVE:CVE-2024-28987</td>
<td>This is a New Detection</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>
<td>N/A</td>
</tr>
</tbody>
</table>

0 comments on commit 4fbac68

Please sign in to comment.