File tree Expand file tree Collapse file tree 3 files changed +58
-20
lines changed Expand file tree Collapse file tree 3 files changed +58
-20
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ entries:
1010 individual_page : true
1111 scheduled : true
1212 link : " /waf/change-log/scheduled-changes/"
13+ - publish_date : " 2025-01-21"
14+ individual_page : true
15+ link : " /waf/change-log/2025-01-21/"
1316 - publish_date : " 2025-01-13"
1417 individual_page : true
1518 link : " /waf/change-log/2025-01-13/"
Original file line number Diff line number Diff line change 1+ ---
2+ title : " 2025-01-21"
3+ type : table
4+ pcx_content_type : changelog
5+ sidebar :
6+ order : 804
7+ tableOfContents : false
8+ ---
9+
10+ import { RuleID } from " ~/components" ;
11+
12+ <table style = " width: 100%" >
13+ <thead >
14+ <tr >
15+ <th >Ruleset</th >
16+ <th >Rule ID</th >
17+ <th >Legacy Rule ID</th >
18+ <th >Description</th >
19+ <th >Previous Action</th >
20+ <th >New Action</th >
21+ <th >Comments</th >
22+ </tr >
23+ </thead >
24+ <tbody >
25+ <tr >
26+ <td >Cloudflare Managed Rulesets</td >
27+ <td >
28+ <RuleID id = " f4a310393c564d50bd585601b090ba9a" />
29+ </td >
30+ <td >100303</td >
31+ <td >Command Injection - Nslookup</td >
32+ <td >Log</td >
33+ <td >Block</td >
34+ <td >This was released as <RuleID id = " aad6f9f85e034022b6a8dee4b8d152f4" /></td >
35+ </tr >
36+ <tr >
37+ <td >Cloudflare Managed Rulesets</td >
38+ <td >
39+ <RuleID id = " fd5d5678ce594ea898aa9bf149e6b538" />
40+ </td >
41+ <td >100534</td >
42+ <td >Web Shell Activity</td >
43+ <td >Log</td >
44+ <td >Block</td >
45+ <td >This was released as <RuleID id = " 39c8f6066c19466ea084e51e82fe4e7f" /></td >
46+ </tr >
47+ </tbody >
48+ </table >
Original file line number Diff line number Diff line change @@ -23,26 +23,13 @@ import { RuleID } from "~/components";
2323 </thead >
2424 <tbody >
2525 <tr >
26- <td >2025-01-13</td >
27- <td >2025-01-20</td >
28- <td >Block</td >
29- <td >100303_BETA</td >
30- <td >
31- <RuleID id = " aad6f9f85e034022b6a8dee4b8d152f4" />
32- </td >
33- <td >Command Injection - Nslookup - Beta</td >
34- <td >This will replace the old detection <RuleID id = " f4a310393c564d50bd585601b090ba9a" /> </td >
35- </tr >
36- <tr >
37- <td >2025-01-13</td >
38- <td >2025-01-20</td >
39- <td >Block</td >
40- <td >100534_BETA</td >
41- <td >
42- <RuleID id = " 39c8f6066c19466ea084e51e82fe4e7f" />
43- </td >
44- <td >Web Shell Activity Beta</td >
45- <td >This will replace the old detection <RuleID id = " fd5d5678ce594ea898aa9bf149e6b538" /> </td >
26+ <td >N/A</td >
27+ <td >N/A</td >
28+ <td >N/A</td >
29+ <td >N/A</td >
30+ <td >N/A</td >
31+ <td >N/A</td >
32+ <td >N/A</td >
4633 </tr >
4734 </tbody >
4835</table >
You can’t perform that action at this time.
0 commit comments