UNPKG

ssvc

Version:

TypeScript implementation of SSVC (Stakeholder-Specific Vulnerability Categorization). A prioritization framework to triage CVE vulnerabilities as an alternative or compliment to CVSS

47 lines (46 loc) 1.31 kB
{ "name": "ssvc", "version": "0.2.0", "description": "TypeScript implementation of SSVC (Stakeholder-Specific Vulnerability Categorization). A prioritization framework to triage CVE vulnerabilities as an alternative or compliment to CVSS", "main": "src/index.ts", "keywords": [ "vulnerabilities", "prioritization", "triage", "CVE", "CVSS", "SSVC", "CISA", "FIRST" ], "scripts": { "version": "node -e \"console.log(require('./package.json').version)\"", "test": "npx jest --coverage", "watch": "npx tsc -w", "build": "npx tsc --pretty", "generate-plugins": "npx ts-node scripts/generate-plugins.ts" }, "dependencies": { "yaml": "^2.6.1" }, "devDependencies": { "@types/jest": "^30.0.0", "@types/mocha": "^10.0.10", "@types/node": "^22.10.2", "jest": "^29.7.0", "ts-jest": "^29.4.1", "ts-node": "^10.9.2", "typescript": "^5.9.2" }, "repository": { "type": "git", "url": "git+https://github.com/trivialsec/typescript-ssvc.git" }, "author": "Christopher Langton <chris@langton.cloud>", "license": "MIT", "bugs": { "url": "https://github.com/trivialsec/typescript-ssvc/issues" }, "homepage": "https://github.com/trivialsec/typescript-ssvc#readme", "packageManager": "yarn@4.9.2" }