# File lib/brakeman/checks/check_detailed_exceptions.rb, line 51
  def safe? body
    false? body or
    body == LOCAL_REQUEST
  end