File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ Change Log
44## Next Version
55- Various bug fixes.
66
7+ ## Version 1.4.0
8+ - Various bug fixes.
9+ - Implemented issue tracker policy and finishing the refactoring for supporting
10+ different issue trackers.
11+ - Disabled external mutators (Radamsa and ML RNN) for fuzz targets built with
12+ libprotobuf-mutator library.
13+ - Added support for auxiliary fuzzing builds (e.g. DFSan instrumented builds for
14+ libFuzzer).
15+ - Refactored ` build_manager ` and ` fuzz_task ` .
16+ - Optimized performance of the most frequently used pages (Testcases and
17+ Testcase Details).
18+ - Added explicit schema for the BigQuery import calls (used to load the fuzzer
19+ stats data into BigQuery).
20+ - Added experimental implementation of the Multi-Armed Bandit algorithm for
21+ fuzzing strategy selection.
22+ - Implemented ` variant ` task that runs testcases on different jobs in order to
23+ provide more information about the bugs.
24+ - Implemented the new version of the reproduce tool, which currently works on
25+ Linux.
26+
727## Version 1.3.0
828- Various bug fixes.
929- Fixed security severity listbox not working.
You can’t perform that action at this time.
0 commit comments