Skip to content

Commit

Permalink
Merge branch 'main' into feature/lnk2bodyfile
Browse files Browse the repository at this point in the history
  • Loading branch information
janstarke authored Nov 3, 2023
2 parents 20890a1 + 4947424 commit 6edca39
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@ matches = "0.1"
# es4forensics
assert-json-diff = "2.0"

assert_cmd = "2"
assert_cmd = "2"
8 changes: 4 additions & 4 deletions common-crates/dfirtk-eventdata/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions derive-crates/dfirtk-sessionevent-derive/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/bin/evtxls/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ impl EvtxLs {
}

if let Some(not_after) = self.cli.not_after.as_ref() {
if &record.timestamp < not_after {
if &record.timestamp > not_after {
continue;
}
}
Expand Down

0 comments on commit 6edca39

Please sign in to comment.