Skip to content

Commit beabb9c

Browse files
committed
Update CHANGES
* Word wrap text output in pager * Consider Tempfile.create.path as safe input (Ali Ismayilov) * Exclude directories before searching for files * Check each side of `or` SQL arguments * Ignore attribute builder in Haml 6 * Add `FilePath#to_path` for Ruby 3.5 compatibility (S-H-GAMELINKS) * Fix SQL injection check for calculate method (Rohan Sharma) * Fix missing `td` in HTML report (John Hawthorn) * Check for unsafe SQL when two arguments are passed to AR methods (Patrick Brinich-Langlois)
1 parent a65c657 commit beabb9c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Unreleased
2+
3+
* Word wrap text output in pager
4+
* Consider Tempfile.create.path as safe input (Ali Ismayilov)
5+
* Exclude directories before searching for files
6+
* Check each side of `or` SQL arguments
7+
* Ignore attribute builder in Haml 6
8+
* Add `FilePath#to_path` for Ruby 3.5 compatibility (S-H-GAMELINKS)
9+
* Fix SQL injection check for calculate method (Rohan Sharma)
10+
* Fix missing `td` in HTML report (John Hawthorn)
11+
* Check for unsafe SQL when two arguments are passed to AR methods (Patrick Brinich-Langlois)
12+
113
# 7.1.0 - 2025-07-18
214

315
* Add EOL dates for Rails 8.0 and Ruby 3.4

0 commit comments

Comments
 (0)