{# Copyright 2022, Red Hat, Inc. #} {# SPDX-License-Identifier: LGPL-2.1-or-later #} {% if rule.oval_definition -%}

OVAL definition:

Definition ID:

{{ rule.oval_definition_id }}

Class:

{{ rule.oval_definition.definition_class }}

Title:

{{ rule.oval_definition.title }}

Description:

{{ rule.oval_definition.description }}

Class explained:

{{ rule.oval_definition.get_oval_class_description() }}

Version:

{{ rule.oval_definition.version }}

{% else %}

Warning alert: There is no OVAL definition.

{% endif %}