You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
joern> import $file.main
Compiling /home/esd/workspace/my_project/generic.sc
Compiling /home/esd/workspace/my_project/DNSVulnCodeSmells.sc
/home/esd/workspace/my_project/DNSVulnCodeSmells.sc:137: value assignments is not a member of overflowdb.traversal.Traversal[io.shiftleft.codepropertygraph.generated.nodes.CfgNode]
var dominatedByCompCheck = compCheck.condition.dominates.assignments.toSet
^
/home/esd/workspace/my_project/DNSVulnCodeSmells.sc:204: value reachableByFlows is not a member of io.shiftleft.codepropertygraph.generated.nodes.Expression
val sinkFlows = sink.argument(3).reachableByFlows(taintedId).toSet
^
Compilation Failed
joern> import $file.main
Compiling /home/esd/workspace/my_project/generic.sc
Compiling /home/esd/workspace/my_project/DNSVulnCodeSmells.sc
/home/esd/workspace/my_project/DNSVulnCodeSmells.sc:137: value assignments is not a member of overflowdb.traversal.Traversal[io.shiftleft.codepropertygraph.generated.nodes.CfgNode]
var dominatedByCompCheck = compCheck.condition.dominates.assignments.toSet
^
/home/esd/workspace/my_project/DNSVulnCodeSmells.sc:204: value reachableByFlows is not a member of io.shiftleft.codepropertygraph.generated.nodes.Expression
val sinkFlows = sink.argument(3).reachableByFlows(taintedId).toSet
^
Compilation Failed
Can someone help me to resolve this issue?
Environment:
$ java --version
openjdk 11.0.14.1 2022-02-08
OpenJDK Runtime Environment (build 11.0.14.1+1-Ubuntu-0ubuntu1.18.04)
OpenJDK 64-Bit Server VM (build 11.0.14.1+1-Ubuntu-0ubuntu1.18.04, mixed mode, sharing)
The text was updated successfully, but these errors were encountered: