Skip to content

Version 0.9.10

Compare
Choose a tag to compare
@gregelin gregelin released this 16 Aug 20:50
· 1374 commits to main since this release
8be41a0

Version 0.9.10 makes several important fixes to 0.9.8 and 0.9.9.

v0.9.10 (August 16, 2021)

Developer changes

  • Component tags now correctly included on OSCAL component export and included on OSCAL component import.
  • Component tags now correctly included on OSCAL SSP generation.

Bug fix

  • Add the catalog_key to statement's sid_class and source fields when adding new statement to a component in library.

Data fix

  • Add migration in controls to load default control catalogs into CatalogData in database. Remove loading of catalogs via first_run command.

v0.9.9 (August 12, 2021)

UI changes

  • Improve speed control selection auto-complete.
  • Various improvements to domponent add statement form: better alignment, validate control selected before saving, show/hide "Add component statement" button appropriately.

Developer changes

  • Move creation of users in first_run to earlier in script.
  • Use faster bulk_create importing components.

Data changes

  • Update sample components to OSCAL 1.0.0.
  • Change CatalogData JSONFields to Django JSONField for better searching options.
  • Import components and their statements even when catalog not found or statement control ids are not found in referenced catalog.