Skip to content

Commit

Permalink
fix: remove pp
Browse files Browse the repository at this point in the history
  • Loading branch information
faraazahmad committed Nov 4, 2023
1 parent 98329da commit c505304
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/tainted/static.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ def parse_call(node)
taint_statuses =
arguments.map { |arg| [arg, taint_status(arg.value.value.to_sym)] }

pp State.instance.var_dependencies

method_name = node.message.value
return unless @sinks.include?(method_name.to_sym)

Expand Down

0 comments on commit c505304

Please sign in to comment.