lib/contrast/agent/protect/rule/unsafe_file_upload.rb in contrast-agent-3.10.2 vs lib/contrast/agent/protect/rule/unsafe_file_upload.rb in contrast-agent-3.11.0

- old
+ new

@@ -1,7 +1,9 @@ # Copyright (c) 2020 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details. # frozen_string_literal: true +cs__scoped_require 'contrast/agent/protect/rule/base_service' + module Contrast module Agent module Protect module Rule # The Ruby implementation of the Protect Unsafe File Upload rule.