{# 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 }}

Version:

{{ rule.oval_definition.version }}

Description:

{{ rule.oval_definition.description }}

Result explained:

{{ rule.oval_definition.get_oval_class_description() }}

{% else %}

Warning alert: There is no OVAL definition.

{% endif %}