-
Notifications
You must be signed in to change notification settings - Fork 368
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
SQLite parser for iOS Notes file #4944
base: main
Are you sure you want to change the base?
Conversation
I assume log2timeline-20241205T004447.log.gz was added by mistake? |
@CandraTP what is the origin of the test data file? |
plaso/data/formatters/ios.yaml
Outdated
@@ -1,6 +1,19 @@ | |||
# Plaso iOS related event formatters. | |||
--- | |||
type: 'conditional' | |||
data_type: 'ios:accounts:account' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not appear to be used, removing
plaso/data/timeliner.yaml
Outdated
@@ -487,6 +487,12 @@ attribute_mappings: | |||
description: 'Creation Time' | |||
place_holder_event: false | |||
--- | |||
data_type: 'ios:accounts:account' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not appear to be used, removing
utils/build_docker.sh
Outdated
@@ -12,7 +12,7 @@ set -e; | |||
|
|||
cd config/docker; | |||
|
|||
docker build --no-cache --force-rm -t log2timeline/plaso . 2>&1 | tee ${LOGFILE}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not needed
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4944 +/- ##
==========================================
- Coverage 85.09% 85.06% -0.03%
==========================================
Files 432 433 +1
Lines 38792 38824 +32
==========================================
+ Hits 33009 33025 +16
- Misses 5783 5799 +16 ☔ View full report in Codecov by Sentry. |
One line description of pull request
Add SQLite parser for iOS Notes file
Description:
We added and modified the following files :
Related issue (if applicable): fixes #
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: