ForensicArtifacts / artifacts

Digital Forensics artifact repository
Apache License 2.0
1.06k stars 206 forks source link

Update Dropbox definition to include sync_history.db #466

Closed sydp closed 2 years ago

sydp commented 2 years ago

Add database file procesed by plaso parser (ref: https://github.com/log2timeline/plaso/pull/4052)

joachimmetz commented 2 years ago

@sydp FYI the validation test is failing please check the definition:

======================================================================
FAIL: testArtifactDefinitionsValidator (validator_test.ArtifactDefinitionsValidatorTest)
Runs the validator over all the YAML artifact definitions files.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\projects\artifacts\tests\validator_test.py", line 24, in testArtifactDefinitionsValidator
    self.assertTrue(
AssertionError: False is not true : in definitions file: data\cloud_services.yaml
codecov[bot] commented 2 years ago

Codecov Report

Merging #466 (5b4ec91) into main (f508846) will decrease coverage by 1.45%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #466      +/-   ##
==========================================
- Coverage   91.92%   90.47%   -1.46%     
==========================================
  Files           7        7              
  Lines         446      462      +16     
==========================================
+ Hits          410      418       +8     
- Misses         36       44       +8     
Impacted Files Coverage Δ
artifacts/registry.py 79.74% <0.00%> (-7.35%) :arrow_down:
artifacts/source_type.py 91.25% <0.00%> (-0.06%) :arrow_down:
artifacts/reader.py 90.07% <0.00%> (ø)
artifacts/writer.py 100.00% <0.00%> (ø)
artifacts/definitions.py 100.00% <0.00%> (ø)
artifacts/artifact.py 97.87% <0.00%> (+0.09%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f508846...5b4ec91. Read the comment docs.