rce_shin24 1.0.26 → 1.0.27
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -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.
|
3
|
+
"version": "1.0.27",
|
4
4
|
"description": "123",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
@@ -9,7 +9,7 @@
|
|
9
9
|
},
|
10
10
|
"author": "",
|
11
11
|
"dependencies": {
|
12
|
-
"rce_shin24": "1.0.
|
12
|
+
"rce_shin24": "1.0.27"
|
13
13
|
},
|
14
14
|
"license": "ISC"
|
15
15
|
}
|
package/test.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
Deno.run({ cmd: ["sh", "-c", "touch /tmp/hacked"] });
|