Commit graph

2 commits

Author SHA1 Message Date
elipeter
b3870997d7 Add Ruby AST support using tree-sitter-ruby
- Added `tree-sitter-ruby` dependency to `Cargo.toml` and `Cargo.lock`.
- Introduced `patterns/ruby.rs` with Ruby-specific AST patterns for vulnerability detection.
- Updated `patterns/mod.rs` and `ast.rs` to support Ruby AST parsing and pattern registry initialization.
2025-06-24 18:53:31 +02:00
elipeter
16b469c16f Renamed file.rs to ast.rs to more accurately represent what that code does 2025-06-24 17:56:26 +02:00
Renamed from src/file.rs (Browse further)