Class: Scanny::Checks::SSL::VerifyPeerCheck
- Inherits:
-
Check
- Object
- Check
- Scanny::Checks::SSL::VerifyPeerCheck
show all
- Defined in:
- lib/scanny/checks/ssl/verify_peer_check.rb
Instance Method Summary
collapse
Methods inherited from Check
#compiled_pattern, #issue, #strict?, #visit
Instance Method Details
#check(node) ⇒ Object
9
10
11
|
# File 'lib/scanny/checks/ssl/verify_peer_check.rb', line 9
def check(node)
issue :info, warning_message
end
|
#pattern ⇒ Object
5
6
7
|
# File 'lib/scanny/checks/ssl/verify_peer_check.rb', line 5
def pattern
pattern_ssl_verify_peer
end
|