ansible-core/gating.yaml
Dimitri Savineau eb8390bad9
ansible-core 2.16.13
Fix CVE-2024-8775 (Exposure of Sensitive Information in Ansible Vault
Files Due to Improper Logging.
Fix CVE-2024-9902 (Ansible-core user may read/write unauthorized content)

This also adds back the ansible-test subpackage and drops the doc one.

Resolves: RHEL-69036
Resolves: RHEL-59076
Resolves: RHEL-69034

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
2024-11-26 11:59:05 -05:00

8 lines
165 B
YAML

--- !Policy
product_versions:
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
...