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 ada7835efa - Remove unused filetypes.rs and walk.rs modules
- Introduce `index.rs` for file indexing using SQLite
- Expand configuration options in `config.rs`, including `excluded_files`
- Update dependencies in `Cargo.toml` to include SQLite, hashing, and regex libraries
2025-06-16 23:48:04 +02:00
.github/workflows Create rust.yml 2025-06-16 17:43:12 +02:00
src - Remove unused filetypes.rs and walk.rs modules 2025-06-16 23:48:04 +02:00
.gitignore Added foundational modules for core functionalities: 2025-06-16 16:46:22 +02:00
Cargo.lock - Remove unused filetypes.rs and walk.rs modules 2025-06-16 23:48:04 +02:00
Cargo.toml - Remove unused filetypes.rs and walk.rs modules 2025-06-16 23:48:04 +02:00
README.md - Remove unused filetypes.rs and walk.rs modules 2025-06-16 23:48:04 +02:00

Credit

Portions of walk.rs are adapted from fd by the fd developers (MIT License).
See walk.rs for modification details.