You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update to version 1.2.0 with comprehensive documentation updates
- Update all Maven modules to version 1.2.0
- Update README.md with new sourceDirectories XML configuration format
- Add comprehensive CHANGELOG.md entry for version 1.2.0 covering all major changes
- Remove redundant ScannerTest.kt file
- Update model performance data with latest evaluation results
- Document multi-directory scanning and enhanced false positive tracking
@@ -99,33 +101,29 @@ The scanner supports various LLM models via [Docker Model Runner](https://hub.do
99
101
### 🎯 **Recommended Models**
100
102
101
103
**`ai/phi4:latest` ⭐ (Default Choice)**
102
-
With a 74.3% detection rateand 100% scan success, this **15B parameter** model offers the best balance of accuracy and performance. At **8.43 GB**, it provides excellent results in just 3m 50s analysis time, making it ideal for most use cases.
104
+
With an outstanding **93.8%** detection rate, only **2.0%** false positives, and 100% scan success, this **15B parameter** model offers the best overall performance. At **8.43 GB**, it provides excellent results in just 1m 47s analysis time, making it ideal for most use cases.
103
105
104
-
**`ai/llama3.2:latest` 🚀 (Fast & Lightweight)**
105
-
Perfect for quick scans and resource-constrained environments. This **3B parameter** model delivers 70.4% detection rate with 100% reliability in only 1m 20s. At just **1.87 GB**, it's the smallest model that maintains high accuracy and speed.
106
106
107
107
### 📊 **All Available Models**
108
108
109
-
| Model | Detection Rate | Scan Success | Analysis Time | Parameters | Context Window | Size | Best For |
> 📊 **Performance data** based on analysis of test fixtures with known vulnerabilities. All models available from [Docker Hub AI](https://hub.docker.com/u/ai).
109
+
| Model | Detection Rate | False Positive Rate | Scan Success | Analysis Time | Parameters | Context Window | Size | Best For |
> 📊 **Performance data** based on analysis of test fixtures with known vulnerabilities and clean code samples. All models available from [Docker Hub AI](https://hub.docker.com/u/ai).
127
124
>
128
125
> **Detection Rate** indicates the percentage of known security issues correctly identified by the model (with line number accuracy verification ±1).
126
+
> **False Positive Rate** indicates the percentage of clean code incorrectly flagged as containing secrets.
129
127
> **Scan Success** indicates the percentage of files that were successfully analyzed without errors (e.g., timeouts, JSON parsing failures).
0 commit comments