log2timeline / l2tscaffolder

Scaffolders for bootstrapping development of open source forensics tools.
http://l2tscaffolder.readthedocs.io/
Apache License 2.0
6 stars 9 forks source link

Changing the text for SQLite plugin parser a bit and adding some additional verification #64

Closed kiddinn closed 5 years ago

kiddinn commented 5 years ago

There was an issue in which the user added spaces for instance in the key value for the DictAnswer the code would not get generated.

Some additional logic was therefore added into the verification part, changing key values that do not confirm to those values. Moving some of the logic out of the template and into the scaffolder.

codecov[bot] commented 5 years ago

Codecov Report

Merging #64 into master will decrease coverage by 0.19%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #64     +/-   ##
=========================================
- Coverage   84.95%   84.75%   -0.2%     
=========================================
  Files          28       28             
  Lines        1050     1056      +6     
=========================================
+ Hits          892      895      +3     
- Misses        158      161      +3
Impacted Files Coverage Δ
l2tscaffolder/scaffolders/plaso_sqlite.py 90.72% <50%> (-2.69%) :arrow_down:

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 ad83b66...c434eec. Read the comment docs.