puffyCid / artemis

A cross platform forensic parser written in Rust!
MIT License
64 stars 7 forks source link

Windows timestamps migration #152

Closed puffyCid closed 3 months ago

puffyCid commented 3 months ago

This PR migrates windows artifact timestamps to ISO RFC 3339

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 91.10708% with 49 lines in your changes missing coverage. Please review.

Project coverage is 84.81%. Comparing base (ecfb7e1) to head (e16ac44).

:exclamation: Current head e16ac44 differs from pull request most recent head cd29e71

Please upload reports for the commit cd29e71 to get more accurate results.

Files Patch % Lines
...rc/artifacts/os/windows/srum/tables/application.rs 15.78% 16 Missing :warning:
...ore/src/artifacts/os/windows/srum/tables/energy.rs 0.00% 9 Missing :warning:
core/src/artifacts/os/windows/shellbags/parser.rs 60.00% 8 Missing :warning:
...rc/artifacts/os/windows/search/tables/indexgthr.rs 0.00% 4 Missing :warning:
...re/src/artifacts/os/windows/srum/tables/network.rs 50.00% 3 Missing :warning:
.../artifacts/os/windows/srum/tables/notifications.rs 0.00% 3 Missing :warning:
core/src/artifacts/os/windows/shimcache/os/win7.rs 66.66% 2 Missing :warning:
...rc/artifacts/os/windows/shellitems/controlpanel.rs 92.30% 1 Missing :warning:
core/src/artifacts/os/windows/shimcache/os/win8.rs 75.00% 1 Missing :warning:
...ore/src/artifacts/os/windows/shimcache/os/win81.rs 75.00% 1 Missing :warning:
... and 1 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #152 +/- ## ========================================== + Coverage 84.78% 84.81% +0.02% ========================================== Files 475 475 Lines 53565 53586 +21 ========================================== + Hits 45415 45447 +32 + Misses 8150 8139 -11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.