Do not pass uncontrolled strings to sprintf

This commit is contained in:
Markus Schirp 2013-07-16 17:37:39 +02:00
parent adc1551658
commit afee23c8ac
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ module Mutant
# @api private
#
def run
status(mutation.identification)
status('%s', mutation.identification)
puts(details)
end

View file

@ -17,7 +17,7 @@ module Mutant
# @api private
#
def run
info(object.identification)
info('%s', object.identification)
end
# Prunter for subject runners