We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b389d50 commit 9f26085Copy full SHA for 9f26085
ruby/ql/lib/codeql/ruby/frameworks/ActiveSupport.qll
@@ -52,9 +52,11 @@ module ActiveSupport {
52
override MethodCall getACall() {
53
result.getMethodName() =
54
[
55
- "camelize", "camelcase", "classify", "dasherize", "deconstantize", "demodulize",
56
- "foreign_key", "humanize", "indent", "parameterize", "pluralize", "singularize",
57
- "squish", "strip_heredoc", "tableize", "titlecase", "titleize", "underscore",
+ "at", "camelize", "camelcase", "classify", "dasherize", "deconstantize", "demodulize",
+ "first", "foreign_key", "from", "html_safe", "humanize", "indent", "indent!",
+ "inquiry", "last", "mb_chars", "parameterize", "pluralize", "remove", "remove!",
58
+ "singularize", "squish", "squish!", "strip_heredoc", "tableize", "titlecase",
59
+ "titleize", "to", "truncate", "truncate_bytes", "truncate_words", "underscore",
60
"upcase_first"
61
]
62
}
0 commit comments