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
78 changes: 57 additions & 21 deletions src/content/docs/waf/change-log/scheduled-changes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,62 @@ import { RSSButton, RuleID } from "~/components";
<RSSButton href="/waf/change-log/index.xml" />

<table style="width: 100%">
<thead>
<tr>
<th>Announcement Date</th>
<th>Release Date</th>
<th>Release Behavior</th>
<th>Legacy Rule ID</th>
<th>Rule ID</th>
<th>Description</th>
<th>Comments</th>
</tr>
</thead>
<tbody>
<tr>
<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>
<thead>
<tr>
<th>Announcement Date</th>
<th>Release Date</th>
<th>Release Behavior</th>
<th>Legacy Rule ID</th>
<th>Rule ID</th>
<th>Description</th>
<th>Comments</th>
</tr>
</tbody>
</thead>
<tbody>
<tr>
<td>2025-05-12</td>
<td>2025-05-19</td>
<td>Log</td>
<td>100745</td>
<td>5c3559ad62994e5b932d7d0075129820</td>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule IDs should use the RuleID component (check the example).

<td>Apache HTTP Server - Information Disclosure - CVE:CVE-2024-38475</td>
<td>This is a New Detection</td>
</tr>
<tr>
<td>2025-05-12</td>
<td>2025-05-19</td>
<td>Log</td>
<td>100746</td>
<td>6a61a14f44af4232a44e45aad127592a</td>
<td>Vercel - Information Disclosure</td>
<td>This is a New Detection</td>
</tr>
<tr>
<td>2025-05-12</td>
<td>2025-05-19</td>
<td>Log</td>
<td>100747</td>
<td>28a22a685bba478d99bc904526a517f1</td>
<td>Commvault Command Center - Remote Code Execution - CVE:CVE-2025-34028</td>
<td>This is a New Detection</td>
</tr>
<tr>
<td>2025-05-12</td>
<td>2025-05-19</td>
<td>Log</td>
<td>100749</td>
<td>2e6bb954d0634e368c49d7d1d7619ccb</td>
<td>BentoML - Remote Code Execution - CVE:CVE-2025-27520</td>
<td>This is a New Detection</td>
</tr>
<tr>
<td>2025-05-12</td>
<td>2025-05-19</td>
<td>Log</td>
<td>100753</td>
<td>91250eebec894705b62305b2f15bfda4</td>
<td>Craft CMS - Remote Code Execution - CVE:CVE-2024-56145</td>
<td>This is a New Detection</td>
</tr>
</tbody>
</table>
4 changes: 2 additions & 2 deletions src/content/release-notes/waf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ productLink: "/waf/"
productArea: Application security
productAreaLink: /fundamentals/reference/changelog/security/
entries:
- publish_date: "2025-04-29"
scheduled_date: "2025-05-05"
- publish_date: "2025-05-12"
scheduled_date: "2025-05-19"
individual_page: true
scheduled: true
link: "/waf/change-log/scheduled-changes/"
Expand Down