Skip to content

Commit b2867a6

Browse files
committed
chore: bump version to 3.10.6, renumber ATTACKS categories
cp6g (require.root realpath / TOCTOU) is deferred to a future major, so its slot in ATTACKS.md is dropped. Promise-executor and Buffer.alloc DoS categories slide down one (Cat 23 → 22, Cat 24 → 23).
1 parent 74f1752 commit b2867a6

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/ATTACKS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,7 +1524,7 @@ The fix does not affect the `mocks` / `overrides` escape hatches — users who g
15241524
15251525
---
15261526
1527-
## Attack Category 23: Promise Executor Unhandled Rejection — Host Process DoS
1527+
## Attack Category 22: Promise Executor Unhandled Rejection — Host Process DoS
15281528
15291529
### Description
15301530
@@ -1584,7 +1584,7 @@ The fix preserves the native semantics for non-callable executors (`new Promise(
15841584
15851585
---
15861586
1587-
## Attack Category 24: Unbounded `Buffer.alloc(N)` — Host Heap DoS
1587+
## Attack Category 23: Unbounded `Buffer.alloc(N)` — Host Heap DoS
15881588
15891589
### Description
15901590

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"alcatraz",
1414
"contextify"
1515
],
16-
"version": "3.10.5",
16+
"version": "3.10.6",
1717
"main": "index.js",
1818
"sideEffects": false,
1919
"repository": "github:patriksimek/vm2",

0 commit comments

Comments
 (0)