ForensicArtifacts / artifacts

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

Add WindowsPowerShellHistory #411

Closed tomchop closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #411 (5673b36) into main (fff722f) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #411   +/-   ##
=======================================
  Coverage   91.92%   91.92%           
=======================================
  Files           7        7           
  Lines         446      446           
=======================================
  Hits          410      410           
  Misses         36       36           
Impacted Files Coverage Δ
artifacts/registry.py
artifacts/writer.py
artifacts/reader.py
artifacts/source_type.py
artifacts/artifact.py
artifacts/definitions.py
artifacts/errors.py
__w/artifacts/artifacts/artifacts/writer.py 100.00% <0.00%> (ø)
__w/artifacts/artifacts/artifacts/reader.py 90.07% <0.00%> (ø)
__w/artifacts/artifacts/artifacts/errors.py 100.00% <0.00%> (ø)
... and 4 more

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 fff722f...da71a22. Read the comment docs.

joachimmetz commented 3 years ago
PYTHONPATH=. ./tools/validator.py data/
Validating definitions in: data//*.yaml
WARNING:root:Unable to validate file: data/windows.yaml with error: After: WindowsPowerShellExecutionPolicies Missing artifact definition values.
FAILURE
joachimmetz commented 3 years ago

Removed additional --- (empty definition)

joachimmetz commented 3 years ago
PYTHONPATH=. ./tools/validator.py data/
Validating definitions in: data//*.yaml
WARNING:root:Incorrect path separator: / in path: %%users.appdata%%\Microsoft\Windows\PowerShell\PSReadLine\ConsoleHost_history.txt defined by artifact definition: WindowsPowerShellHistory in file: data/windows.yaml
FAILURE
joachimmetz commented 3 years ago
PYTHONPATH=. ./tools/validator.py data/
Validating definitions in: data//*.yaml
SUCCESS