Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/3.0.0 #287

Merged
merged 107 commits into from
Oct 22, 2024
Merged

Release/3.0.0 #287

merged 107 commits into from
Oct 22, 2024

Conversation

tclahr
Copy link
Owner

@tclahr tclahr commented Oct 22, 2024

Merge v3.0.0 code into master.

Herbert-Karl and others added 30 commits June 12, 2024 20:23
on system parsing of system accounting files
acct files use a custom format
usracct and savacct are berkeley database in format 1.85/1.86
Fixed "Find open files of (malicious) processes." in deleted.yaml
refactor: optimize hash collected code
update version
Birth time on FreeBSD 14 is shown as -1 in some cases, so this code fixes it to show 0 instead.
Code optimization changes only.
FreeBSD: information on jails (FreeBSD specific containers)
tclahr and others added 28 commits August 30, 2024 08:57
Add artifacts to collect package manager plugins/scripts.
They can be used as persistence.
Add new artifacts to collect Git persistence.
Git hooks and Git pager can be used as persistence.
Add a new artifact to collect the udev rule files.
artif: collect persistence via package managers
add artifacts around Solaris system accounting
artif: collect udev rule files
artif: collect Git persistence
Add curly brackets when _build_find_command returns multiple commands.

i.e.: find / -type f -print; find / -type d -print;

That will become:

{ find / -type f -print; find / -type d -print; }
@tclahr tclahr merged commit 522acbe into main Oct 22, 2024
3 checks passed
@tclahr tclahr deleted the release/3.0.0 branch October 22, 2024 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants