Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V0.11.0 #48

Merged
merged 44 commits into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
abd3d49
add zip2bodyfile
janstarke Feb 27, 2024
5c46e59
update documentation
janstarke Feb 27, 2024
d344293
add support for creation and modification date
janstarke Feb 27, 2024
89a0dcf
format file and update versions
janstarke Feb 27, 2024
c3636a8
Update zip2bodyfile.md
Explie Feb 28, 2024
58e47fc
Update cli.rs
Explie Feb 28, 2024
77a1d29
Update zip2bodyfile.md
Explie Feb 28, 2024
7e4bca2
add integration test for zip2bodyfile
janstarke Feb 29, 2024
d0b793e
Added failing integration test
Explie Feb 29, 2024
e607441
use extended timestamps
janstarke Mar 6, 2024
3d2dff4
Merge branch 'feature/zip2bodyfile' of github.com:dfir-dd/dfir-toolki…
janstarke Mar 6, 2024
fee8def
fix timezone issues
janstarke Mar 6, 2024
0ee2646
use git dependency
janstarke Mar 6, 2024
f42d4e0
use mor recent version of prefetch parser
janstarke May 13, 2024
37a2cf8
Merge branch 'main' into 26-pf2bodyfile-creation-time-is-not-available
janstarke May 13, 2024
e450230
use generic W: Write+Send to export timeline data
janstarke May 15, 2024
8b7d7ef
use the csv crate to print csv
janstarke May 15, 2024
7fa80e4
fix unfinished merge conflict in Cargo.toml
janstarke May 15, 2024
3e0c0e6
fix two clippy complaints in pf2bodyfile
janstarke May 15, 2024
b0da727
fix deprecated functions
janstarke May 16, 2024
311f265
explicit error handling for calls to metadata()
janstarke May 16, 2024
8746657
handle missing timestamps
janstarke May 16, 2024
972c49d
require more recent rust version
janstarke May 16, 2024
81dc887
Merge pull request #40 from dfir-dd/26-pf2bodyfile-creation-time-is-n…
janstarke May 16, 2024
d36d153
Update Cargo.toml
janstarke May 16, 2024
0703f9d
fix complaint about inefficient clone method
janstarke May 17, 2024
ed01e15
simplified test output
janstarke May 17, 2024
e690550
fix: ForensicsTimestamp had hard coded timestamp
janstarke May 17, 2024
bf4bb63
don't support source timestamps anymore
janstarke May 17, 2024
2a3bc57
fix test cases
janstarke May 17, 2024
d2b18a4
add warning message to mactime2
janstarke May 17, 2024
d0cffa7
update dependencies
janstarke Jun 10, 2024
7e36e9b
merge develop and update dependencies
janstarke Jun 10, 2024
e978e71
Merge pull request #45 from dfir-dd/44-timestamp-conversion-fail-afte…
janstarke Jun 10, 2024
9bb7369
merge from develop
janstarke Jun 10, 2024
5351569
fix #47: use clap-markdown-dfir
janstarke Jun 10, 2024
1e90a77
merge from main
janstarke Jun 10, 2024
8ffc2bd
use lower version number
janstarke Jun 10, 2024
ff0a5cf
merge from develop
janstarke Jun 10, 2024
c286fbd
add old csv format
janstarke Jun 12, 2024
6736b0f
use correct newlines with old csv format
janstarke Jun 12, 2024
9e70656
use format for old-csv
janstarke Jun 13, 2024
7829d97
use shorter comment for old-csv
janstarke Jun 13, 2024
c2fce7a
Merge pull request #43 from dfir-dd/42-mactime2-writes-invalid-csv-in…
janstarke Jun 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- id: coverage
uses: actions-rs/grcov@v0.1

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ${{ steps.coverage.outputs.report }}
Loading
Loading