Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spelling error: "toke" should be "token".

Suggested change
- Make sure the jwt toke is not null when doing discovery in the JwtService.
- Make sure the jwt token is not null when doing discovery in the JwtService.

Copilot uses AI. Check for mistakes.

### 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
Expand Down
Loading