We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a22e3f commit 34a836bCopy full SHA for 34a836b
CHANGES.md
@@ -1,5 +1,9 @@
1
# CHANGES for jsonpath-plus
2
3
+## 10.0.2
4
+
5
+- fix(security): prevent Function calls outside of member expressions
6
7
## 10.0.1
8
9
- fix(security): prohibit `Function` in "safe" vm
package.json
@@ -1,7 +1,7 @@
{
"author": "Stefan Goessner",
"name": "jsonpath-plus",
- "version": "10.0.1",
+ "version": "10.0.2",
"type": "module",
"bin": {
"jsonpath": "./bin/jsonpath-cli.js",
0 commit comments