We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa7f34 commit affe42bCopy full SHA for affe42b
go/ql/lib/semmle/go/frameworks/Stdlib.qll
@@ -44,7 +44,7 @@ import semmle.go.frameworks.stdlib.TextTabwriter
44
import semmle.go.frameworks.stdlib.TextTemplate
45
import semmle.go.frameworks.stdlib.Unsafe
46
47
-// These are modelled using TaintTracking::FunctionModel because they doesn't have real type signatures,
+// These are modeled using TaintTracking::FunctionModel because they doesn't have real type signatures,
48
// and therefore currently have an InvalidType, not a SignatureType, which breaks Models as Data.
49
/**
50
* A model of the built-in `append` function, which propagates taint from its arguments to its
0 commit comments