Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Harokat:Java Vulnerability ScannerNew to Visual Studio Code? Get it now.
Harokat:Java Vulnerability Scanner

Harokat:Java Vulnerability Scanner

Amirhossein Bahramizadeh

|
2 installs
| (0) | Free
Detects security vulnerabilities in Java code with pattern matching and static analysis
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Java Vulnerability Scanner for VS Code

Extension Icon

A VS Code extension that detects security vulnerabilities in Java code using pattern matching and static analysis.

Features

  • Detects common Java security vulnerabilities:
    • SQL Injection
    • Command Injection
    • XSS vulnerabilities
    • Insecure deserialization
    • Weak cryptographic algorithms
  • Integrates with SpotBugs for advanced analysis
  • Real-time scanning on file save
  • Detailed vulnerability explanations

Installation

  1. Open VS Code
  2. Go to Extensions view (Ctrl+Shift+X)
  3. Search for "Java Vulnerability Scanner"
  4. Click Install

Usage

  1. Open a Java file
  2. Use the command palette (Ctrl+Shift+P) and run "Scan for Java Vulnerabilities"
  3. Or let it automatically scan when you save files

Configuration

Add these settings to your settings.json:

{
  "javaVulnerabilityScanner.scanOnSave": true,
  "javaVulnerabilityScanner.spotBugsPath": "/path/to/spotbugs"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft