Skip to content

Commit de2f8a1

Browse files
authored
Make field consistent with existing model
1 parent e142818 commit de2f8a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/codeql/codeql-language-guides/customizing-library-models-for-go.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ We need to add a tuple to the ``summaryModel``\(namespace, type, subtypes, name,
228228
pack: codeql/go-all
229229
extensible: summaryModel
230230
data:
231-
- ["net/url", "URL", False, "Hostname", "", "", "Argument[receiver]", "ReturnValue", "taint", "manual"]
231+
- ["net/url", "URL", True, "Hostname", "", "", "Argument[receiver]", "ReturnValue", "taint", "manual"]
232232
233233
Since we are adding flow through a method, we need to add tuples to the ``summaryModel`` extensible predicate.
234234
Each tuple defines flow from one argument to the return value.

0 commit comments

Comments
 (0)