Commit Graph

406 Commits

Author SHA1 Message Date
AndReicscs 0f84ae6e01 update demo video 2026-06-23 08:42:17 +00:00
Termine Andrea 7c34a5a650 Update video source in README showcase section 2026-06-22 21:27:27 +02:00
Termine Andrea aac713b0ef Update SECURITY.md with threat model reference
Added reference to THREATMODEL.md for security insights.
2026-06-22 20:05:43 +02:00
Termine Andrea e284361e5a Update README to remove Operational Checklist
Removed 'Operational Checklist' from the table of contents.
2026-06-22 20:04:31 +02:00
AndReicscs 053cc7ffa5 ci: fix build contexts and working directories hub/v2.0.0 sensor/file-canary/v2.0.0 sensor/icmp-canary/v2.0.0 sensor/network-scan-detector/v2.0.0 sensor/tcp-tarpit/v2.0.0 sensor/web-router-decoy/v2.0.0 wizard/v2.0.0 2026-06-22 17:24:11 +00:00
AndReicscs 8747986844 fix: update Docker Go SDK types for v28.5.2 compatibility 2026-06-22 17:14:51 +00:00
AndReicscs 0d906fa705 add manual trigger for workflows 2026-06-22 16:58:48 +00:00
AndReicscs d53e44f190 fix: resolve Moby vulnerabilities and CodeQL logging warnings 2026-06-22 16:58:48 +00:00
AndReicscs eb09552981 deleted beta makefile for wizard 2026-06-22 14:47:10 +00:00
AndReicscs 9c8f0629ea implented changelog.md 2026-06-22 14:46:35 +00:00
AndReicscs 697378aae1 update registry urls to github ghcr 2026-06-22 14:23:18 +00:00
AndReicscs 946303ccd2 updated github workflows 2026-06-22 14:17:39 +00:00
AndReicscs 352dcecff3 removed legacy manifest 2026-06-22 13:52:40 +00:00
AndReicscs 6f1b4e76af npm audit fix 2026-06-22 13:34:35 +00:00
AndReicscs 8589ce8e8e updated to api/v2 2026-06-22 12:21:52 +00:00
AndReicscs a9a918f67b removed legacy versioning logic for the version endpoint and deleted version file, update docs to reflect changes 2026-06-22 11:35:41 +00:00
AndReicscs 7bd1d082a1 updated web router decoy mnifest to allow for low ports binding 2026-06-22 11:20:42 +00:00
AndReicscs 637eb9530c improved typography of manage key button 2026-06-22 11:01:22 +00:00
AndReicscs 198996d1a7 improved typography of node details widgets 2026-06-22 11:01:05 +00:00
AndReicscs f34b79d701 closing sync modal on successful sync 2026-06-22 10:46:09 +00:00
AndReicscs 9a869d9081 fixed manifest fetch making node loading wait with promise all, now promises are separate 2026-06-21 16:19:59 +00:00
AndReicscs 7f454c71ab removed ugly alert on factory reset 2026-06-21 16:19:43 +00:00
AndReicscs fb094fba29 fixed bugs introduced by regex replacements and removed legacy tests 2026-06-21 16:03:41 +00:00
AndReicscs 79e18221c9 removed hardcoded critical severity 2026-06-21 15:50:31 +00:00
AndReicscs 5026569731 fixed same versioning bug that was fixed in GetNodeDetails also in GetNodes 2026-06-21 15:50:20 +00:00
AndReicscs b163dd6a1f update uninstall command on the wizard to actually remove the wizard binary aswell 2026-06-21 15:20:02 +00:00
AndReicscs 00ff5f8be1 updated gitignore to ignore hub binary 2026-06-21 15:13:30 +00:00
AndReicscs a89ca3a8d2 fixed timeout on registry fetching and fixed version comparison of sensors against registry for updates 2026-06-21 15:12:57 +00:00
AndReicscs 3ea3345eac fixed node GenerateRevisionHash, return "" on node with no sensors 2026-06-21 14:36:37 +00:00
AndReicscs 885c1b89ac removed legacy versioning logic from schemas, versioning is now strictly handled through the semantic versioning system, if a major version doesn't match, the schema changed. 2026-06-21 14:30:29 +00:00
AndReicscs 8305cc5160 added simple operations user docs and linked them into the repo readme 2026-06-21 13:47:13 +00:00
AndReicscs b575b43e26 updated cookies ttl to 30 days 2026-06-21 13:30:00 +00:00
AndReicscs dd7715fbed updated docs to reflect current changes made so far 2026-06-21 13:28:06 +00:00
AndReicscs 5debf7f5d3 added rootful requirement warning to ui 2026-06-21 12:39:40 +00:00
AndReicscs a20a0ecc66 added testing docs to sensor template readme removed duplicated docs 2026-06-18 19:17:56 +00:00
AndReicscs a4315f9e9a removed test file 2026-06-18 19:06:00 +00:00
AndReicscs c576907024 cleaning up legacy docs 2026-06-18 19:03:57 +00:00
AndReicscs 52c4f7a9e2 updated gitignore ignored docs by error..
moved docs appropriately added default registry value
2026-06-18 17:45:40 +00:00
AndReicscs 4a697afee2 update wizard to require rootful docker and have system state checks on manual deployments aswell as automated discovery and suggestions, made the wizard uninstall its binary on teardown 2026-06-18 13:35:51 +00:00
AndReicscs 39996368c4 go mod tidy 2026-06-18 12:56:42 +00:00
AndReicscs 7eb4d7b9b5 updated event details from map to raw json data so that field order is kept. 2026-06-18 12:50:31 +00:00
AndReicscs f7110ddb3f updated ConfigPayload and heartbeat metadata to camelCase, removed heartbeat nodes and sensors metadata, standardized them in top level columns and fields.
updated docs to reflect changes
2026-06-18 12:11:12 +00:00
AndReicscs 838381dd85 implemented events source whitelisting 2026-06-18 10:51:30 +00:00
AndReicscs 23f1eaf3b8 added dryrun for factory reset, added http warning on registry and hub urls 2026-06-18 10:37:18 +00:00
AndReicscs 2d69ad231b implemented db migrations 2026-06-18 10:12:17 +00:00
AndReicscs 3c760c5942 updated versioning logic to leverage the semantic versioning instead of min_ver variables. reflected changes to docs, removed background polling for registry.
started to transition honeywire system versions to 2.0.0

improved workers startup messages
2026-06-17 11:49:18 +00:00
AndReicscs 0ea36027c7 implemented manual updates, fixed versioning bugs, updated docs to reflect changes 2026-06-16 17:44:41 +00:00
AndReicscs a02ed61be3 fix digest 2026-06-16 14:59:06 +00:00
AndReicscs fcad057363 Enhance API and services with catalog update notifications and improved node management
- Added response structure for node details in API documentation.
- Updated maintainer workflow to include dashboard sync instructions.
- Refactored node service to start a worker for catalog synchronization.
- Implemented onChange hook for catalog updates to trigger node evaluations.
- Enhanced node service to manage sensor updates based on active revisions.
- Added WebSocket event handling for catalog updates in the UI.
- Updated fleet store to fetch data on catalog updates.
- Introduced tests for catalog refresh deduplication and node details handling.
2026-06-16 14:51:32 +00:00
AndReicscs c721dabd3d fixede manifests and workflow to inject digest in init containers aswell 2026-06-16 10:38:24 +00:00