[PR #27] [MERGED] add module osquery v1.0.0 #28

Closed
opened 2026-06-06 22:10:43 -04:00 by yindo · 0 comments
Owner

📋 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: masterHead: osquery


📝 Commits (2)

  • fd8b19d add module osquery v1.0.0
  • ce42366 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/vxcontrol/soldr-modules/pull/27 **Author:** [@0legovich](https://github.com/0legovich) **Created:** 12/15/2022 **Status:** ✅ Merged **Merged:** 5/24/2023 **Merged by:** [@asdek](https://github.com/asdek) **Base:** `master` ← **Head:** `osquery` --- ### 📝 Commits (2) - [`fd8b19d`](https://github.com/vxcontrol/soldr-modules/commit/fd8b19d4581325bdeed72af109e19b1c1e4c192f) add module osquery v1.0.0 - [`ce42366`](https://github.com/vxcontrol/soldr-modules/commit/ce42366da7720378c3804b300b18ec1a33f0674d) Merge branch 'master' into osquery ### 📊 Changes **25 files changed** (+2285 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description Closes https://github.com/vxcontrol/soldr-modules/issues/12 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-06 22:10:43 -04:00
yindo closed this issue 2026-06-06 22:10:43 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: vxcontrol/soldr-modules#28