@deersight/shared-lib 0.0.1
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.
- package/README.md +8 -0
- package/index.js +2 -0
- package/package.json +10 -0
package/README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# SECURITY RESEARCH PoC — do not use
|
|
2
|
+
|
|
3
|
+
This package was published as proof-of-concept evidence for a dependency-confusion
|
|
4
|
+
report submitted to John Deere via HackerOne. It intentionally contains no
|
|
5
|
+
executable logic, no install scripts, and no dependencies.
|
|
6
|
+
|
|
7
|
+
If you are John Deere security/legal and found this: contact iamrjarpan@protonmail.com.
|
|
8
|
+
This package will be removed or transferred to John Deere on request.
|
package/index.js
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@deersight/shared-lib",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "SECURITY RESEARCH PoC (dependency confusion). Published by an authorized HackerOne researcher as part of the John Deere bug bounty program to demonstrate this npm scope was unclaimed on the public registry while being referenced by internal John Deere builds (DeereSight). This package is intentionally empty and executes no code on install (no scripts field). Contact: iamrjarpan@protonmail.com. Will be removed or transferred to John Deere upon report resolution.",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"license": "UNLICENSED",
|
|
7
|
+
"publishConfig": {
|
|
8
|
+
"access": "public"
|
|
9
|
+
}
|
|
10
|
+
}
|