Commit Graph

1146 Commits

Author SHA1 Message Date
Jeremy
b1a2884cca Merge branch 'development' into renovate/actions-setup-node-6.x 2025-12-12 21:25:48 -05:00
Jeremy
88c78553a8 Merge pull request #380 from Wikid82/renovate/actions-setup-node-5.x
chore(deps): update actions/setup-node action to v5
2025-12-12 21:25:19 -05:00
Jeremy
193726c427 Merge pull request #379 from Wikid82/renovate/actions-github-script-8.x
chore(deps): update actions/github-script action to v8
2025-12-12 21:25:03 -05:00
Jeremy
6ca008fc57 Merge pull request #378 from Wikid82/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2025-12-12 21:24:46 -05:00
renovate[bot]
038c697cb1 chore(deps): update actions/setup-node action to v6 2025-12-13 02:24:43 +00:00
renovate[bot]
292745bae9 chore(deps): update actions/setup-node action to v5 2025-12-13 02:24:40 +00:00
renovate[bot]
f3dd8d97b6 chore(deps): update actions/github-script action to v8 2025-12-13 02:24:37 +00:00
renovate[bot]
18677eeb48 chore(deps): update actions/checkout action to v6 2025-12-13 02:24:34 +00:00
Jeremy
c5506c16f4 Merge pull request #377 from Wikid82/renovate/node-20.x
chore(deps): update dependency node to v20.19.6
2025-12-12 21:24:03 -05:00
Jeremy
cad8045f79 Merge pull request #376 from Wikid82/renovate/actions-setup-node-digest
chore(deps): update actions/setup-node digest to 49933ea
2025-12-12 21:23:45 -05:00
Jeremy
8e88e74f28 Merge pull request #375 from Wikid82/renovate/actions-github-script-digest
chore(deps): update actions/github-script digest to f28e40c
2025-12-12 21:23:29 -05:00
Jeremy
9091144b0b Merge pull request #374 from Wikid82/renovate/actions-checkout-digest
chore(deps): update actions/checkout digest to 34e1148
2025-12-12 21:22:54 -05:00
renovate[bot]
c3ff2cb20c chore(deps): update dependency node to v20.19.6 2025-12-13 02:22:45 +00:00
renovate[bot]
9ed39cef8c chore(deps): update actions/setup-node digest to 49933ea 2025-12-13 02:22:41 +00:00
renovate[bot]
852376d597 chore(deps): update actions/github-script digest to f28e40c 2025-12-13 02:22:37 +00:00
renovate[bot]
eddf5155a0 chore(deps): update actions/checkout digest to 34e1148 2025-12-13 02:22:33 +00:00
github-actions[bot]
ade66af7da chore: move processed issue files to created/ [skip ci] 2025-12-13 02:17:33 +00:00
Jeremy
5b54b6582c Merge pull request #363 from Wikid82/main
chore: Sync main to development
2025-12-12 21:17:00 -05:00
Jeremy
14b1f7e9bc Merge pull request #362 from Wikid82/feature/docs-to-issues-workflow
feat: Add docs-to-issues workflow for automated GitHub issue creation
v0.3.3
2025-12-12 21:15:08 -05:00
GitHub Actions
0196385345 feat: add docs-to-issues workflow for automated GitHub issue creation
- Add .github/workflows/docs-to-issues.yml to convert docs/issues/*.md to GitHub Issues
- Support YAML frontmatter for title, labels, priority, assignees, milestone
- Auto-create missing labels with predefined color scheme
- Support sub-issue creation from H2 sections (create_sub_issues: true)
- Move processed files to docs/issues/created/ to prevent duplicates
- Add dry-run and manual file selection workflow inputs
- Add _TEMPLATE.md with frontmatter documentation
- Add README.md with usage instructions
- Add implementation plan at docs/plans/docs_to_issues_workflow.md
2025-12-13 02:08:57 +00:00
Jeremy
8c24016b39 Merge pull request #361 from Wikid82/feature/beta-release
feat: Complete Cerberus Security Suite Testing & UI/UX Coverage
v0.3.2
2025-12-12 20:35:18 -05:00
GitHub Actions
3a73acfe6f feat: Simplify benchmark result storage logic and ensure proper handling for PRs 2025-12-13 01:23:43 +00:00
GitHub Actions
70275b068d feat: Enhance PR checklist validation for history-rewrite changes 2025-12-13 01:20:44 +00:00
GitHub Actions
343819a0d8 feat: Implement safe integer conversions and enhance CI/CD workflows
- Added safeIntToUint and safeFloat64ToUint functions to prevent integer overflow in proxy_host_handler.go.
- Updated GetAvailableSpace method in backup_service.go with overflow protection.
- Improved LiveLogViewer tests by using findBy queries to avoid race conditions.
- Adjusted benchmark.yml to handle permissions and increased alert threshold to 175%.
- Created CI/CD Failure Remediation Plan document for addressing workflow failures.
2025-12-13 01:04:46 +00:00
Jeremy
5f07e4a21a Merge pull request #359 from Wikid82/renovate/major-6-github-artifact-actions
chore(deps): update actions/upload-artifact action to v6
2025-12-12 20:02:38 -05:00
GitHub Actions
cc9e4a6c28 feat: Update documentation guidelines for history-rewrite PRs 2025-12-13 00:50:44 +00:00
renovate[bot]
09266a281f chore(deps): update dependency eslint to ^9.39.2 (#360)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-12 23:52:13 +00:00
GitHub Actions
018942e121 Add comprehensive tests for Security Dashboard functionality
- Implement tests for Security Dashboard card status verification (SD-01 to SD-10) to ensure correct display of security statuses and toggle functionality.
- Create error handling tests (EH-01 to EH-10) to validate error messages on API failures, toast notifications on mutation errors, and optimistic update rollback.
- Develop loading overlay tests (LS-01 to LS-10) to verify the appearance of loading indicators during operations and ensure interactions are blocked appropriately.
2025-12-12 23:51:05 +00:00
GitHub Actions
9e8674e0d7 feat: Add full integration testing for Cerberus security stack 2025-12-12 23:29:30 +00:00
renovate[bot]
bfb064cde5 chore(deps): update actions/upload-artifact action to v6 2025-12-12 22:57:28 +00:00
GitHub Actions
0783ce3f57 Add integration test script for WAF functionality
- Create a new script `waf_integration.sh` to automate testing of WAF (Coraza) features.
- The script includes steps to build the local Docker image, start necessary containers, register a test user, create proxy hosts, and validate WAF rulesets for XSS and SQL injection attacks.
- Implement logging for test results and cleanup procedures to ensure resources are properly managed.
- Include assertions for HTTP status codes to verify expected behavior during tests.
2025-12-12 22:50:08 +00:00
GitHub Actions
4b49ec5f2b feat: Enhance LiveLogViewer with Security Mode and related tests
- Updated LiveLogViewer to support a new security mode, allowing for the display of security logs.
- Implemented mock functions for connecting to security logs in tests.
- Added tests for rendering, filtering, and displaying security log entries, including blocked requests and source filtering.
- Modified Security page to utilize the new security mode in LiveLogViewer.
- Updated Security page tests to reflect changes in log viewer and ensure proper rendering of security-related components.
- Introduced a new script for CrowdSec startup testing, ensuring proper configuration and parser installation.
- Added pre-flight checks in the CrowdSec integration script to verify successful startup and configuration.
2025-12-12 22:18:28 +00:00
GitHub Actions
7da24a2ffb Implement CrowdSec Decision Test Infrastructure
- Added integration test script `crowdsec_decision_integration.sh` for verifying CrowdSec decision management functionality.
- Created QA report for the CrowdSec decision management integration test infrastructure, detailing file verification, validation results, and overall status.
- Included comprehensive test cases for starting CrowdSec, managing IP bans, and checking API responses.
- Ensured proper logging, error handling, and cleanup procedures within the test script.
- Verified syntax, security, and functionality of all related files.
2025-12-12 20:33:41 +00:00
GitHub Actions
9ad3afbd22 Fix Rate Limiting Issues
- Updated Definition of Done report with detailed checks and results for backend and frontend tests.
- Documented issues related to race conditions and test failures in QA reports.
- Improved security scan notes and code cleanup status in QA reports.
- Added summaries for rate limit integration test fixes, including root causes and resolutions.
- Introduced new debug and integration scripts for rate limit testing.
- Updated security documentation to reflect changes in configuration and troubleshooting steps.
- Enhanced troubleshooting guides for CrowdSec and Go language server (gopls) errors.
- Improved frontend and scripts README files for clarity and usage instructions.
2025-12-12 19:21:44 +00:00
GitHub Actions
b47541e493 fix: Update API port in rate limit integration script 2025-12-12 18:34:03 +00:00
GitHub Actions
f53119116f fix: Update Caddy admin API port in rate limit integration script 2025-12-12 18:31:41 +00:00
GitHub Actions
5bc387b1dc feat: Add integration tests for rate limiting functionality 2025-12-12 18:29:48 +00:00
GitHub Actions
9088a38b05 feat: Add comprehensive testing plan for Charon rate limiter 2025-12-12 18:23:22 +00:00
Jeremy
a54bcb1151 Merge pull request #355 from Wikid82/renovate/npm-minorpatch
fix(deps): update npm minor/patch
2025-12-12 13:07:48 -05:00
Jeremy
4093e76fcf Merge branch 'development' into renovate/npm-minorpatch 2025-12-12 13:07:39 -05:00
Jeremy
b8c0163a3c Merge pull request #356 from Wikid82/renovate/github-codeql-action-digest
chore(deps): update github/codeql-action digest to 1b168cd
2025-12-12 13:07:24 -05:00
Jeremy
0c847b8d8e Merge branch 'development' into renovate/github-codeql-action-digest 2025-12-12 13:07:15 -05:00
GitHub Actions
25082778c9 feat(cerberus): integrate Cerberus security features (WAF, ACLs, rate limiting, CrowdSec)
- Implement GeoIPService for IP-to-country lookups with comprehensive error handling.
- Add tests for GeoIPService covering various scenarios including invalid IPs and database loading.
- Extend AccessListService to handle GeoIP service integration, including graceful degradation when GeoIP service is unavailable.
- Introduce new tests for AccessListService to validate geo ACL behavior and country code parsing.
- Update SecurityService to include new fields for WAF configuration and enhance decision logging functionality.
- Add extensive tests for SecurityService covering rule set management and decision logging.
- Create a detailed Security Coverage QA Plan to ensure 100% code coverage for security-related functionality.
2025-12-12 17:56:30 +00:00
GitHub Actions
0003b6ac7f feat: Implement comprehensive remediation plan for Cerberus Security Module
- Added GeoIP integration (Issue #16) with service and access list updates.
- Fixed rate limiting burst field usage and added bypass list support (Issue #19).
- Implemented CrowdSec bouncer integration (Issue #17) with registration and health checks.
- Enhanced WAF integration (Issue #18) with per-host toggle, paranoia levels, and rule exclusions.
- Updated documentation and added new API routes for GeoIP, rate limits, and WAF exclusions.

chore: Add QA report for race and test failures

- Documented findings from race condition tests and WebSocket test flakiness.
- Identified issues with CrowdSec registration tests in non-bash environments.
- Noted security status contract mismatches and missing table errors in handler/service tests.

audit: Conduct full QA audit of security phases

- Verified all security implementation phases with comprehensive testing.
- Resolved linting issues and ensured codebase health.
- Documented test results and issues found during the audit.
2025-12-12 16:45:49 +00:00
GitHub Actions
4e9d6825a6 feat: Add pretype-check script to streamline dependency installation 2025-12-12 16:45:12 +00:00
renovate[bot]
ba8380ee3a chore(deps): update renovatebot/github-action action to v44.1.0 (#358)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-12 16:40:27 +00:00
renovate[bot]
8752173a95 chore(deps): update github/codeql-action action to v4.31.8 (#357)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-12 16:40:00 +00:00
renovate[bot]
8abe689e74 fix(deps): update npm minor/patch 2025-12-12 15:37:45 +00:00
renovate[bot]
33efc29d9b chore(deps): update github/codeql-action digest to 1b168cd 2025-12-12 15:37:21 +00:00
GitHub Actions
7dd0d94169 feat: Implement rate limiting feature with persistence and UI updates 2025-12-12 04:13:55 +00:00