# File lib/brakeman/rescanner.rb, line 443 def existing_warnings @old ||= all_warnings.select do |w| not new_warnings.include? w end end