Skip to content

Commit

Permalink
Enable data deps pass for reachables
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Oct 12, 2023
1 parent 8addd7c commit bf26340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/io/appthreat/atom/Atom.scala
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ object Atom {
)
cmd("reachables")
.text("Extract reachable data-flow slices based on automated framework tags")
.action((_, c) => AtomReachablesConfig())
.action((_, c) => AtomReachablesConfig().withDataDependencies(true))
.children(
opt[String]("source-tag")
.text(s"source tag - defaults to framework-input.")
Expand Down

0 comments on commit bf26340

Please sign in to comment.