casr 2.13.1

Collect crash reports, triage, and estimate severity.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! # CASR: Crash Analysis and Severity Report
//!
//! CASR – collect crash reports, triage, and estimate severity.
//! It is based on ideas from [exploitable](https://github.com/jfoote/exploitable) and
//! [apport](https://github.com/canonical/apport).
//!
//! Enable `dojo` feature to build `casr-dojo` that can upload new and unique
//! CASR reports to [DefectDojo](https://github.com/DefectDojo/django-DefectDojo).

pub mod triage;
pub mod util;