From c47381b53be58a42cc46b66a809aa2c85352275f Mon Sep 17 00:00:00 2001 From: gearnode Date: Sat, 12 Apr 2025 00:28:18 -0700 Subject: [PATCH] Update CHANGELOG Signed-off-by: gearnode --- CHANGELOG.md | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 755ccb2ac..bf8b8c095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,31 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Added + +- Enhanced risk management with inherent and residual risk assessment capabilities + - Added new fields to track both inherent and residual likelihood/impact values + - Introduced risk severity calculation as the product of likelihood and impact + - Added visual risk matrix to view risk distribution by severity +- New risk-policy mapping functionality allowing risks to be linked to policies +- New risk-control mapping functionality enabling risks to be linked to controls +- Added edit functionality for risks with a new edit page +- New popover components for mitigation information on the mitigations list view +- Pre-populated risk templates from a JSON data source + ### Changed - Update vendors catalog. +- Updated risk creation form to include both inherent and residual risk parameters +- Improved risk list view with risk matrix visualization +- Enhanced breadcrumb navigation for risk detail pages +- Refactored risk-mitigation mapping to remove redundant probability/impact fields +- Renamed probability field to likelihood for better alignment with risk management terminology + +### Fixed + +- Improved license file formatting in vendors and risks data directories +- Fixed URL in attribution text (`getprobo.com` → `www.getprobo.com`) ## [0.6.0] - 2025-04-10 @@ -21,30 +43,12 @@ All notable changes to this project will be documented in this file. - Certification tracking with tag-based interface - Links to important vendor documents (SLA, DPA, security pages) - Support for multiple compliance certifications per vendor -- Enhanced risk management with inherent and residual risk assessment capabilities - - Added new fields to track both inherent and residual likelihood/impact values - - Introduced risk severity calculation as the product of likelihood and impact - - Added visual risk matrix to view risk distribution by severity -- New risk-policy mapping functionality allowing risks to be linked to policies -- New risk-control mapping functionality enabling risks to be linked to controls -- Added edit functionality for risks with a new edit page -- Pre-populated risk templates from a JSON data source - -### Changed - -- Updated risk creation form to include both inherent and residual risk parameters -- Improved risk list view with risk matrix visualization -- Enhanced breadcrumb navigation for risk detail pages -- Refactored risk-mitigation mapping to remove redundant probability/impact fields -- Renamed probability field to likelihood for better alignment with risk management terminology ### Fixed - Fix cannot create vendor when the name is too similar to suggested one - Fix UI showing double button to close evidence preview modal - Fix cannot delete vendor with compliance reports (added cascade delete constraint) -- Improved license file formatting in vendors and risks data directories -- Fixed URL in attribution text (`getprobo.com` → `www.getprobo.com`) ## [0.5.0] - 2025-04-10