The Wayback Machine - https://web.archive.org/web/20210713010615/https://github.com/topics/dfir
Skip to content
#

dfir

Here are 319 public repositories matching this topic...

bbannier
bbannier commented Jul 7, 2021

The installation of CMake files seems to install a .git file which in the source checkout would point to the submodule, but is not present in the installation, e.g., when installing Zeek via the Homebrew formula

$ cat /usr/local/share/zeek/cmake/.git
gitdir: ../.git/modules/cmake

This does not seem to cause any direct issues, but is not needed and potentially confusing to toolin

aarontp
aarontp commented Dec 13, 2018

Right now a lot of the logging from the tasks does not get propagated back to the user, so we should make sure that all of the tasks are adding logs and errors to the results so that at minimum the data gets put into the worker-log.txt. Ideally we would store this info in datastore so that the clients could query it later (this part is in #115).

Improve this page

Add a description, image, and links to the dfir topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dfir topic, visit your repo's landing page and select "manage topics."

Learn more