GitHub Actions
e06a8cb676
fix: update go-sqlite3 and other dependencies for compatibility and improvements
2026-04-03 22:57:25 +00:00
GitHub Actions
5ba8cd60c8
fix: add npmDedupe to postUpdateOptions for improved dependency management
2026-04-03 22:55:15 +00:00
GitHub Actions
29985714a3
fix: update CORAZA_CADDY_VERSION to 2.4.0 for compatibility improvements
2026-04-03 22:39:40 +00:00
GitHub Actions
64c9d7adbe
fix: update CADDY_SECURITY_VERSION to 1.1.61 for security improvements
2026-04-03 22:38:28 +00:00
Jeremy
087ae9cc0d
Merge pull request #890 from Wikid82/renovate/feature/beta-release-non-major-updates
...
fix(deps): update non-major-updates (feature/beta-release)
2026-03-30 21:19:28 -04:00
Jeremy
35b003ae5e
Merge branch 'feature/beta-release' into renovate/feature/beta-release-non-major-updates
2026-03-30 21:19:14 -04:00
Jeremy
cab3c68508
Merge pull request #895 from Wikid82/renovate/feature/beta-release-i18next-26.x
...
fix(deps): update dependency i18next to v26 (feature/beta-release)
2026-03-30 21:17:42 -04:00
Jeremy
b6558d4165
Merge pull request #894 from Wikid82/renovate/feature/beta-release-eslint-plugin-unicorn-64.x
...
chore(deps): update dependency eslint-plugin-unicorn to v64 (feature/beta-release)
2026-03-30 21:17:25 -04:00
Jeremy
64cbe5a74d
Merge pull request #893 from Wikid82/renovate/feature/beta-release-eslint-markdown-8.x
...
chore(deps): update dependency @eslint/markdown to v8 (feature/beta-release)
2026-03-30 21:17:10 -04:00
Jeremy
1d3e60b4f8
Merge pull request #892 from Wikid82/renovate/feature/beta-release-codecov-codecov-action-6.x
...
chore(deps): update codecov/codecov-action action to v6 (feature/beta-release)
2026-03-30 21:16:50 -04:00
Jeremy
07e6ad2d09
Merge pull request #891 from Wikid82/renovate/feature/beta-release-actions-deploy-pages-5.x
...
chore(deps): update actions/deploy-pages action to v5 (feature/beta-release)
2026-03-30 21:16:33 -04:00
renovate[bot]
543388b5a4
fix(deps): update non-major-updates
2026-03-31 01:08:59 +00:00
Jeremy
bf4dd17792
Merge branch 'feature/beta-release' into renovate/feature/beta-release-i18next-26.x
2026-03-30 18:41:56 -04:00
Jeremy
4abc29406f
Merge branch 'feature/beta-release' into renovate/feature/beta-release-eslint-plugin-unicorn-64.x
2026-03-30 18:41:41 -04:00
Jeremy
b75f92a88b
Merge branch 'feature/beta-release' into renovate/feature/beta-release-eslint-markdown-8.x
2026-03-30 18:41:22 -04:00
Jeremy
237a3a4d80
Merge branch 'feature/beta-release' into renovate/feature/beta-release-codecov-codecov-action-6.x
2026-03-30 18:40:59 -04:00
Jeremy
3e926298f2
Merge branch 'feature/beta-release' into renovate/feature/beta-release-actions-deploy-pages-5.x
2026-03-30 18:40:36 -04:00
GitHub Actions
e84df69cb6
fix: add vulnerability suppressions for Docker AuthZ plugin bypass and Moby privilege validation issues
2026-03-30 22:38:33 +00:00
GitHub Actions
0a43a76a4a
fix: update CROWDSEC_VERSION to 1.7.7 for compatibility improvements
2026-03-30 22:20:37 +00:00
GitHub Actions
c852838644
fix: update CORAZA_CADDY_VERSION to 2.3.0 for compatibility improvements
2026-03-30 22:19:49 +00:00
GitHub Actions
9740ddb813
fix: update CADDY_SECURITY_VERSION to 1.1.57 for security improvements
2026-03-30 22:19:07 +00:00
renovate[bot]
e40a241d62
fix(deps): update dependency i18next to v26
2026-03-30 22:01:05 +00:00
renovate[bot]
a72e587d29
chore(deps): update dependency eslint-plugin-unicorn to v64
2026-03-30 22:00:58 +00:00
renovate[bot]
976ae0272b
chore(deps): update dependency @eslint/markdown to v8
2026-03-30 22:00:51 +00:00
renovate[bot]
ccd3081d09
chore(deps): update codecov/codecov-action action to v6
2026-03-30 22:00:43 +00:00
renovate[bot]
844c800cd9
chore(deps): update actions/deploy-pages action to v5
2026-03-30 22:00:38 +00:00
GitHub Actions
e6c4e46dd8
chore: Refactor test setup for Gin framework
...
- Removed redundant `gin.SetMode(gin.TestMode)` calls from individual test files.
- Introduced a centralized `TestMain` function in `testmain_test.go` to set the Gin mode for all tests.
- Ensured consistent test environment setup across various handler test files.
2026-03-25 22:00:07 +00:00
GitHub Actions
f40fca844f
fix: update CADDY_SECURITY_VERSION to 1.1.53 for security improvements
2026-03-25 20:47:46 +00:00
GitHub Actions
c7daa4ac46
chore(deps): update electron-to-chromium, lucide-react, and undici to latest versions
2026-03-25 19:36:52 +00:00
GitHub Actions
0a4ac41242
fix: update CADDY_SECURITY_VERSION to 1.1.52 for security improvements
2026-03-25 19:34:48 +00:00
GitHub Actions
3336aae2a0
chore: enforce local patch coverage as a blocking DoD gate
...
- Added ~40 backend tests covering uncovered branches in CrowdSec
dashboard handlers (error paths, validation, export edge cases)
- Patch coverage improved from 81.5% to 98.3%, exceeding 90% threshold
- Fixed DoD ordering: coverage tests now run before the patch report
(the report requires coverage artifacts as input)
- Rewrote the local patch coverage DoD step in both the Management agent
and testing instructions to clarify purpose, prerequisites, required
action on findings, and blocking gate semantics
- Eliminated ambiguous "advisory" language that allowed agents to skip
acting on uncovered lines
2026-03-25 19:33:19 +00:00
GitHub Actions
1fe69c2a15
feat: add Top Attacking IPs chart component and integrate into CrowdSec configuration page
...
- Implemented TopAttackingIPsChart component for visualizing top attacking IPs.
- Created hooks for fetching CrowdSec dashboard data including summary, timeline, top IPs, scenarios, and alerts.
- Added tests for the new hooks to ensure data fetching works as expected.
- Updated translation files for new dashboard terms in multiple languages.
- Refactored CrowdSecConfig page to include a tabbed interface for configuration and dashboard views.
- Added end-to-end tests for CrowdSec dashboard functionality including tab navigation, data display, and interaction with time range and refresh features.
2026-03-25 17:19:15 +00:00
Jeremy
846eedeab0
Merge pull request #885 from Wikid82/renovate/feature/beta-release-non-major-updates
...
chore(deps): update dependency knip to ^6.0.5 (feature/beta-release)
2026-03-25 08:33:19 -04:00
renovate[bot]
37c7c4aeb8
chore(deps): update dependency knip to ^6.0.5
2026-03-25 11:35:17 +00:00
GitHub Actions
c64890b5a0
fix: update TRIGGER_PR_NUMBER formatting for consistency in workflow
2026-03-25 10:00:34 +00:00
GitHub Actions
664b440d70
fix: update Ntfy setup instructions for clarity and security token terminology
2026-03-25 09:58:38 +00:00
Jeremy
c929dfbe4a
Merge branch 'development' into feature/beta-release
2026-03-25 05:14:17 -04:00
GitHub Actions
20e724f19c
fix: update docker-build.yml to include 'development' branch in push triggers
2026-03-25 09:13:15 +00:00
GitHub Actions
a6deff77a7
fix(deps): update electron-to-chromium to version 1.5.323 for improved stability
2026-03-25 08:48:35 +00:00
GitHub Actions
8702d7b76d
fix(deps): update CADDY_SECURITY_VERSION to 1.1.51 for security improvements
2026-03-25 04:10:05 +00:00
GitHub Actions
c9f4e42735
fix: update SECURITY.md with new vulnerability details and remediation plans
2026-03-25 04:05:15 +00:00
GitHub Actions
86023788aa
feat: add support for Ntfy notification provider
...
- Updated the list of supported notification provider types to include 'ntfy'.
- Modified the notification settings UI to accommodate the Ntfy provider, including form fields for topic URL and access token.
- Enhanced localization files to include translations for Ntfy-related fields in German, English, Spanish, French, and Chinese.
- Implemented tests for the Ntfy notification provider, covering form rendering, CRUD operations, payload contracts, and security measures.
- Updated existing tests to account for the new Ntfy provider in various scenarios.
2026-03-24 21:04:54 +00:00
GitHub Actions
5a2b6fec9d
fix(deps): update katex to v0.16.42 for improved functionality
2026-03-24 20:25:38 +00:00
GitHub Actions
d90dc5af98
fix(deps): update go-toml to v2.3.0 for improved compatibility
2026-03-24 20:10:02 +00:00
Jeremy
1d62a3da5f
Merge pull request #882 from Wikid82/renovate/feature/beta-release-non-major-updates
...
fix(deps): update non-major-updates (feature/beta-release)
2026-03-24 13:45:56 -04:00
Jeremy
f237fa595a
Merge pull request #873 from Wikid82/feature/beta-release
...
fix(certificates): allow deletion of expired and unused certificates
2026-03-24 13:45:08 -04:00
renovate[bot]
07ce79b439
fix(deps): update non-major-updates
2026-03-24 17:37:02 +00:00
Jeremy
77511b0994
Merge pull request #881 from Wikid82/renovate/feature/beta-release-non-major-updates
...
fix(deps): update non-major-updates (feature/beta-release)
2026-03-24 08:54:12 -04:00
GitHub Actions
246b83c72d
chore: update package-lock.json for dependency version consistency
2026-03-24 12:08:22 +00:00
renovate[bot]
a7e4e12f32
fix(deps): update non-major-updates
2026-03-24 11:59:32 +00:00