mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Fix typos
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Various code executions, command executions and HTTP requests in the
|
||||
ActiveStorage library are now recognised.
|
||||
ActiveStorage library are now recognized.
|
||||
|
||||
|
||||
@@ -165,7 +165,7 @@ module ActiveStorage {
|
||||
}
|
||||
|
||||
/**
|
||||
* A call on an ActiveStorage object that results in an image transformation.
|
||||
* A call on an ActiveStorage object that results in an image transformation.
|
||||
* Arguments to these calls may be executed as system commands.
|
||||
*/
|
||||
private class ImageProcessingCall extends DataFlow::CallNode, SystemCommandExecution::Range {
|
||||
|
||||
Reference in New Issue
Block a user