Fix typos

This commit is contained in:
Harry Maclean
2022-09-02 14:34:07 +12:00
parent cdc640b544
commit bc1723c0ee
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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 {