Multi-language static analysis with cross-file taint tracking. Scan your repo, triage findings in your browser, commit triage state with your code. No cloud, no account. https://nyxscan.dev/
Find a file
elipeter 22369cc404 Add multi-language AST-pattern scanning support
- Introduced `patterns` module with language-specific vulnerability patterns.
- Added `query_cache` utility for caching compiled queries.
- Expanded `scan.rs` to support scanning multiple languages dynamically.
- Updated `Cargo.toml` with additional tree-sitter dependencies.
- Added severity filtering to `ScannerConfig` for better configuration.
2025-06-17 01:17:48 +02:00
.github/workflows - Rename index.rs to database.rs for clarity in purpose 2025-06-16 23:54:18 +02:00
src Add multi-language AST-pattern scanning support 2025-06-17 01:17:48 +02:00
.gitignore Add .idea to .gitignore to ignore IDE-specific files 2025-06-16 23:51:36 +02:00
Cargo.lock Add multi-language AST-pattern scanning support 2025-06-17 01:17:48 +02:00
Cargo.toml Add multi-language AST-pattern scanning support 2025-06-17 01:17:48 +02:00
README.md Remove credit section from README.md as it is no longer applicable 2025-06-16 23:48:58 +02:00