File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
go/ql/lib/semmle/go/frameworks/stdlib Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ module NetHttp {
163163 // NB. SummarizedCallables do not implement a direct call-site-crossing flow step; instead
164164 // they are implemented by a function body with internal dataflow nodes, so we mimic the
165165 // one-step style for the particular case of taint propagation direct from an argument or receiver
166- // to another argument, receiver or return value, matching the behaviour for a `TaintTracking::FunctionModel`.
166+ // to another argument, receiver or return value, matching the behavior for a `TaintTracking::FunctionModel`.
167167 this = getSummaryInputOrOutputNode ( call , input ) and
168168 responseWriter .( DataFlow:: PostUpdateNode ) .getPreUpdateNode ( ) =
169169 getSummaryInputOrOutputNode ( call , output ) and
You can’t perform that action at this time.
0 commit comments