-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
8efea5c
commit 4fbac68
Showing
3 changed files
with
69 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters