-
Notifications
You must be signed in to change notification settings - Fork 187
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
lower severity of dangling index #2095
base: develop
Are you sure you want to change the base?
Conversation
https://github.com/GSA/fedramp-automation/actions/runs/12833868311/job/35789876334 |
For a bug report with detailed explanation and a recommendation to move forward with this solution, see #2093. @iMichaela and others, it would be nice to get this review as I imagine this breaks not just FedRAMP profiles, but others that more strictly followed the model constraints described when resolved profiles tailor out original controls. |
Thank you. Will prioritize this work. Profile resolution testing is also a concern for #2090 . @wendellpiez - can you please assist with this PR? |
As far as I can see this would have no effect on profile resolution, as such - it looks good to me. |
I find the uniform prefix ( Also glad that adding use of the optional flag exposed some bugs needing fixing (sooner). |
Sorry we should probably take this to #2090, not #2095. I confused the matter because I quickly wrote up a comment in the wrong tab of tabs side-by-side. |
Committer Notes
This index can cause errors in resolved profiles due to dangling pointers in nist 80053 catalog
This approach lowers the severity of this index to a warning, because while we don't want invalid links, there are times where we still want to know about related controls even if they aren't included in our particular baseline.
Alternative approaches:
If we can't reduce the severity here, we'll have to adjust the resolver code to fully qualify links
All Submissions:
By submitting a pull request, you are agreeing to provide this contribution under the CC0 1.0 Universal public domain dedication.
(For reviewers: The wiki has guidance on code review and overall issue review for completeness.)
Changes to Core Features: