Release 1.0 metaschema adjustments#1065
Merged
david-waltermire merged 4 commits intousnistgov:release-1.0from Dec 9, 2021
Merged
Release 1.0 metaschema adjustments#1065david-waltermire merged 4 commits intousnistgov:release-1.0from
david-waltermire merged 4 commits intousnistgov:release-1.0from
Conversation
added 4 commits
October 12, 2021 07:37
david-waltermire
pushed a commit
that referenced
this pull request
Dec 9, 2021
* Many fixes to the constraints in the OSCAL metaschemas to repair broken Metapaths. * fixing defects in metaschema constraints * Updating to latest Metaschema toolchain. Removed use of the "require" constraint. * updating readme with current links
david-waltermire
pushed a commit
that referenced
this pull request
Jan 13, 2022
* Many fixes to the constraints in the OSCAL metaschemas to repair broken Metapaths. * fixing defects in metaschema constraints * Updating to latest Metaschema toolchain. Removed use of the "require" constraint. * updating readme with current links
wendellpiez
pushed a commit
to wendellpiez/OSCAL
that referenced
this pull request
Jan 14, 2022
* Many fixes to the constraints in the OSCAL metaschemas to repair broken Metapaths. * fixing defects in metaschema constraints * Updating to latest Metaschema toolchain. Removed use of the "require" constraint. * updating readme with current links
david-waltermire
pushed a commit
that referenced
this pull request
Jan 14, 2022
* party should be required, but was marked as optional by mistake * documented the default value for with-child-controls * Adding missing structuring directive from Profile resolution. * Release 1.0 metaschema adjustments (#1065) * Many fixes to the constraints in the OSCAL metaschemas to repair broken Metapaths. * fixing defects in metaschema constraints * Updating to latest Metaschema toolchain. Removed use of the "require" constraint. * updating readme with current links * Permits provision of a fresh UUID for a resolved catalog at runtime, or more graceful fallbacks. * New improved version moves UUID generation logic into the profile processor XSLT shell. (So the internal process is platform-agnostic and will not attempt any external references.) * Further syntax improvements; start at an XSpec for file set (not working yet) * Adding missing 'random' utility XSLT * Providing XSpec support for normalized comparison * Samples corrected (wrt metadata/oscal-version); added XSpec for running full set with XSLT to produce it * Peeled off 'safe' profile resolver for XSpec to avoiding runtime errors. 'Full' set now runs (showing 11 passed 6 failed) * Making UUID-generation more robust (will fail instead of break) * Refining top-level profile resolution testing; more improvements to interface * Repairing broken test; extending testing under XSpec * More refinements to end-to-end XSpec for profile resolution Co-authored-by: David Waltermire <david.waltermire@nist.gov>
galtm
pushed a commit
to galtm/OSCAL
that referenced
this pull request
Jan 15, 2022
* Many fixes to the constraints in the OSCAL metaschemas to repair broken Metapaths. * fixing defects in metaschema constraints * Updating to latest Metaschema toolchain. Removed use of the "require" constraint. * updating readme with current links
galtm
pushed a commit
to galtm/OSCAL
that referenced
this pull request
Jan 16, 2022
* Many fixes to the constraints in the OSCAL metaschemas to repair broken Metapaths. * fixing defects in metaschema constraints * Updating to latest Metaschema toolchain. Removed use of the "require" constraint. * updating readme with current links
david-waltermire
pushed a commit
that referenced
this pull request
Jan 26, 2022
* Many fixes to the constraints in the OSCAL metaschemas to repair broken Metapaths. * fixing defects in metaschema constraints * Updating to latest Metaschema toolchain. Removed use of the "require" constraint. * updating readme with current links
david-waltermire
pushed a commit
that referenced
this pull request
Jan 26, 2022
* party should be required, but was marked as optional by mistake * documented the default value for with-child-controls * Adding missing structuring directive from Profile resolution. * Release 1.0 metaschema adjustments (#1065) * Many fixes to the constraints in the OSCAL metaschemas to repair broken Metapaths. * fixing defects in metaschema constraints * Updating to latest Metaschema toolchain. Removed use of the "require" constraint. * updating readme with current links * Permits provision of a fresh UUID for a resolved catalog at runtime, or more graceful fallbacks. * New improved version moves UUID generation logic into the profile processor XSLT shell. (So the internal process is platform-agnostic and will not attempt any external references.) * Further syntax improvements; start at an XSpec for file set (not working yet) * Adding missing 'random' utility XSLT * Providing XSpec support for normalized comparison * Samples corrected (wrt metadata/oscal-version); added XSpec for running full set with XSLT to produce it * Peeled off 'safe' profile resolver for XSpec to avoiding runtime errors. 'Full' set now runs (showing 11 passed 6 failed) * Making UUID-generation more robust (will fail instead of break) * Refining top-level profile resolution testing; more improvements to interface * Repairing broken test; extending testing under XSpec * More refinements to end-to-end XSpec for profile resolution Co-authored-by: David Waltermire <david.waltermire@nist.gov>
david-waltermire
pushed a commit
that referenced
this pull request
Jan 31, 2022
* Many fixes to the constraints in the OSCAL metaschemas to repair broken Metapaths. * fixing defects in metaschema constraints * Updating to latest Metaschema toolchain. Removed use of the "require" constraint. * updating readme with current links
david-waltermire
pushed a commit
that referenced
this pull request
Feb 26, 2022
* Many fixes to the constraints in the OSCAL metaschemas to repair broken Metapaths. * fixing defects in metaschema constraints * Updating to latest Metaschema toolchain. Removed use of the "require" constraint. * updating readme with current links
iMichaela
pushed a commit
to iMichaela/OSCAL
that referenced
this pull request
Apr 7, 2022
* Many fixes to the constraints in the OSCAL metaschemas to repair broken Metapaths. * fixing defects in metaschema constraints * Updating to latest Metaschema toolchain. Removed use of the "require" constraint. * updating readme with current links
iMichaela
pushed a commit
to iMichaela/OSCAL
that referenced
this pull request
Apr 7, 2022
) * party should be required, but was marked as optional by mistake * documented the default value for with-child-controls * Adding missing structuring directive from Profile resolution. * Release 1.0 metaschema adjustments (usnistgov#1065) * Many fixes to the constraints in the OSCAL metaschemas to repair broken Metapaths. * fixing defects in metaschema constraints * Updating to latest Metaschema toolchain. Removed use of the "require" constraint. * updating readme with current links * Permits provision of a fresh UUID for a resolved catalog at runtime, or more graceful fallbacks. * New improved version moves UUID generation logic into the profile processor XSLT shell. (So the internal process is platform-agnostic and will not attempt any external references.) * Further syntax improvements; start at an XSpec for file set (not working yet) * Adding missing 'random' utility XSLT * Providing XSpec support for normalized comparison * Samples corrected (wrt metadata/oscal-version); added XSpec for running full set with XSLT to produce it * Peeled off 'safe' profile resolver for XSpec to avoiding runtime errors. 'Full' set now runs (showing 11 passed 6 failed) * Making UUID-generation more robust (will fail instead of break) * Refining top-level profile resolution testing; more improvements to interface * Repairing broken test; extending testing under XSpec * More refinements to end-to-end XSpec for profile resolution Co-authored-by: David Waltermire <david.waltermire@nist.gov>
Rene2mt
pushed a commit
to Rene2mt/OSCAL
that referenced
this pull request
May 17, 2022
* Many fixes to the constraints in the OSCAL metaschemas to repair broken Metapaths. * fixing defects in metaschema constraints * Updating to latest Metaschema toolchain. Removed use of the "require" constraint. * updating readme with current links
Rene2mt
pushed a commit
to Rene2mt/OSCAL
that referenced
this pull request
May 17, 2022
) * party should be required, but was marked as optional by mistake * documented the default value for with-child-controls * Adding missing structuring directive from Profile resolution. * Release 1.0 metaschema adjustments (usnistgov#1065) * Many fixes to the constraints in the OSCAL metaschemas to repair broken Metapaths. * fixing defects in metaschema constraints * Updating to latest Metaschema toolchain. Removed use of the "require" constraint. * updating readme with current links * Permits provision of a fresh UUID for a resolved catalog at runtime, or more graceful fallbacks. * New improved version moves UUID generation logic into the profile processor XSLT shell. (So the internal process is platform-agnostic and will not attempt any external references.) * Further syntax improvements; start at an XSpec for file set (not working yet) * Adding missing 'random' utility XSLT * Providing XSpec support for normalized comparison * Samples corrected (wrt metadata/oscal-version); added XSpec for running full set with XSLT to produce it * Peeled off 'safe' profile resolver for XSpec to avoiding runtime errors. 'Full' set now runs (showing 11 passed 6 failed) * Making UUID-generation more robust (will fail instead of break) * Refining top-level profile resolution testing; more improvements to interface * Repairing broken test; extending testing under XSpec * More refinements to end-to-end XSpec for profile resolution Co-authored-by: David Waltermire <david.waltermire@nist.gov>
david-waltermire
pushed a commit
that referenced
this pull request
May 17, 2022
* Many fixes to the constraints in the OSCAL metaschemas to repair broken Metapaths. * fixing defects in metaschema constraints * Updating to latest Metaschema toolchain. Removed use of the "require" constraint. * updating readme with current links
david-waltermire
pushed a commit
that referenced
this pull request
Jun 21, 2022
* Many fixes to the constraints in the OSCAL metaschemas to repair broken Metapaths. * fixing defects in metaschema constraints * Updating to latest Metaschema toolchain. Removed use of the "require" constraint. * updating readme with current links
david-waltermire
pushed a commit
that referenced
this pull request
Jul 13, 2022
* Many fixes to the constraints in the OSCAL metaschemas to repair broken Metapaths. * fixing defects in metaschema constraints * Updating to latest Metaschema toolchain. Removed use of the "require" constraint. * updating readme with current links
david-waltermire
pushed a commit
that referenced
this pull request
Aug 23, 2022
* Many fixes to the constraints in the OSCAL metaschemas to repair broken Metapaths. * fixing defects in metaschema constraints * Updating to latest Metaschema toolchain. Removed use of the "require" constraint. * updating readme with current links
aj-stein-nist
pushed a commit
to aj-stein-nist/OSCAL-forked
that referenced
this pull request
Oct 6, 2022
* Many fixes to the constraints in the OSCAL metaschemas to repair broken Metapaths. * fixing defects in metaschema constraints * Updating to latest Metaschema toolchain. Removed use of the "require" constraint. * updating readme with current links
aj-stein-nist
pushed a commit
that referenced
this pull request
Oct 18, 2022
* Many fixes to the constraints in the OSCAL metaschemas to repair broken Metapaths. * fixing defects in metaschema constraints * Updating to latest Metaschema toolchain. Removed use of the "require" constraint. * updating readme with current links
david-waltermire
pushed a commit
that referenced
this pull request
Oct 31, 2022
* Many fixes to the constraints in the OSCAL metaschemas to repair broken Metapaths. * fixing defects in metaschema constraints * Updating to latest Metaschema toolchain. Removed use of the "require" constraint. * updating readme with current links
aj-stein-nist
pushed a commit
to aj-stein-nist/OSCAL-forked
that referenced
this pull request
Jan 10, 2023
* Many fixes to the constraints in the OSCAL metaschemas to repair broken Metapaths. * fixing defects in metaschema constraints * Updating to latest Metaschema toolchain. Removed use of the "require" constraint. * updating readme with current links
aj-stein-nist
pushed a commit
to aj-stein-nist/OSCAL-forked
that referenced
this pull request
Feb 6, 2023
* Many fixes to the constraints in the OSCAL metaschemas to repair broken Metapaths. * fixing defects in metaschema constraints * Updating to latest Metaschema toolchain. Removed use of the "require" constraint. * updating readme with current links
aj-stein-nist
pushed a commit
to aj-stein-nist/OSCAL-forked
that referenced
this pull request
Jun 29, 2023
* Many fixes to the constraints in the OSCAL metaschemas to repair broken Metapaths. * fixing defects in metaschema constraints * Updating to latest Metaschema toolchain. Removed use of the "require" constraint. * updating readme with current links
aj-stein-nist
pushed a commit
to aj-stein-nist/OSCAL-forked
that referenced
this pull request
Jul 10, 2023
* Many fixes to the constraints in the OSCAL metaschemas to repair broken Metapaths. * fixing defects in metaschema constraints * Updating to latest Metaschema toolchain. Removed use of the "require" constraint. * updating readme with current links
aj-stein-nist
pushed a commit
to galtm/OSCAL
that referenced
this pull request
Sep 28, 2023
* Many fixes to the constraints in the OSCAL metaschemas to repair broken Metapaths. * fixing defects in metaschema constraints * Updating to latest Metaschema toolchain. Removed use of the "require" constraint. * updating readme with current links
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Committer Notes
Adjustments to metaschema constraints to:
All Submissions:
Changes to Core Features: