Skip to content

Commit 0817238

Browse files
committed
drive-by: same change in unsafe-shell-command-construction
1 parent 378cc1a commit 0817238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/security/UnsafeShellCommandConstructionCustomizations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ module UnsafeShellCommandConstruction {
6767
*/
6868
class StringInterpolationAsSink extends Sink {
6969
Concepts::SystemCommandExecution s;
70-
Ast::StringLiteral lit;
70+
Ast::StringlikeLiteral lit;
7171

7272
StringInterpolationAsSink() {
7373
isUsedAsShellCommand(any(DataFlow::Node n | n.asExpr().getExpr() = lit), s) and

0 commit comments

Comments
 (0)