Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Version 2023.06

  • NEW: Added a bulk unitdelegate endpoint to create and delete in bulk through /api/unitdelegates/bulk?survey=SURVEYID endpoint.

  • NEW: Unit answers bulk update, adding category to success and error rows.

  • FIX: Fixes for auditor permissions.

  • NEW: Display assessment name for launched and completed vendor assessments.

  • NEW: Added number of sheets to the /api/orgs endpoint.

  • NEW: Adding categories/all endpoint to show more than 25 categories.

Version 2023.05

  • NEW: Added tooltip to Add Documentation button and related tooltip improvements.

Version 2023.04

  • NEW: Admin has ability to upload and download survey answers in CSV format.

  • FIX: Risk register report now pulls /api/riskscores/all endpoint 

  • FIX: Custom attributes population - response groups needs /allRiskRegister endpoint - to limit all custom attributes that pertain to the Risk Register

  • NEW: Added due dates to Open App and Classification Surveys listings.

  • FIX: Fix to show VendorProductContactsin Vendor Product Deployments when you have more than 25 VendorProductContacts.

  • FIX: Fix for bulk lock and save not working when there are questions not answered.

  • FIX: Fix to show all Vendor Product Deployments in Vendor Products when there are more than 25 deployments total.

  • FIX: Fix to show all assessmenttypes (when there are more than 25) when launching an assessment on Assessments and Settings pages.

  • NEW: For app reports, added a new section to the reportdata blob, where we find all of the app reports matching the vertical and calculate the mean for the question categories if found. Since the app's vertical is not a requirement, this gave us some errors when trying to render the dynamic portion of the report blob. This PR accounts for this problem.

Version 2023.03

  • FIX: Fix migration conflicts for assessments.

  • NEW: Added the ability to delete a vendor product.

  • NEW: Allows users to add documentation to exception requests.

  • NEW: New model for adding Assessment Instructions, where admins can create them and add it as an attribute of an Assessment. Should be available to Surveys. Right now this is only available via the api.

  • FIX: Fix for previous answers that were NA.

  • FIX: Fix for when a user is an AppUserContact who can assess, can lock, but not unlock an answer on an app survey.

  • NEW: Added category as a searchable field for hosts through the api.

  • NEW: Add category as a searchable field for Apps through the api.

  • NEW: Added the ability to Import and Export Policies via CSV.

Version 2023.02

  • FIX: Fix for multiple leaf in migrations due to answer_text and question category merges.

  • NEW: Added sending notifications to question category delegates when they are added to a question category.

  • NEW: Add /all to /api/apps endpoint to provide an unpaged list of apps, so it's easier to query /api/apps/all?attribute=value.

  • FIX: TreeCsvUploadHandler - filtering out deleted things when looking up parent objects.

  • NEW: Push label of answer choice selected to unit answer and report.

  • NEW: Added chosen answer's text/label to csv export.

  • FIX: Bug in auto-lock/import logic for UnitAnswers that did not copy over new answer_text value from previous UnitAnswer objects.

  • FIX: Question CSV upload now filters out deleted parent and question categories so question is not attached to incorrect parent and/or question category.

  • FIX: Rendering of host-asset MAC addresses in Exception Request asset selector view.

  • FIX: Bug when trying to create a vendorverticalcategory record through the api.

...