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