lib/contrast/agent/protect/rule/cmdi/cmdi_dangerous_path.rb in contrast-agent-6.10.0 vs lib/contrast/agent/protect/rule/cmdi/cmdi_dangerous_path.rb in contrast-agent-6.11.0

- old
+ new

@@ -30,10 +30,10 @@ # @param classname [String] Name of the class # @param method [String] name of the method triggering the rule # @raise [Contrast::SecurityException] def raise_error classname, method raise(Contrast::SecurityException.new(self, - 'Command Injection Dangerous Path rule triggered. '\ + 'Command Injection Dangerous Path rule triggered. ' \ "Call to #{ classname }.#{ method } blocked.")) end private