module Bundler::Audit::CLI::Formats::Junit

def xml(string)

def xml(string)
  CGI.escapeHTML(string.to_s)
end