mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Fix typo
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
1079486032
commit
8b73d4af86
@@ -158,7 +158,7 @@ This pattern covers many of the cases where we need to summarize flow through a
|
||||
func TaintFlow() {
|
||||
elems := []string{"Hello", "World"}
|
||||
sep := " "
|
||||
t := strings.Join(elems, sep) // There is taint flow from ss and sep to t.
|
||||
t := strings.Join(elems, sep) // There is taint flow from elems and sep to t.
|
||||
...
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user