READMEJS Vulnerabilities Detector is a Visual Studio Code extension which detects security vulnerabilities in JavaScript / Typescript code. As you open a JS or TS file and start writing code, it scans the file and highlights suspicious and potentially vulnerable code. Detected vulnerabilities are also listed in the ''Problems' tab. Quick fixes are offered to relevant issues. FeaturesThese potential vulnerabilities are detected:
Quick fixes offered to relevant issues:
RequirementsVS Code >= 1.31.0 Extension SettingsFollowing can be configured in Settings -> Extensions -> JS Vulnerabilities Detector:
Known IssuesNone. Release Notes0.3.0Quick fixes as code actions for some of the detected vulnerabilities implemented. 0.2.0Individual rules can be turned on/off in Settings. 0.1.0Alpha version. |