Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coldbox-modules/cbsecurity
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: copilot/update-changelog-md
Choose a base ref
...
head repository: coldbox-modules/cbsecurity
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: development
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 33 files changed
  • 4 contributors

Commits on Jan 14, 2026

  1. Merge pull request #65 from coldbox-modules/copilot/update-changelog-md

    Update changelog for DBLogger VARCHAR field size increase
    lmajano authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    0e30bb1 View commit details
    Browse the repository at this point in the history
  2. finalized for release

    lmajano committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    02a8701 View commit details
    Browse the repository at this point in the history
  3. Apply cfformat changes

    lmajano authored and github-actions[bot] committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    5689861 View commit details
    Browse the repository at this point in the history
  4. Version bump

    Github Actions
    Github Actions committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    aaf63cb View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. BOX-167 Resolve

    Fix date conversion in toEpoch and fromEpoch functions because the time zone offset being provided was double-mutating the date hours incorrectly
    jclausen authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    ecc6d67 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2026

  1. ai skills

    lmajano committed May 21, 2026
    Configuration menu
    Copy the full SHA
    e6a15ce View commit details
    Browse the repository at this point in the history
  2. more ai skills

    lmajano committed May 21, 2026
    Configuration menu
    Copy the full SHA
    58205a9 View commit details
    Browse the repository at this point in the history
  3. - **CRITICAL**: Fixed JwtService.toEpoch() and fromEpoch() produc…

    …ing incorrect epoch seconds on non-UTC servers. The ISO-8601 baseline string combined with `dateConvert("utc2local", ...)` caused a double timezone shift. Now uses `parseDateTime("1970-01-01T00:00:00Z")` directly, producing correct JWT `iat`/`exp` claims on any server timezone. (Affects versions 3.5.0–3.7.0)
    lmajano committed May 21, 2026
    Configuration menu
    Copy the full SHA
    10094f7 View commit details
    Browse the repository at this point in the history
  4. Apply cfformat changes

    lmajano authored and github-actions[bot] committed May 21, 2026
    Configuration menu
    Copy the full SHA
    0158948 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5ad638 View commit details
    Browse the repository at this point in the history
  6. Version bump

    Github Actions
    Github Actions committed May 21, 2026
    Configuration menu
    Copy the full SHA
    13fb5df View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2026

  1. - Updates for MySQL indexes on version 8+ and index keys to avoid max…

    … key length issues with long VARCHAR fields. The `DBLogger` model now creates indexes with a 255 character prefix for `userAgent`, `host`, `path`, and `referer` fields when using MySQL to prevent exceeding the 3072 byte key limit.
    lmajano committed Jun 19, 2026
    Configuration menu
    Copy the full SHA
    b055f90 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2026

  1. updated all ci actions

    lmajano committed Jun 24, 2026
    Configuration menu
    Copy the full SHA
    9b6c5ad View commit details
    Browse the repository at this point in the history
  2. lint updates

    lmajano committed Jun 24, 2026
    Configuration menu
    Copy the full SHA
    45d23e6 View commit details
    Browse the repository at this point in the history
Loading