| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 7.0.0 source code.tar.gz | 2024-12-31 | 869.0 kB | |
| 7.0.0 source code.zip | 2024-12-31 | 1.4 MB | |
| README.md | 2024-12-31 | 957 Bytes | |
| Totals: 3 Items | 2.3 MB | 0 | |
- Default to using Prism parser if available (disable with
--no-prism) - Disable following symbolic links by default (re-enable with
--follow-symlinks) - Remove updated entry in Brakeman ignore files (Toby Hsieh)
- Major changes to how rescanning works
- Fix hardcoded globally excluded paths (#1830)
- Always warn about deserializing from
Marshal - Update
evalcheck to be a little noisier - Output
originalBaseUriIdsfor SARIF format report (#1889) - Add step (and timing) for finding files
- Fix recursion when handling multiple assignment expressions (#1877)
- Fix array/hash unknown index handling
- Update
terminal-tableversion - Add CSV library as explicit dependency for Ruby 3.4 support
- Raise minimum Ruby version to 3.1