We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29d2c2 commit 3ef7a09Copy full SHA for 3ef7a09
1 file changed
go/ql/src/Security/CWE-020/IncompleteHostnameRegexp.ql
@@ -101,6 +101,10 @@ module IncompleteHostNameRegexpConfig implements DataFlow::ConfigSig {
101
) and
102
not regexpGuardsError(sink)
103
}
104
+
105
+ predicate isAdditionalFlowStep(DataFlow::Node node1, DataFlow::Node node2) {
106
+ StringOps::Concatenation::taintStep(node1, node2)
107
+ }
108
109
110
module Flow = DataFlow::Global<IncompleteHostNameRegexpConfig>;
0 commit comments