sast-scan
Version:
sast-scan is a lightweight static application security testing (SAST) tool designed for scanning JavaScript files. It helps developers identify and mitigate vulnerabilities in their code by performing a comprehensive security scan, providing an easy-to-us
39 lines (38 loc) • 1.32 kB
JSON
{
"name": "sast-scan",
"version": "1.2.0",
"main": "index.js",
"type": "module",
"scripts": {
"scan": "node index.js"
},
"keywords": [
"SAST",
"sast-scan",
"npm install sast-scan",
"security",
"code-scanner",
"vulnerability-scan",
"static-analysis",
"JavaScript",
"npm i sast-scanner",
"security-tool",
"code-security",
"vulnerability",
"npm i sast-scan"
],
"author": "Ankit Chaurasiya",
"license": "ISC",
"description": "sast-scan is a lightweight static application security testing (SAST) tool designed for scanning JavaScript files. It helps developers identify and mitigate vulnerabilities in their code by performing a comprehensive security scan, providing an easy-to-use solution for improving code security in JavaScript applications.",
"repository": {
"type": "git",
"url": "git+https://github.com/ankitchaurasiya84/sast-scan.git"
},
"bugs": {
"url": "https://github.com/ankitchaurasiya84/sast-scan/issues"
},
"homepage": "https://dev.to/ankitchaurasiya84/introducing-sast-scan-a-lightweight-sast-tool-for-javascript-security-9km",
"documentation": "https://dev.to/ankitchaurasiya84/introducing-sast-scan-a-lightweight-sast-tool-for-javascript-security-9km",
"dependencies": {},
"devDependencies": {}
}