OSCAL 1.0.4 Release
Note: This patch release fixes a defect in the JSON schemas released with OSCAL 1.0.3. Please use this release instead of the 1.0.3 release.
What's Changed
- #1256 Removed duplicated text in identifier use webpage. (PR #1257) @Rene2mt
- #1260 Updated data type documentation and schema constraints to address regex issues in JSON schemas (PR #1265) @david-waltermire-nist, @wendellpiez
- Removed references to specific OSCAL releases in
README.md
(PR #1261) @guyzyl - Added OSCAL-deep-diff content to tools page (PR #1248) @nikitawootten-nist
- Simplifed release Management in OSCAL Github repo and website (PR #1264) @david-waltermire-nist
New Contributors
- @nikitawootten-nist made their first contribution in #1248
Notable Changes
This release corrects defects in the JSON schemas released with OSCAL 1.0.3. The previously released schemas did not contain the correct regular expressions required to properly constrain data based on the specific data type for a given field. As a result, under the old schemas some data might be allowed to be provided that is invalid. The new JSON schemas in this release correct this defect by restoring the proper regular expressions.
Full Changelog: v1.0.3...v1.0.4