-
Notifications
You must be signed in to change notification settings - Fork 183
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
Schema links for validation are broken. #1883
Comments
@nikitawootten-nist the PR I just pushed covers the broken |
Also for awareness, in CI, if there are errors in metaschema, then validation might still pass in some cases. May need to prioritize this. |
Quickly discussed this in issue review today and we need to make sure we prioritize this correctly especially if we are not making a release in the near future. The work itself is complete and this issue may be closed. |
Describe the bug
I noticed that the references to the schematron files and metaschema.xsd pointed to the old metaschema submodule instead of the new metaschema-xslt. This resulted in validations passing when there were possible issues in metaschema documents.
Who is the bug affecting
All developers, and ultimately the schemas and converters in OSCAL.
What is affected by this bug
Modeling, Tooling & API
How do we replicate this issue
See the following references for an example:
OSCAL/src/metaschema/oscal_component_metaschema.xml
Line 2 in ef4df06
OSCAL/src/metaschema/oscal_component_metaschema.xml
Line 15 in ef4df06
Expected behavior (i.e. solution)
Validations should fail when problems are encountered in documents.
Other comments
I already have a PR ready to push. Will push shortly for review.
Revisions
No response
The text was updated successfully, but these errors were encountered: