Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 699 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 699 Bytes

Validate OSCAL Documents

The codebase provides a library for validating an OSCAL document (Profile, Catalog, SSP, etc.) against the official schema files. It only supports XML. The code in this repository has inspired this work.

Why the library?

So other developers can use it in their applications easily.

What to expect in the future?

Here are the "I hope I can do" items:

[] Support all OSCAL versions (v1.0.0 to v1.0.3) [] Push the library as a NuGet package [] Support JSON and YAML [] Support error messages with line numbers and helpful feedback

How can you help?

It is an open-source project, so please contribute away.