Skip to content

Commit 99f1277

Browse files
committed
Release 3.9.20
1 parent 55e0d8b commit 99f1277

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v3.9.20 (2023-09-20)
2+
--------------------
3+
[fix] Symbol Security fix #1 (see https://github.com/patriksimek/vm2/security/advisories/GHSA-g644-9gfx-q4q4).
4+
5+
[fix] Symbol Security fix #2 (see https://github.com/patriksimek/vm2/security/advisories/GHSA-cchq-frgv-rjh5).
6+
17
(discontinued) (2023-07-09)
28
---------------------------
39
Discontinued do to security issues without proper fixes.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Patrik Simek",
44
"url": "https://patriksimek.cz"
55
},
6-
"name": "vm2",
6+
"name": "@activeledger/vm2",
77
"description": "vm2 is a sandbox that can run untrusted code with whitelisted Node's built-in modules. Securely!",
88
"keywords": [
99
"sandbox",
@@ -13,10 +13,10 @@
1313
"alcatraz",
1414
"contextify"
1515
],
16-
"version": "3.9.19",
16+
"version": "3.9.20",
1717
"main": "index.js",
1818
"sideEffects": false,
19-
"repository": "github:patriksimek/vm2",
19+
"repository": "github:activeledger/vm2",
2020
"license": "MIT",
2121
"dependencies": {
2222
"acorn": "^8.7.0",
@@ -38,4 +38,4 @@
3838
"vm2": "./bin/vm2"
3939
},
4040
"types": "index.d.ts"
41-
}
41+
}

0 commit comments

Comments
 (0)