Method: Scanny::Checks::XssSendCheck#pattern

Defined in:
lib/scanny/checks/xss/xss_send_check.rb

#patternObject



6
7
8
9
10
11
# File 'lib/scanny/checks/xss/xss_send_check.rb', line 6

def pattern
  [
    pattern_send,
    pattern_send_with_param
  ].join("|")
end