-
Notifications
You must be signed in to change notification settings - Fork 12
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
Controls endpoints? #30
Comments
Hi @flickerfly, thanks for raising the issue. Are you envisioning things like:
which would probably require related:
Can you give a little more detail on how the app would know the control IDs but presumably not have the full catalog contents already? |
I'm thinking more about looking up controls by something like NIST 800-53 name like ia-3 or the like. Also, I can see situations where an app may store a relationship between evidence of satisfying that control without saving the whole catalog, and wanting to provide details on the control or gather related CCIs or Stig rules to that control without needing the whole catalog. |
Yes, in the proposed endpoints above, for 800-53 rev 4 that would like:
since the 800-53 rev 4 catalog uuid is A 'shortcut' call could potentially be used to get straight to the control without specifying the group:
Sure. In many cases that app will have had to 'resolve' the controls in question through a profile, which complicates things, and app developers will of course need to weigh the cost/benefits of repeated REST calls for multiple control details vs the giant payload of an entire catalog for their particular use case, but it still seems like a useful option to have. |
I was thinking that the controls could be addressed without a catalog involved. My use would often have catalogs that are derivatives of 800-53r4 for a specific situation and I've been thinking that control would simply be collection of independent controls, but I think I see why it needs to be associated with the catalog after your explanation. Thank you. I expect that API implementers will also need to evaluate the need for rate limiting of the API to encourage good decisions in relation to repeated REST calls. That leads to realizing that there is no 429 definition in the API. |
Ah, OK, that's typically represented as an OSCAL Profile which is then used by a System Security Plan. For example, the example SSP imports the 800-53 moderate profile which adds a Profiles can also import other profiles, so an organization can create a further tailored version of an existing baseline. |
Hope you had a Happy Thanksgiving! Thank you for helping me understand. That's above and beyond! If EasyDynamics has any non-open source products who would I talk to about checking those out? |
@rgauss Do you have thoughts about how sub-controls/enhancements should be managed? |
I'd like to start adding endpoints. My first use would be to get the content for a specific control. This might support an interface where I have control references and then some javascript that would provide a modal with the contents when I hover over it or something like that.
The text was updated successfully, but these errors were encountered: