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
fix: A2ML TOML-like format support, manifest lookup, and language detection
- Parser now handles both S-expression and TOML-like [section] A2ML formats
- Manifest lookup tries 0-AI-MANIFEST.a2ml first, falls back to AI.a2ml
- Language detection skips external_corpora/, third_party/, corpus/ directories
- Justfile renamed to capital-J (RSR standard)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
-**20 weak point categories**: UnsafeCode, PanicPath, CommandInjection, UnsafeDeserialization, AtomExhaustion, UnsafeFFI, PathTraversal, HardcodedSecret, etc.
93
-
-**Per-file language detection**: Each file analyzed with its own language-specific patterns
93
+
-**Per-file language detection**: Each file analyzed with its own language-specific patterns. Skips `external_corpora/`, `third_party/`, and `corpus/` directories
94
94
-**miniKanren logic engine**: Relational reasoning for taint analysis, cross-language vulnerability chains, and search strategy optimisation
0 commit comments