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: v3.6.0
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: v3.7.0
Choose a head ref
  • 19 commits
  • 12 files changed
  • 6 contributors

Commits on Dec 8, 2025

  1. Finalized changelog for v3.6.0

    Github Actions committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    160928d View commit details
    Browse the repository at this point in the history
  2. Version bump

    Github Actions committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    b3dad8b View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. Configuration menu
    Copy the full SHA
    91091ca View commit details
    Browse the repository at this point in the history
  2. Apply cfformat changes

    lmajano authored and github-actions[bot] committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    bab868b View commit details
    Browse the repository at this point in the history
  3. more fixes

    lmajano committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    981428a View commit details
    Browse the repository at this point in the history
  4. Apply cfformat changes

    lmajano authored and github-actions[bot] committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    3a79195 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2025

  1. Add missing TokenRejectionException

    Update setErrorMessage calls to match spec
    Update test to check response message
    lanechase34 committed Dec 20, 2025
    Configuration menu
    Copy the full SHA
    b14258f View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2025

  1. ACF Compat: Fix dateTimeFormat usage for logDate

    Will generate an error in ACF: _"coldfusion.sql.QueryColumn@4e0968bf cannot be converted to a date."_  You don't need the `toString()` here.
    homestar9 authored Dec 24, 2025
    Configuration menu
    Copy the full SHA
    7f2f556 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2026

  1. Initial plan

    Copilot committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    715035e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #59 from homestar9/patch-1

    ACF Compat: Fix dateTimeFormat usage for logDate
    lmajano authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    2670aca View commit details
    Browse the repository at this point in the history
  3. Merge pull request #58 from lanechase34/jwthandler-exceptionfix

    JWT Handler Add missing TokenRejectionException
    lmajano authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    fc3f9e6 View commit details
    Browse the repository at this point in the history
  4. Fix isSafeRedirectUrl host comparison for non-default ports

    - Strip port from getRealHost() before comparing with URI.getHost()
    - Add test cases for non-default port scenarios
    - Fixes issue where valid same-host redirects were rejected during dev
    
    Co-authored-by: lmajano <[email protected]>
    Copilot and lmajano committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    009d388 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #63 from coldbox-modules/copilot/fix-is-safe-redir…

    …ect-url
    
    Fix isSafeRedirectUrl host comparison on non-default ports
    lmajano authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    0efc178 View commit details
    Browse the repository at this point in the history
  6. Update DBLogger.cfc

    Increase varchar numbers
    lmajano authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    e294ff6 View commit details
    Browse the repository at this point in the history
  7. Initial plan

    Copilot committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    d62b771 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c2ed86c View commit details
    Browse the repository at this point in the history
  9. 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
  10. 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
  11. Merge branch 'development'

    lmajano committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    863b102 View commit details
    Browse the repository at this point in the history
Loading