feat: add RustyPipe::version_botguard fn, detect rustypipe-botguard in current dir, add botguard version to report
This commit is contained in:
parent
9957add2b5
commit
1d755b76bf
4 changed files with 120 additions and 45 deletions
|
|
@ -39,7 +39,7 @@ impl DeobfData {
|
|||
if let Err(e) = &res {
|
||||
if let Some(reporter) = reporter {
|
||||
let report = Report {
|
||||
info: RustyPipeInfo::new(None),
|
||||
info: RustyPipeInfo::new(None, None),
|
||||
level: Level::ERR,
|
||||
operation: "extract_deobf",
|
||||
error: Some(e.to_string()),
|
||||
|
|
|
|||
Reference in a new issue