We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc8dc61 commit 16a7e39Copy full SHA for 16a7e39
cpp/ql/lib/semmle/code/cpp/models/implementations/Http.qll
@@ -54,7 +54,7 @@ private class HttpRequestHeadersInheritingContent extends TaintInheritingContent
54
this.getIndirectionIndex() = 1
55
or
56
this.getAField().hasName("pUnknownHeaders") and
57
- this.getIndirectionIndex() = 1
+ this.getIndirectionIndex() = 2
58
)
59
}
60
0 commit comments