Skip to content

Adds al2023 mappings to all el9 stig states#636

Open
lorengordon wants to merge 1 commit into
plus3it:masterfrom
lorengordon:fix/al2023-mappings
Open

Adds al2023 mappings to all el9 stig states#636
lorengordon wants to merge 1 commit into
plus3it:masterfrom
lorengordon:fix/al2023-mappings

Conversation

@lorengordon

Copy link
Copy Markdown
Member

No description provided.

@lorengordon lorengordon requested a review from a team June 2, 2026 18:11

@ferricoxide ferricoxide left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Web interface makes this hard to sort out. Broadly speaking a given platform's mapping should go to the platform-specific ID for the finding being remediated. If what the state-file is designed to remediate, then a platform-block like:

{%- elif (
    osName != 'AlmaLinux' and
    osName != 'Amazon'
  )
%}

or:

{%- elif osName == 'AlmaLinux' %}

Should be included that causes the remediation-logic to be skipped for the platform. I'm not seeing that in this PR and, without cross-referencing to the stig-viewer, can't tell if that content is (effectively) "missing".

Basically, don't want to apply a RHEL-, ALMA- or OL-specific remediations to AMZN targets.

@lorengordon lorengordon requested review from a team June 8, 2026 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants