You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## 1.10.0
8
+
### Added
9
+
* CLI: Added `libfuzzer merge` job template, which enables running performing libfuzzer input minimization as a batch operation. [#282](https://github.com/microsoft/onefuzz/pull/282)
10
+
* CLI/Service: Added the instance-specific Application Insights telemetry key to `onefuzz info get`, which will enable logging to the instance specific application insights from the SDK. [#353](https://github.com/microsoft/onefuzz/pull/353)
11
+
* Agent: Added support for parsing AddressSanitizer `CHECK failed` entries, which can occur during large amounts of memory corruption. [#358](https://github.com/microsoft/onefuzz/pull/358)
12
+
* Agent/Service: Added support for parsing the ASAN "scariness" score and description when `print_scariness=1` in `ASAN_OPTIONS`. [#359](https://github.com/microsoft/onefuzz/pull/359)
13
+
14
+
### Changed
15
+
* Agent: Mark tasks as failed if the application under test generates an ASAN log file that the agent is unable to parse. [#351](https://github.com/microsoft/onefuzz/pull/351)
16
+
* Agent: Updated the `libfuzzer_merge` task to merge pre-existing inputs in a single pass. [#282](https://github.com/microsoft/onefuzz/pull/282)
17
+
* CLI: Clarified the error messages when prefix-expansion fails. [#342](https://github.com/microsoft/onefuzz/pull/342)
18
+
* Service: Rendered `pydantic` models as JSON when logging to prevent `error=None` from showing up in the error logs. [#350](https://github.com/microsoft/onefuzz/pull/350)
19
+
* Deployment: Pinned the version of pyOpenssl to the version used by multiple Azure libraries. [#348](https://github.com/microsoft/onefuzz/pull/348)
0 commit comments