Skip to content

Commit 5e59f6d

Browse files
Update javascript/ql/src/semmle/javascript/security/dataflow/ShellCommandInjectionFromEnvironmentCustomizations.qll
Co-authored-by: intrigus-lgtm <[email protected]>
1 parent 3d49b8c commit 5e59f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/security/dataflow/ShellCommandInjectionFromEnvironmentCustomizations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ module ShellCommandInjectionFromEnvironment {
5757
}
5858

5959
/**
60-
* A string-concatenation leaf that is sorounded by quotes, seen as a sanitizer for command-injection.
60+
* A string-concatenation leaf that is surrounded by quotes, seen as a sanitizer for command-injection.
6161
*/
6262
class QuotingConcatSanitizer extends Sanitizer, StringOps::ConcatenationLeaf {
6363
QuotingConcatSanitizer() {

0 commit comments

Comments
 (0)