Puppet Function: vulnerability::detected
- Defined in:
- lib/puppet/functions/vulnerability/detected.rb
- Function type:
- Ruby 4.x API
Overview
Determine if a specified vulnerability is found on this system
12 13 14 15 16 |
# File 'lib/puppet/functions/vulnerability/detected.rb', line 12 Puppet::Functions.create_function('vulnerability::detected') do # @param vulnerability_id The vulnerability id # @return tru if the specified vulnerability id is detected on this system include Vulnerability::Detected end |