remove some trailing commas
parent
c3d2797f10
commit
5a277389f2
|
@ -185,7 +185,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
:sgc?,
|
||||
:validationType,
|
||||
:issues,
|
||||
:sct?,
|
||||
:sct?
|
||||
|
||||
def valid?
|
||||
issues == 0
|
||||
|
@ -211,7 +211,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
:revocationStatus,
|
||||
:crlRevocationStatus,
|
||||
:ocspRevocationStatus,
|
||||
:raw,
|
||||
:raw
|
||||
|
||||
def valid?
|
||||
issues == 0
|
||||
|
|
Loading…
Reference in New Issue