From d62b7711f79804218ae28f044b189324df111b38 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 14 Jan 2026 18:23:07 +0000 Subject: [PATCH 1/2] Initial plan From c2ed86ce568a625f28c942ba3561fa218b226923 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 14 Jan 2026 18:26:09 +0000 Subject: [PATCH 2/2] Update changelog with DBLogger VARCHAR field size changes Co-authored-by: lmajano <137111+lmajano@users.noreply.github.com> --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 04ed732..93c9edf 100644 --- a/changelog.md +++ b/changelog.md @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Allow for sub-modules to load AFTER cbsecurity loads. - Make sure the jwt toke is not null when doing discovery in the JwtService. +### Changed + +- Increased VARCHAR field sizes in `DBLogger` table schema to accommodate longer URLs and user agent strings. Fields `host`, `path`, `queryString`, `referer`, and `userAgent` now use VARCHAR(1024) to prevent truncation of data. + ## [3.6.0] - 2025-12-08 ### Security