diff --git a/products/rhel10/CMakeLists.txt b/products/rhel10/CMakeLists.txt index 782fee524af..4900aed1bfb 100644 --- a/products/rhel10/CMakeLists.txt +++ b/products/rhel10/CMakeLists.txt @@ -7,6 +7,8 @@ set(PRODUCT "rhel10") ssg_build_product(${PRODUCT}) +ssg_build_html_ref_tables("${PRODUCT}" "table-${PRODUCT}-{ref_id}refs" "anssi;cis;cui;nist;pcidss") + ssg_build_html_cce_table(${PRODUCT}) ssg_build_html_srgmap_tables(${PRODUCT}) diff --git a/products/rhel9/CMakeLists.txt b/products/rhel9/CMakeLists.txt index c2153dadd57..f0988b34d81 100644 --- a/products/rhel9/CMakeLists.txt +++ b/products/rhel9/CMakeLists.txt @@ -7,6 +7,8 @@ set(PRODUCT "rhel9") ssg_build_product(${PRODUCT}) +ssg_build_html_ref_tables("${PRODUCT}" "table-${PRODUCT}-{ref_id}refs" "anssi;cis;cui;nist;pcidss") + ssg_build_html_cce_table(${PRODUCT}) ssg_build_html_srgmap_tables(${PRODUCT}) diff --git a/utils/tables/reference_tables_template.html b/utils/tables/reference_tables_template.html index 70a4c32665c..c8021fe4feb 100644 --- a/utils/tables/reference_tables_template.html +++ b/utils/tables/reference_tables_template.html @@ -6,6 +6,7 @@
| Mapping | +CCE | Rule Title | Description | Rationale | @@ -16,6 +17,9 @@ {{% for rule in rules -%}}
|---|---|---|---|
| {{{ " ".join(rule.relevant_refs) }}} |
+ + {{{ rule.identifiers["cce"] }}} + | {{{ rule.title }}} | {{{ rule.description }}} |