Update V3.1.0

V3.1.0

Major Release
March 18, 2026 Signatures 2026.03.18 Engine build 4817

Supply chain auditing, refreshed compliance frameworks for 2025/2026, rebuilt ruleset management, and a recalibrated analysis engine. This is the largest release since V2.0.

Added 9 changes
Supply chain dependency audit module
New dedicated analysis pipeline for third-party library and dependency risk scoring, accessible from the sidebar under its own section.
supply-chainsidebar
NIST SP 800-218 (SSDF) ruleset
31 detection rules mapped to the Secure Software Development Framework, covering build integrity, provenance validation, and artifact signing gaps.
rulesetscompliance
OWASP LLM Top 10 (2025) ruleset
10 rules targeting prompt injection, training data poisoning, model denial of service, and insecure plugin design in AI-integrated applications.
rulesetsai-security
Deserialization sink detection
Dynamic Execution module now flags unsafe deserialization across Java ObjectInputStream, .NET BinaryFormatter, Python pickle, and PHP unserialize.
detection
ORM injection coverage
Injection Flaws module extended with detection for Hibernate HQL injection, Django ORM raw queries, and Entity Framework interpolated SQL.
detection
Expression language injection
Added detection for Spring EL, OGNL, MVEL, and Freemarker template injection patterns.
detection
Engine telemetry in status bar
Footer now reports loaded ruleset count, signature revision, and scanner readiness state with a live indicator.
ui
Signature version display on dashboard
Dashboard header shows the active engine version and signature database date for audit traceability.
uicompliance
Per-ruleset rule counts
Rulesets & Policies view now displays the number of active rules per loaded ruleset.
uirulesets
Changed 8 changes
Compliance framework refresh
OWASP Top 10 updated to 2025 edition, CWE/SANS Top 25 updated to 2025 rankings, PCI DSS ruleset upgraded to v4.0.1 with 38 detection rules.
rulesetscompliance
Detection module naming standardized
All pattern modules renamed to align with industry SAST terminology. Buffer Overflow is now Memory Corruption, Hardcoded Secrets is now Secrets Detection, Code Injection is now Dynamic Execution.
detectionui
Memory Corruption module scope expanded
Now includes use-after-free, double-free, out-of-bounds read/write, and integer overflow leading to buffer misallocation alongside existing stack/heap overflow detection.
detection
Injection Flaws module scope expanded
Broadened from SQL-only to cover OS command injection, LDAP injection, ORM injection, and expression language injection across all supported languages.
detection
Scan depth timing recalibrated
Quick scan reduced to ~30s (header + IAT only), Standard to ~2 min (full static pass), Deep to ~8 min (exhaustive with heuristic passes) after worker thread optimizations.
engine
Sidebar navigation restructured
Analysis, Supply Chain, and Configuration are now separate groups for clearer workflow separation.
ui
Findings view
Vulnerability Report renamed to Findings with CWE classification references and remediation context surfaced per item.
ui
Insights panel reworked
Three cards rebuilt: Compliance Posture (OWASP/CWE mapping), Priority Remediation (weighted by exploitability and blast radius), and Trend Analysis (regression tracking).
uicompliance
Fixed 5 fixes
Scan history persistence across sessions
Recent scans panel no longer shows empty state on cold start; historical entries are restored correctly.
CVE correlation engine timeout
Resolved a race condition where NVD lookups would silently fail on standard scans if the network round-trip exceeded 4 seconds.
engine
PE parser crash on packed binaries
Fixed an unhandled exception when analyzing UPX-packed or Themida-protected executables with non-standard section alignment.
enginebinary-analysis
Scan depth radio state not persisting
Selected scan depth now correctly survives navigation between configuration tabs.
ui
Export report truncation
PDF export no longer cuts off vulnerability descriptions exceeding 2048 characters per finding.
export
Removed 2 changes
Legacy OWASP 2023 ruleset
Superseded by the 2025 edition. Existing scan results mapped to new rule IDs automatically during migration.
rulesets
Standalone Overview tab
Consolidated into the Insights view to reduce navigation redundancy.
ui
Return