@waftester/cli 2.9.41 → 2.9.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@waftester/cli",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.44",
|
|
4
4
|
"description": "WAFtester — the most comprehensive WAF testing CLI & MCP server",
|
|
5
5
|
"license": "BUSL-1.1",
|
|
6
6
|
"repository": {
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"node": ">=16"
|
|
45
45
|
},
|
|
46
46
|
"optionalDependencies": {
|
|
47
|
-
"@waftester/darwin-x64": "2.9.
|
|
48
|
-
"@waftester/darwin-arm64": "2.9.
|
|
49
|
-
"@waftester/linux-x64": "2.9.
|
|
50
|
-
"@waftester/linux-arm64": "2.9.
|
|
51
|
-
"@waftester/win32-x64": "2.9.
|
|
52
|
-
"@waftester/win32-arm64": "2.9.
|
|
47
|
+
"@waftester/darwin-x64": "2.9.44",
|
|
48
|
+
"@waftester/darwin-arm64": "2.9.44",
|
|
49
|
+
"@waftester/linux-x64": "2.9.44",
|
|
50
|
+
"@waftester/linux-arm64": "2.9.44",
|
|
51
|
+
"@waftester/win32-x64": "2.9.44",
|
|
52
|
+
"@waftester/win32-arm64": "2.9.44"
|
|
53
53
|
}
|
|
54
54
|
}
|
|
@@ -620,24 +620,6 @@
|
|
|
620
620
|
"notes": "Zero-width non-joiner",
|
|
621
621
|
"category": "Fuzz"
|
|
622
622
|
},
|
|
623
|
-
{
|
|
624
|
-
"id": "FUZZ-EMPTY-001",
|
|
625
|
-
"payload": "",
|
|
626
|
-
"tags": ["empty", "string"],
|
|
627
|
-
"expected_block": false,
|
|
628
|
-
"severity_hint": "Low",
|
|
629
|
-
"notes": "Empty string",
|
|
630
|
-
"category": "Fuzz"
|
|
631
|
-
},
|
|
632
|
-
{
|
|
633
|
-
"id": "FUZZ-EMPTY-002",
|
|
634
|
-
"payload": " ",
|
|
635
|
-
"tags": ["whitespace", "only"],
|
|
636
|
-
"expected_block": false,
|
|
637
|
-
"severity_hint": "Low",
|
|
638
|
-
"notes": "Whitespace only",
|
|
639
|
-
"category": "Fuzz"
|
|
640
|
-
},
|
|
641
623
|
{
|
|
642
624
|
"id": "FUZZ-EMPTY-003",
|
|
643
625
|
"payload": "\\t\\n\\r",
|