21 lines
No EOL
461 B
JSON
21 lines
No EOL
461 B
JSON
{
|
|
"id": "oauth-vuln-detector",
|
|
"name": "OAuth Vuln Detector",
|
|
"version": "0.0.1",
|
|
"description": "Detects OAuth misconfiguration.",
|
|
"author": {
|
|
"name": "caterpii",
|
|
"email": "dlaha171@gmail.com",
|
|
"url": "https://github.com/katerpii"
|
|
},
|
|
"links": {},
|
|
"plugins": [
|
|
{
|
|
"id": "oauth-backend",
|
|
"kind": "backend",
|
|
"name": "backend",
|
|
"entrypoint": "oauth-backend/index.js",
|
|
"runtime": "javascript"
|
|
}
|
|
]
|
|
} |