We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2778274 commit c3d2797Copy full SHA for c3d2797
modules/auxiliary/gather/ssllabs_scan.rb
@@ -224,12 +224,7 @@ def invalid?
224
225
class Chain < ApiObject
226
has_objects_list :certs, ChainCert
227
- has_fields :subject,
228
- :label,
229
- :issuerSubject,
230
- :issuerLabel,
231
- :issues,
232
- :raw
+ has_fields :issues
233
234
def valid?
235
issues == 0
@@ -747,7 +742,6 @@ def valid_hostname?(hostname)
747
742
748
743
def run
749
744
delay = datastore['DELAY']
750
-
751
745
hostname = datastore['HOSTNAME']
752
746
unless valid_hostname?(hostname)
753
print_status "Invalid hostname"
0 commit comments