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

Incorrect parameter ID #695

Closed
michaeldavie-amzn opened this issue Sep 16, 2024 · 2 comments
Closed

Incorrect parameter ID #695

michaeldavie-amzn opened this issue Sep 16, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@michaeldavie-amzn
Copy link

At line 2571, the High profile references parameter si-03_odp.05, but I believe it should be si-03_odp.06.

The parameter definitions from the 800-53 catalog are excerpted below:

                "id": "si-03_odp.04",
                "props": [
                  {
                    "name": "alt-identifier",
                    "value": "si-3_prm_4"
                  },
                  {
                    "name": "label",
                    "value": "SI-03_ODP[04]",
                    "class": "sp800-53a"
                  }
                ],
                "select": {
                  "how-many": "one-or-more",
                  "choice": [
                    "block malicious code",
                    "quarantine malicious code",
                    "take {{ insert: param, si-03_odp.05 }} "
                  ]
                }
              },
              {
                "id": "si-03_odp.05",
                "props": [
                  {
                    "name": "alt-identifier",
                    "value": "si-3_prm_5"
                  },
                  {
                    "name": "label",
                    "value": "SI-03_ODP[05]",
                    "class": "sp800-53a"
                  }
                ],
                "label": "action",
                "guidelines": [
                  {
                    "prose": "action to be taken in response to malicious code detection are defined (if selected);"
                  }
                ]
              },
              {
                "id": "si-03_odp.06",
                "props": [
                  {
                    "name": "alt-identifier",
                    "value": "si-3_prm_6"
                  },
                  {
                    "name": "label",
                    "value": "SI-03_ODP[06]",
                    "class": "sp800-53a"
                  }
                ],
                "label": "personnel or roles",
                "guidelines": [
                  {
                    "prose": "personnel or roles to be alerted when malicious code is detected is/are defined;"
                  }
                ]
              }
@aj-stein-gsa
Copy link
Contributor

Thanks for your report, @michaeldavie-amzn. We will check it out for triage. If it is a confirmed bug, we will move it forward and prep for fix in the coming work queue.

@Rene2mt Rene2mt self-assigned this Sep 23, 2024
@Rene2mt
Copy link
Member

Rene2mt commented Sep 23, 2024

Thanks for reporting this. Confirmed bug in the profiles. We'll plan to move forward with a fix.

@aj-stein-gsa aj-stein-gsa moved this from 🆕 New to 🔖 Ready in FedRAMP Automation Sep 23, 2024
@aj-stein-gsa aj-stein-gsa added the bug Something isn't working label Sep 23, 2024
Rene2mt added a commit to Rene2mt/fedramp-automation that referenced this issue Sep 23, 2024
@aj-stein-gsa aj-stein-gsa moved this from 🏗 In progress to ✅ Done in FedRAMP Automation Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

3 participants