CFBreak 2023-27 Published on July 7, 2023
Week 27, 2023: Here's the latest from the CFML, ColdFusion and Lucee community.
Ben Nadel |
Always Include Charset With fileRead() In ColdFusion Ben Nadel fixes a character encoding bug in his ColdFusion code by including the charset argument in his fileRead() function call... Working Code Podcast - Episode 134: Ben Goes To A Conference Ben Nadel and the crew talk about the CFCamp ColdFusion conference in Munich, Germany... |
Ortus Solutions |
Debugging & Logging with ColdBox Are you tired of using writeDump() every time you encounter issues? Spending more time troubleshooting than developing new features? Dealing with legacy code nightmares? Say goodbye to old-fashioned tro... |
Brian Reilly |
On ColdFusion, AES, and Padding Oracle Attacks: Hic Sunt Dracones TL; DR: If you use AES-CBC (or another block cipher operating in CBC mode) to decrypt user-controlled ciphertext... |
Lucee Community |
Ortus Community |
StackOverflow ColdFusion |
CFDocs Function of the Week |
csrfGenerateToken()Generates a random token and stores it in the session to protect against Cross-Site Request Forgery (CSRF) attacks. You can optionally provide a specific key to store in the session, and optionally force the generation of a new token. csrfGenerateToken( [key] [,forceNew] ) → returns string |
Brought to you by: |
This weekly CFML / ColdFusion newsletter is brought to you by Foundeo Inc. Purveyors of security products and services for CFML developers. Our offerings include:
|