Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

6.4.0

Compare
Choose a tag to compare
@nharper285 nharper285 released this 10 Feb 02:05
· 419 commits to main since this release

6.4.0

⚠Deployment Change:

In the config.json used during deployment; tenant_id, tenant_domain, multi_tenant_domain, and cli_client_id are now required values. These values are being moved from parameters used in the onefuzz config CLI command, which will not be present in a future release, however they are unchanged for this version. There is an updated version of the config.json with default values that correspond to the Microsoft.com tenant in this release as well. Please review Pull Request - #2771 for more information.

Added

  • Deployment/CLI: OneFuzz Config refactored - tenant_id, tenant_domain, multi_tenant_domain, and cli_client_id are now required values in the config.json used during deployment and no longer required when running the config command. #2771, #2811
  • Agent: Fully escape allowlist rules #2784
  • Agent: Apply allowlist to all blocks within a function #2785
  • CLI: Added a cli subcommand onefuzz debug notification template to validate scriban notification templates #2800
  • Service: Added Notification failure webhook to communicate Notification failures #2628

Changed

  • Service: Include AssignedTo when failing to create a work item due to an authentication exception #2770

Fixed

  • Agent: Fixes & improvements to Expand behavior #2789
  • Agent: Triming whitespace in output from monitored process before printing #2782
  • CLI: Fixed default value of analyzer_exe #2797
  • CLI: Fixed missing readonly_inputs parameter in dotnet & dotnet_dll templates #2740
  • Service: Fixed query to get the existing proxy #2791
  • Service: Truncate webhooks message length for azure queue size compatibility #2788