# File lib/brakeman/rescanner.rb, line 438
  def diff
    @diff ||= Brakeman::Differ.new(all_warnings, @old_results).diff
  end