yampelo / beagle

Beagle is an incident response and digital forensics tool which transforms security logs and data into graphs.
MIT License
1.27k stars 144 forks source link

Append evidence to graph #70

Closed yampelo closed 4 years ago

yampelo commented 4 years ago

This pull request will allow additional information to be appended to existing graphs. This will resolve #28

codecov[bot] commented 4 years ago

Codecov Report

Merging #70 into master will increase coverage by 0.68%. The diff coverage is 53.64%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
+ Coverage   78.46%   79.15%   +0.68%     
==========================================
  Files          56       56              
  Lines        2703     2768      +65     
==========================================
+ Hits         2121     2191      +70     
+ Misses        582      577       -5
Impacted Files Coverage Δ
beagle/web/api/models.py 83.33% <ø> (-0.67%) :arrow_down:
beagle/backends/networkx.py 97.82% <100%> (+0.2%) :arrow_up:
beagle/web/api/views.py 57.8% <47.32%> (+16.36%) :arrow_up:
beagle/backends/base_backend.py 75% <50%> (-3.58%) :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 86dd5ea...af510d1. Read the comment docs.