log2timeline / plaso

Super timeline all the things
https://plaso.readthedocs.io
Apache License 2.0
1.66k stars 327 forks source link

Added MacOS startup item plugin #4800

Closed Spferical closed 5 months ago

Spferical commented 5 months ago

One line description of pull request

Adds a parser for MacOS startup item plist files, a pre-launchd service mechanism.

Description:

Apple docs

Notes:

All contributions to Plaso undergo code review. This makes sure that the code has appropriate test coverage and conforms to the Plaso style guide.

One of the maintainers will examine your code, and may request changes. Check off the items below in order, and then a maintainer will review your code.

Checklist:

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (04c3f1a) 86.04% compared to head (0e051cb) 86.05%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4800 +/- ## ========================================== + Coverage 86.04% 86.05% +0.01% ========================================== Files 416 417 +1 Lines 37651 37678 +27 ========================================== + Hits 32396 32423 +27 Misses 5255 5255 ```

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

Spferical commented 5 months ago

Looks like a spurious docs build failure: 2024-02-06T04:37:51.7669893Z (sources/api/plaso.parsers.sqlite_plugins: line 4) broken https://hg.mozilla.org/mozilla-central/file/349a2f003529/netwerk/cookie/nsCookie.h - HTTPSConnectionPool(host='hg.mozilla.org', port=443): Max retries exceeded with url: /mozilla-central/file/349a2f003529/netwerk/cookie/nsCookie.h (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))

joachimmetz commented 5 months ago

Looks like a spurious docs build failure:

that happens from time to time, safe to ignore from your end. I'll try to review this PR later this week