Brandt Keller
Brandt Keller
Included in this statement of work would be: - Partially vs fully implemented identifiers (and dependency information for partial state - Support for validation "types" IE Healthcheck vs Override vs...
@CloudBeard I'd like to close this issue: - We've implemented generic support for Lula props - There is a lot of scope wrapped into this issue that is outdated I'll...
Completed with the migration to a separate docs repository: https://github.com/defenseunicorns/lula-docs
Profiles serve as an option for augmenting Catalogs. The use of `source` in a component definitions `control-implementation` states: > A reference to an OSCAL catalog or profile providing the referenced...
Need to consider the [Profile Resolution](https://pages.nist.gov/OSCAL/resources/concepts/processing/profile-resolution/) process and possibly document a follow-on issue for performing this activity (IE catalog generation?) Otherwise we need to understand the implications for: - Using...
```mermaid flowchart TD A[Report] -->|default/specified OSCAL files| B(Build Report) B --> C{Check for existence of models & Collect/identify Catalog} C -->|Components Exist| D[Component Report] C -->|SSP Exists| E[System Report] C...
### Additional Context Swapping the current `ReadFile` processes for the `network.Fetch()` is straightforward but `composition` will break when mixing links with a local file reference. Will need to consider the...
If [go-oscal](github.com/defenseunicorns/go-oscal) were to expose functions for creation of objects dynamically then Lula could invoke those functions and never need a specific model?
For `1.0.4` -> `1.1.1` the fields that lula needs have not been modified. In theory Lula could use the latest model version and read in an older model and still...
Action: Establish a stance for consuming older versions of OSCAL and document.