We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be16dba commit 8e505f9Copy full SHA for 8e505f9
1 file changed
libraries/suid_check.rb
@@ -12,7 +12,7 @@ class SUIDCheck < Inspec.resource(1)
12
"
13
14
def initialize(blacklist = nil)
15
- super
+ super()
16
blacklist = default if blacklist.nil?
17
@blacklist = blacklist
18
end
0 commit comments