mirror of
https://github.com/vxcontrol/soldr-modules.git
synced 2026-07-19 13:33:58 -04:00
[PR #27] [MERGED] add module osquery v1.0.0 #28
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vxcontrol/soldr-modules/pull/27
Author: @0legovich
Created: 12/15/2022
Status: ✅ Merged
Merged: 5/24/2023
Merged by: @asdek
Base:
master← Head:osquery📝 Commits (2)
fd8b19dadd module osquery v1.0.0ce42366Merge branch 'master' into osquery📊 Changes
25 files changed (+2285 additions, -0 deletions)
View changed files
📝
Dockerfile(+1 -0)📝
config.json(+41 -0)➕
osquery/1.0.0/bmodule/main.vue(+35 -0)➕
osquery/1.0.0/cmodule/args.json(+3 -0)➕
osquery/1.0.0/cmodule/data/binaries/osquery-5.5.1.msi(+0 -0)➕
osquery/1.0.0/cmodule/helpers.lua(+247 -0)➕
osquery/1.0.0/cmodule/main.lua(+325 -0)➕
osquery/1.0.0/cmodule/osquery.lua(+359 -0)➕
osquery/1.0.0/config/action_config_schema.json(+6 -0)➕
osquery/1.0.0/config/changelog.json(+14 -0)➕
osquery/1.0.0/config/config_schema.json(+54 -0)➕
osquery/1.0.0/config/current_action_config.json(+1 -0)➕
osquery/1.0.0/config/current_config.json(+6 -0)➕
osquery/1.0.0/config/current_event_config.json(+208 -0)➕
osquery/1.0.0/config/default_action_config.json(+1 -0)➕
osquery/1.0.0/config/default_config.json(+6 -0)➕
osquery/1.0.0/config/default_event_config.json(+208 -0)➕
osquery/1.0.0/config/dynamic_dependencies.json(+1 -0)➕
osquery/1.0.0/config/event_config_schema.json(+448 -0)➕
osquery/1.0.0/config/fields_schema.json(+15 -0)...and 5 more files
📄 Description
Closes https://github.com/vxcontrol/soldr-modules/issues/12
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.