Skip to content

Commit

Permalink
Release-Oct-14-2024 (#17521)
Browse files Browse the repository at this point in the history
  • Loading branch information
vs-mg authored Oct 15, 2024
1 parent d43e893 commit 20c486f
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 6 deletions.
7 changes: 5 additions & 2 deletions src/content/changelogs/waf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ productLink: "/waf/"
productArea: Application security
productAreaLink: /fundamentals/reference/changelog/security/
entries:
- publish_date: "2024-10-07"
scheduled_date: "2024-10-14"
- publish_date: "2024-10-14"
scheduled_date: "2024-10-21"
individual_page: true
scheduled: true
link: "/waf/change-log/scheduled-changes/"
- publish_date: "2024-10-14"
individual_page: true
link: "/waf/change-log/2024-10-14/"
- publish_date: "2024-10-07"
individual_page: true
link: "/waf/change-log/2024-10-07/"
Expand Down
37 changes: 37 additions & 0 deletions src/content/docs/waf/change-log/2024-10-14.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: "2024-10-14"
type: table
pcx_content_type: changelog
sidebar:
order: 808
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="90658d0d48b34882830d8da32e49c1d8" />
</td>
<td>100673</td>
<td>GoAnywhere - Remote Code Execution - CVE:CVE-2023-0669</td>
<td>Log</td>
<td>Block</td>
<td>New Detection</td>
</tr>
</tbody>
</table>
30 changes: 26 additions & 4 deletions src/content/docs/waf/change-log/scheduled-changes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,36 @@ import { RuleID } from "~/components";
</thead>
<tbody>
<tr>
<td>2024-10-07</td>
<td>2024-10-14</td>
<td>2024-10-21</td>
<td>Block</td>
<td>100673</td>
<td>100675</td>
<td>
<RuleID id="90658d0d48b34882830d8da32e49c1d8" />
<RuleID id="fc7338307e484b9f8d460aca6bc398e9" />
</td>
<td>GoAnywhere - Remote Code Execution - CVE:CVE-2023-0669</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>
</tr>
</tbody>
Expand Down

0 comments on commit 20c486f

Please sign in to comment.