-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 889 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "analizador-vulnerabilidades-web",
"version": "2.2.5",
"description": "Analizador de seguridad web (arquitectura de reglas, parser HTML propio): cabeceras/CSP, CORS, XSS, ofuscación, librerías vulnerables y TLS, con crawling de mismo origen, escaneo autenticado y sonda activa de XSS reflejado. Salidas consola/JSON/SARIF/HTML, baseline/diff y concurrencia. Anti-SSRF/rebinding. Sin dependencias de ejecución.",
"main": "index.js",
"bin": {
"analizador-vuln": "index.js"
},
"scripts": {
"start": "node index.js",
"test": "node --test",
"lint": "eslint .",
"typecheck": "tsc -p tsconfig.json",
"check": "node --check index.js && npm run lint && npm run typecheck && npm test"
},
"devDependencies": {
"@eslint/js": "^9.0.0",
"@types/node": "^25.9.2",
"eslint": "^9.0.0",
"typescript": "^6.0.3"
},
"license": "MIT"
}