oswatcher icon indicating copy to clipboard operation
oswatcher copied to clipboard

A framework to track the evolution of Operating Systems over time

Results 19 oswatcher issues
Sort by recently updated
recently updated
newest added

Recently a dependency problem made the GitFilesystemHook to fail in Github Actions: https://github.com/Wenzel/oswatcher/pull/67/checks?check_run_id=493909976#step:18:6 This wasn't catched because oswatcher doesn't see the hooks failing and returns 0.

bug

At the moment, we use Volatility3 in the forensic hooks, but there is not package available on PIP yet. When it will be available, add it to the requirements.

enhancement
Upstream
Volatility

While listing the entries on a directory on a Windows XP image, libguestfs mysteriously failed: We need to report this bug upstream. Workaround: https://github.com/Wenzel/oswatcher/blob/f95e14aa20f1e3bdb4301a1e929c9554f2faf2b3/hooks/filesystem.py#L141

After setting up the CI in Github Actions, I managed to install libguestfs via PIP, using tarballs available from libguestfs website: http://download.libguestfs.org/python/ We should document this method also

I started the integration of `kconfig-hardened-check`. Unfortunately, the JSON output produced is not valid... https://github.com/a13xp0p0v/kconfig-hardened-check/issues/20#issuecomment-508997348 So we will have to wait for an update. cc @nettrino

In addition to the common hardening features analyzed [in this post](https://capsule8.com/blog/millions-of-binaries-later-a-look-into-linux-hardening-in-the-wild/) it would be nice to perform analysis on more features including * Seccomp adoption and characteristics * default permissions...

Bumps [lief](https://github.com/lief-project/LIEF) from 0.10.1 to 0.12.2. Release notes Sourced from lief's releases. 0.12.2 No release notes provided. 0.12.1 See: https://lief-project.github.io/doc/stable/changelog.html#april-08-2022 0.12.0 Changelog is here: https://lief-project.github.io/doc/latest/changelog.html#march-25-2022 0.11.5 No release notes provided....

dependencies
python

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.0 to 3.1.37. Release notes Sourced from gitpython's releases. 3.1.37 - a proper fix CVE-2023-41040 What's Changed Improve Python version and OS compatibility, fixing deprecations by @​EliahKagan...

dependencies
python