Skip to content

Commit 91359ea

Browse files
authored
Merge pull request #120 from joernio/xavierp/dataflow-quick-update
update dataflow-semantics example
2 parents a13306e + ce8b71c commit 91359ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs.joern.io/content/dataflow-semantics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ val extraFlows = List(
101101
)
102102

103103
val context = new LayerCreatorContext(cpg)
104-
val options = new OssDataFlowOptions(extraFlows = extraFlows)
104+
val options = new OssDataFlowOptions(semantics = DefaultSemantics().plus(extraFlows))
105105
new OssDataFlow(options).run(context)
106106
```
107107

0 commit comments

Comments
 (0)