ori-poc 7.7.7
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -0
- package/package.json +22 -0
package/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
echo "console.log('Testing RCE in npm package');" > index.js
|
package/package.json
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
{
|
2
|
+
"name": " ori-poc ",
|
3
|
+
|
4
|
+
"version": "7.7.7",
|
5
|
+
|
6
|
+
"description": "",
|
7
|
+
|
8
|
+
"main": "index.js",
|
9
|
+
|
10
|
+
"scripts": {
|
11
|
+
|
12
|
+
"preinstall": "echo \"code injection possible by Ori\"",
|
13
|
+
|
14
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
15
|
+
|
16
|
+
},
|
17
|
+
|
18
|
+
"author": "",
|
19
|
+
|
20
|
+
"license": "ISC"
|
21
|
+
|
22
|
+
}
|