Module: Olyx::Guardrails::Checks::MessageInjectionCheck
- Defined in:
- lib/olyx/guardrails/checks/message_injection_check.rb
Overview
Decides whether structured-message injection findings are allowed.
Class Method Summary collapse
Class Method Details
.call(messages, policy) ⇒ Object
13 14 15 |
# File 'lib/olyx/guardrails/checks/message_injection_check.rb', line 13 def call(, policy) InjectionResult.call(InjectionDetector.scan(), policy) end |