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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[v1.69.0]
Reduced per-match memory usage by compacting stored source locations and interning repeated capture names.
Stored optional validation response bodies as boxed strings to avoid allocating empty payloads and to streamline validator caches.
Parallelized git cloning based on the configured job count and begin scanning repositories as soon as each clone finishes to reduce end-to-end scan times.
Combined per-repository results into a single aggregate summary after scans complete.
Added initial access-map support and report viewer html file. Currently beta features.