Skip to content

Latest commit

 

History

History
119 lines (57 loc) · 2.08 KB

REFERENCE.md

File metadata and controls

119 lines (57 loc) · 2.08 KB

Reference

Table of Contents

Classes

Tasks

  • run_scan: Runs script on target node to detect xz vulnerability (CVE-2024-3094)

Classes

xzscanner

The xzscanner class.

Parameters

The following parameters are available in the xzscanner class:

present

Whether the scanner should be installed

scan_data_owner

Data type: String

Owner of the generated scan results

Default value: 'root'

scan_data_group

Data type: String

Group of the generated scan results

Default value: 'root'

cron_user

Data type: String

Default value: 'root'

cron_hour

Data type: Any

Default value: absent

cron_month

Data type: Any

Default value: absent

cron_monthday

Data type: Any

Default value: absent

cron_weekday

Data type: Any

Default value: absent

cron_minute

Data type: Any

Default value: fqdn_rand(59)

ensure

Data type: Enum['present', 'absent']

Default value: 'present'

Tasks

run_scan

Runs script on target node to detect xz vulnerability (CVE-2024-3094)

Supports noop? false