We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80124df commit 39c204aCopy full SHA for 39c204a
javascript/ql/src/semmle/javascript/dataflow/Sources.qll
@@ -321,7 +321,8 @@ module SourceNode {
321
astNode instanceof ImportMetaExpr or
322
astNode instanceof TaggedTemplateExpr or
323
astNode instanceof Angular2::PipeRefExpr or
324
- astNode instanceof Angular2::TemplateVarRefExpr
+ astNode instanceof Angular2::TemplateVarRefExpr or
325
+ astNode instanceof StringLiteral
326
)
327
or
328
DataFlow::parameterNode(this, _)
0 commit comments