v0.9.3.4 (April 20, 2021)
Developer changes
- Add ability for external catalogs and baselines to be used in GovReady-q projects through the two functions
extend_external_baselines
andextend_external_catalogs
. This includes two new paths GovReady-q looks at which are EXTERNAL_BASELINE_PATH and EXTERNAL_CATALOG_PATH~/govready-q/local/controls/data/<baselines/catalogs>
- Added a
list_catalogs()
method toCatalog
in order to easily get theCatalog
objects in a list.
Bug fixes
- Fixed some issues in code resulting in excessive SQL calls slowing down the application
UI changes
- Link mini-dashboards on project page to sensible related pages.