Releases: ispras/casr
Releases · ispras/casr
Release v2.6.0
- casr-libfuzzer tool for triaging crashes found by libFuzzer based fuzzers (C/C++/go-fuzz/Atheris)
- kodama crate for clustering instead of python scipy
- riscv support
- clap 4.2 for options parsing
Release v2.5.1
- update crate dependencies
- filter sensitive environment variables
- casr-cluster deduplication fixes
Release v2.5.0
- libCASR: a library for triaging and severity estimation of crashes
- crash triaging for Go panics
- crash triaging for AARCH64 binaries
- improved stacktrace filtering
- added environment variables to casr-san, casr-gdb, and casr-python
- casr-cli: option to print only unique crash lines in joint statistics
- python exceptions are treated as not exploitable
v2.4.0
- user specified regular expression to filter functions in stacktrace
- casr-cli: joint statistics about reports
- casr-afl: copying crashes next to reports, parallel reports producing, joint statistics from casr-cli
v2.3.0
- rust panic support in casr-san/casr-gdb
- c++ exceptions support in casr-san/casr-gdb
- casr-python for creating CASR reports from python crashes
v2.2.0
- casr-afl: tool for triaging crashes found by AFL++
- Use stack trace filtering in casr-cluster
- Rename casr into casr-core
v2.1.1
- Fix reporting error with setting personality in casr-san
- Add Stdin file field to CASR report
- Support AccessViolationNearNull in casr-san
- Improve READ/WRITE parsing for SEGV in casr-san
- Support processing of SIGTRAP, SIGSYS, SIGBUS
- Filter out corrupted stack trace parts in casr-san and casr-gdb
v2.1.0
Open source CASR