-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
585d504
commit 66bf3ec
Showing
10 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[workspace.package] | ||
version = "2.4.0" | ||
version = "2.5.0" | ||
authors = ["Andrey Fedotov <[email protected]>", "Alexey Vishnyakov <[email protected]>", "Georgy Savidov <[email protected]>"] | ||
|
||
[workspace] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "casr" | ||
authors = ["Andrey Fedotov <[email protected]>", "Alexey Vishnyakov <[email protected]>", "Georgy Savidov <[email protected]>"] | ||
version = "2.4.0" | ||
version = "2.5.0" | ||
description = "Collect crash reports, triage, and estimate severity." | ||
keywords = ["gdb", "crash", "stacktrace", "triage", "coredump"] | ||
readme = "../README.md" | ||
|
@@ -30,7 +30,7 @@ serde_json = "~1.0" | |
regex = "~1.5" | ||
libc = "~0" | ||
|
||
libcasr = { path = "../libcasr", version = "2.4.0", features = ["serde", "exploitable"] } | ||
libcasr = { path = "../libcasr", version = "2.5.0", features = ["serde", "exploitable"] } | ||
|
||
[dev-dependencies] | ||
lazy_static = "~1.4" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ struct AflCrashInfo { | |
|
||
fn main() -> Result<()> { | ||
let matches = App::new("casr-afl") | ||
.version("2.4.0") | ||
.version("2.5.0") | ||
.author("Andrey Fedotov <[email protected]>, Alexey Vishnyakov <[email protected]>, Georgy Savidov <[email protected]>") | ||
.about("Triage crashes found by AFL++") | ||
.term_width(90) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ use libcasr::report::CrashReport; | |
fn main() -> Result<()> { | ||
let matches = App::new("casr-cli") | ||
.author("Andrey Fedotov <[email protected]>, Alexey Vishnyakov <[email protected]>, Georgy Savidov <[email protected]>") | ||
.version("2.4.0") | ||
.version("2.5.0") | ||
.about("App provides text-based user interface to view CASR reports and print joint statistics for all reports.") | ||
.term_width(90) | ||
.arg( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -327,7 +327,7 @@ fn merge_dirs(input: &Path, output: &Path) -> Result<u64> { | |
|
||
fn main() -> Result<()> { | ||
let matches = App::new("casr-cluster") | ||
.version("2.4.0") | ||
.version("2.5.0") | ||
.author( | ||
"Andrey Fedotov <[email protected]>, \ | ||
Alexey Vishnyakov <[email protected]>, Georgy Savidov <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ use libcasr::severity::Severity; | |
|
||
fn main() -> Result<()> { | ||
let matches = App::new("casr-core") | ||
.version("2.4.0") | ||
.version("2.5.0") | ||
.author("Andrey Fedotov <[email protected]>, Alexey Vishnyakov <[email protected]>, Georgy Savidov <[email protected]>") | ||
.about("Analyze coredump for security goals and provide detailed report with severity estimation") | ||
.term_width(90) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ use std::path::{Path, PathBuf}; | |
|
||
fn main() -> Result<()> { | ||
let matches = App::new("casr-gdb") | ||
.version("2.4.0") | ||
.version("2.5.0") | ||
.author("Andrey Fedotov <[email protected]>, Alexey Vishnyakov <[email protected]>, Georgy Savidov <[email protected]>") | ||
.about("Create CASR reports (.casrep) from gdb execution") | ||
.term_width(90) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ fn call_casr_san(matches: &ArgMatches, argv: &[&str]) -> Result<()> { | |
|
||
fn main() -> Result<()> { | ||
let matches = App::new("casr-python") | ||
.version("2.4.0") | ||
.version("2.5.0") | ||
.author("Andrey Fedotov <[email protected]>, Alexey Vishnyakov <[email protected]>, Georgy Savidov <[email protected]>, Ilya Yegorov <[email protected]>") | ||
.about("Create CASR reports (.casrep) from python reports") | ||
.term_width(90) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ use std::process::Command; | |
|
||
fn main() -> Result<()> { | ||
let matches = App::new("casr-san") | ||
.version("2.4.0") | ||
.version("2.5.0") | ||
.author("Andrey Fedotov <[email protected]>, Alexey Vishnyakov <[email protected]>, Georgy Savidov <[email protected]>") | ||
.about("Create CASR reports (.casrep) from sanitizer reports") | ||
.term_width(90) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "libcasr" | ||
authors = ["Andrey Fedotov <[email protected]>", "Alexey Vishnyakov <[email protected]>", "Georgy Savidov <[email protected]>"] | ||
version = "2.4.0" | ||
version = "2.5.0" | ||
description = "Collect crash reports, triage, and estimate severity." | ||
keywords = ["gdb", "crash", "stacktrace", "triage", "coredump"] | ||
readme = "../README.md" | ||
|