Skip to content

Commit bc1723c

Browse files
committed
Fix typos
1 parent cdc640b commit bc1723c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ruby/ql/lib/change-notes/2022-08-30-activestorage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
category: minorAnalysis
33
---
44
* Various code executions, command executions and HTTP requests in the
5-
ActiveStorage library are now recognised.
5+
ActiveStorage library are now recognized.
66

ruby/ql/lib/codeql/ruby/frameworks/ActiveStorage.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ module ActiveStorage {
165165
}
166166

167167
/**
168-
* A call on an ActiveStorage object that results in an image transformation.
168+
* A call on an ActiveStorage object that results in an image transformation.
169169
* Arguments to these calls may be executed as system commands.
170170
*/
171171
private class ImageProcessingCall extends DataFlow::CallNode, SystemCommandExecution::Range {

0 commit comments

Comments
 (0)