@@ -6,21 +6,21 @@ object Predefined:
6
6
7
7
val shared : Seq [String ] =
8
8
Seq (
9
- " import _root_.io.appthreat.console._ " ,
10
- " import _root_.io.appthreat.chencli.console.ChenConsole._ " ,
9
+ " import _root_.io.appthreat.console.* " ,
10
+ " import _root_.io.appthreat.chencli.console.ChenConsole.* " ,
11
11
" import _root_.io.appthreat.chencli.console.Chen.context" ,
12
12
" import _root_.io.shiftleft.codepropertygraph.Cpg" ,
13
13
" import _root_.io.shiftleft.codepropertygraph.Cpg.docSearchPackages" ,
14
- " import _root_.io.shiftleft.codepropertygraph.cpgloading._ " ,
15
- " import _root_.io.shiftleft.codepropertygraph.generated._ " ,
16
- " import _root_.io.shiftleft.codepropertygraph.generated.nodes._ " ,
17
- " import _root_.io.shiftleft.codepropertygraph.generated.edges._ " ,
18
- " import _root_.io.appthreat.dataflowengineoss.language._ " ,
19
- " import _root_.io.shiftleft.semanticcpg.language._ " ,
20
- " import overflowdb._ " ,
14
+ " import _root_.io.shiftleft.codepropertygraph.cpgloading.* " ,
15
+ " import _root_.io.shiftleft.codepropertygraph.generated.* " ,
16
+ " import _root_.io.shiftleft.codepropertygraph.generated.nodes.* " ,
17
+ " import _root_.io.shiftleft.codepropertygraph.generated.edges.* " ,
18
+ " import _root_.io.appthreat.dataflowengineoss.language.* " ,
19
+ " import _root_.io.shiftleft.semanticcpg.language.* " ,
20
+ " import overflowdb.* " ,
21
21
" import overflowdb.traversal.{`package` => _, help => _, _}" ,
22
22
" import overflowdb.traversal.help.Doc" ,
23
- " import scala.jdk.CollectionConverters._ " ,
23
+ " import scala.jdk.CollectionConverters.* " ,
24
24
"""
25
25
|@Doc(info = "Show reachable flows from a source to sink. Default source: framework-input and sink: framework-output", example = "reachables")
26
26
|def reachables(sinkTag: String, sourceTag: String, sourceTags: Array[String])(implicit atom: Cpg): Unit = {
0 commit comments