cbSecurity
CommunitySlackSupport
v3.x
v3.x
  • 🔏Introduction
    • Release History
      • What's New With 3.4.0
      • What's New With 3.3.0
      • What's New With 3.2.0
      • What's New With 3.1.0
      • What's New With 3.0.0
    • Upgrade to 3.0.0
    • About This Book
      • Author
  • Getting Started
    • Installation
    • Overview
    • Configuration
      • 🔏Authentication
      • 🥸Basic Auth
      • 🙈CSRF
      • 🌐JWT
      • 🧱Firewall
        • DB Rules
        • JSON Rules
        • Model Rules
        • XML Rules
      • ☢️Security Headers
      • 🔬Visualizer
  • Usage
    • Authentication Services
    • Basic Authentication
    • Security Rules
    • Security Annotations
    • cbSecurity Model
      • Authentication Methods
      • Authorization Contexts
      • Blocking Methods
      • Securing Views
      • Utility Methods
      • Verification Methods
    • Secured URL
    • Interceptions
    • Cross Site Request Forgery
    • Delegates
    • Auth User
  • Security Validators
    • Auth Validator
    • BasicAuth Validator
    • CFML Security Validator
    • Custom Validator
  • JWT
    • JWT Services
    • JWT Validator
    • Refresh Tokens
    • Token Storage
    • JWT Interceptions
  • External links
    • Issue Tracker
    • Source code
    • Sponsor Us
Powered by GitBook
On this page
  • Module composition
  • Features
  • Versioning
  • License
  • Important Links
  • Professional Open Source
  • Discussion & Help
  • HONOR GOES TO GOD ABOVE ALL

Was this helpful?

Edit on GitHub
Export as PDF

Introduction

Welcome to the ColdBox Security, the best way to secure your ColdBox apps.

NextRelease History

Last updated 2 years ago

Was this helpful?

The ColdBox cbsecurity module is a collection of modules to help secure your ColdBox applications.

The major areas of concern are:

  • A security authentication/authorization firewall ( cbsecurity ) which can secure your application based on:

    • Security rules and a rule engine for validation of incoming events or URL patterns

    • Handler annotations

  • Security service for explicit authorizations ( cbsecurity ) to provide you with functional approaches to security context authorization in any layer of your application.

  • A JWT generator, decoder, and authentication services ( jwtcfml )

  • Cross-Site Request Forgery (CSRF) Protection ( cbcsrf )

  • An authentication manager ( cbauth ) which can be plug-and-play with your own or third-party modules

  • Basic Authentication services that provide basic user credential storage and browser challenges

  • A graphical user interface for visualizing the firewall and operational settings we lovingly call the CBSecurity Visualizer

  • Industry-standard response headers to protect against XSS, clickjacking, frame busting, and much more

  • Generate secure and random passwords

Module composition

Features

  • Ability to have global security rules

  • The ability for modules to add their own security rules and action overrides

  • Ability to distinguish between authentication and authorization issues

  • Annotation-driven cascading security for handlers and actions

  • A functional security service that can be injected anywhere to provide you with authorizations

  • Security rules can exist in:

    • XML File

    • JSON File

    • Database

    • Models

  • The rules can be configured to use regular expressions or simple snippets

  • You can use ColdFusion authentication security

  • Can leverage any custom authentication provider

  • Ability to distinguish between invalid authentication and authorization and determine the process's outcome.

  • Ability to load/unload security rules from contributing modules.

  • The ability for each module to define its own validator

  • JWT Access and Refresh Tokens Native support

Versioning

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor and patch)

  • New additions without breaking backward compatibility bumps the minor (and resets the patch)

  • Bug fixes and misc changes bumps the patch

License

Important Links

Professional Open Source

  • Custom Development

  • Professional Support & Mentoring

  • Training

  • Server Tuning

  • Security Hardening

  • Code Reviews

Discussion & Help

The Box products and modules community for discussion and help can be found here:

HONOR GOES TO GOD ABOVE ALL

Because of His grace, this project exists. If you don't like this, then don't read it; it's not for you.

"Therefore being justified by faith, we have peace with God through our Lord Jesus Christ: By whom also we have access by faith into this grace wherein we stand, and rejoice in hope of the glory of God." Romans 5:5

Plug any Authentication service or can leverage by default

The ColdBox Security Module is maintained under the guidelines as much as possible. Releases will be numbered in the following format:

Apache 2 License: ​

Code: ​

Issues:

Ortus Solutions, Corp

The ColdBox Security Module is a professional open-source software backed by offering services like:

🔏
cbauth
Semantic Versioning
http://www.apache.org/licenses/LICENSE-2.0
https://github.com/coldbox-modules/cbsecurity
https://github.com/coldbox-modules/cbsecurity/issues
Ortus Solutions, Corp
Much More
https://community.ortussolutions.com/c/box-modules/cbsecurity/
The Best Way To Secure Your Applications
Security Visualizer
CBSecurity consumes several other modules and leverages cbstorages for storage.