Skip to content

Commit

Permalink
Fix some more flows
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Mar 27, 2024
1 parent 09a741e commit b36b74e
Show file tree
Hide file tree
Showing 6 changed files with 203 additions and 243 deletions.
2 changes: 2 additions & 0 deletions src/analyzer/dataflow/program_analyzer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ pub fn find_tainted_data(
logger.log_sync(&format!(" - initial sources count: {}", sources.len()));
logger.log_sync(&format!(" - initial sinks count: {}", graph.sinks.len()));

// println!("{:#?}", graph);

// for (from_id, to) in &graph.forward_edges {
// for (to_id, path) in to {
// println!("{} --{}--> {}", from_id, path.kind, to_id);
Expand Down
Loading

0 comments on commit b36b74e

Please sign in to comment.