Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add through Fedora 45 for Fedora CPEs #12190

Merged
merged 3 commits into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 25 additions & 15 deletions products/fedora/product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,39 @@ dconf_gdm_dir: "distro.d"

cpes_root: "../../shared/applicability"
cpes:
- fedora_40:
name: "cpe:/o:fedoraproject:fedora:40"
title: "Fedora 40"
- fedora_45:
name: "cpe:/o:fedoraproject:fedora:45"
title: "Fedora 45"
check_id: installed_OS_is_fedora

- fedora_39:
name: "cpe:/o:fedoraproject:fedora:39"
title: "Fedora 39"
- fedora_44:
name: "cpe:/o:fedoraproject:fedora:44"
title: "Fedora 44"
check_id: installed_OS_is_fedora

- fedora_43:
name: "cpe:/o:fedoraproject:fedora:43"
title: "Fedora 43"
check_id: installed_OS_is_fedora

- fedora_38:
name: "cpe:/o:fedoraproject:fedora:38"
title: "Fedora 38"
- fedora_42:
name: "cpe:/o:fedoraproject:fedora:42"
title: "Fedora 42"
check_id: installed_OS_is_fedora

- fedora_37:
name: "cpe:/o:fedoraproject:fedora:37"
title: "Fedora 37"
- fedora_41:
name: "cpe:/o:fedoraproject:fedora:41"
title: "Fedora 41"
check_id: installed_OS_is_fedora

- fedora_36:
name: "cpe:/o:fedoraproject:fedora:36"
title: "Fedora 36"
- fedora_40:
name: "cpe:/o:fedoraproject:fedora:40"
title: "Fedora 40"
check_id: installed_OS_is_fedora

- fedora_39:
name: "cpe:/o:fedoraproject:fedora:39"
title: "Fedora 39"
check_id: installed_OS_is_fedora

# Retrieve the fingerprint as follows:
Expand Down
32 changes: 20 additions & 12 deletions tests/data/product_stability/fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,26 @@ chrony_conf_path: /etc/chrony.conf
chrony_d_path: /etc/chrony.d/
components_root: ../../components
cpes:
- fedora_45:
check_id: installed_OS_is_fedora
name: cpe:/o:fedoraproject:fedora:45
title: Fedora 45
- fedora_44:
check_id: installed_OS_is_fedora
name: cpe:/o:fedoraproject:fedora:44
title: Fedora 44
- fedora_43:
check_id: installed_OS_is_fedora
name: cpe:/o:fedoraproject:fedora:43
title: Fedora 43
- fedora_42:
check_id: installed_OS_is_fedora
name: cpe:/o:fedoraproject:fedora:42
title: Fedora 42
- fedora_41:
check_id: installed_OS_is_fedora
name: cpe:/o:fedoraproject:fedora:41
title: Fedora 41
- fedora_40:
check_id: installed_OS_is_fedora
name: cpe:/o:fedoraproject:fedora:40
Expand All @@ -19,18 +39,6 @@ cpes:
check_id: installed_OS_is_fedora
name: cpe:/o:fedoraproject:fedora:39
title: Fedora 39
- fedora_38:
check_id: installed_OS_is_fedora
name: cpe:/o:fedoraproject:fedora:38
title: Fedora 38
- fedora_37:
check_id: installed_OS_is_fedora
name: cpe:/o:fedoraproject:fedora:37
title: Fedora 37
- fedora_36:
check_id: installed_OS_is_fedora
name: cpe:/o:fedoraproject:fedora:36
title: Fedora 36
cpes_root: ../../shared/applicability
dconf_gdm_dir: distro.d
faillock_path: /var/run/faillock
Expand Down
Loading