Skip to content

Commit 2315a17

Browse files
committed
Ruby: add changenote for ActionView/Controller class renames
1 parent 227100d commit 2315a17

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
category: minorAnalysis
3+
---
4+
* The following classes have been moved from `codeql.ruby.frameworks.ActionController` to `codeql.ruby.frameworks.Rails`:
5+
* `ParamsCall`, now accessed as `Rails::ParamsCall`.
6+
* `CookieCall`, now accessed as `Rails::CookieCall`.
7+
* The following classes have been moved from `codeql.ruby.frameworks.ActionView` to `codeql.ruby.frameworks.Rails`:
8+
* `HtmlSafeCall`, now accessed as `Rails::HtmlSafeCall`.
9+
* `HtmlEscapeCall`, now accessed as `Rails::HtmlEscapeCall`.
10+
* `RenderCall`, now accessed as `Rails::RenderCall`.
11+
* `RenderToCall`, now accessed as `Rails::RenderToCall`.

0 commit comments

Comments
 (0)