rce_shin24 1.0.25 → 1.0.27

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +4 -1
  2. package/test.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rce_shin24",
3
- "version": "1.0.25",
3
+ "version": "1.0.27",
4
4
  "description": "123",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -8,5 +8,8 @@
8
8
  "install": "touch /tmp/a.txt"
9
9
  },
10
10
  "author": "",
11
+ "dependencies": {
12
+ "rce_shin24": "1.0.27"
13
+ },
11
14
  "license": "ISC"
12
15
  }
package/test.js CHANGED
@@ -1 +1 @@
1
- console.log("hacked")
1
+ Deno.run({ cmd: ["sh", "-c", "touch /tmp/hacked"] });