RSSAmplifier

Blog

Pete Freitag

Covering ColdFusion, Java, Web Development, & other topics

petefreitag.comRSS feed ↗20 posts

Latest posts

AI Security for ColdFusion Developers - CFSummit 2026 Slides

Slides from my AI Security for ColdFusion Developers talk at the 2026 Adobe ColdFusion Summit in Las Vegas, covering prompt injection, defensive strategies, and more. Read Article: AI Security for ColdFusion Developers - CFSummit 2026 Slides

ColdFusion Security Training Next Week Dec 9-10

New AI security topics have been added to Pete's ColdFusion Security Training Class. Read Article: ColdFusion Security Training Next Week Dec 9-10

Understanding Claude Code Permissions and Security Settings

Going in the deep end exploring how claude code permissions work and what security protections are available. Read Article: Understanding Claude Code Permissions and Security Settings

ColdFusion Security Training Class December 2025

Pete is teaching an online ColdFusion developer security training class. Read Article: ColdFusion Security Training Class December 2025

ColdFusion Summit 2025 - 30 Years of ColdFusion

Celebrating 30 years of ColdFusion at the 2025 ColdFusion Summit in Las Vegas Read Article: ColdFusion Summit 2025 - 30 Years of ColdFusion

Generate 6 Letter Security Codes in Java or CFML

Pete shows you how to use java SecureRandom to generate a six letter security code. Read Article: Generate 6 Letter Security Codes in Java or CFML

Generate 6 Digit Security Codes in Java or CFML

Shows how to use java SecureRandom to generate a six digit security code. Read Article: Generate 6 Digit Security Codes in Java or CFML

ColdFusion Developer Week 2025 Slides and Video

Slides and video links for my presentation at ColdFusion Developer Week 2025 Read Article: ColdFusion Developer Week 2025 Slides and Video

Potential gotcha with searchImplicitScopes and cfparam

Be careful when using cfparam to deal with searchImplicitScopes. Read Article: Potential gotcha with searchImplicitScopes and cfparam

Simple Load Testing with curl

How to use curl for a simple HTTP load test. Read Article: Simple Load Testing with curl

Fixinator 6.1.0 - Detecting Undefined Remote Arguments

The release of Fixinator 6.1.0 and its features. Read Article: Fixinator 6.1.0 - Detecting Undefined Remote Arguments

The CWE 25 and ColdFusion - CFSummit East 2025 Slides

Slides for my talk at the 2025 Adobe ColdFusion Summit East Conference in Washington DC Read Article: The CWE 25 and ColdFusion - CFSummit East 2025 Slides

Understanding and Checking for Tomcat CVE-2025-24813

Writes are disabled by default in Tomcat's DefaultServlet, here's how to check your server. Read Article: Understanding and Checking for Tomcat CVE-2025-24813

Java 21: Could not find agent library instrument on the library path

Debugging the error: Could not find agent library instrument on the library path Read Article: Java 21: Could not find agent library instrument on the library path

Fixinator Version 6 Released

Version 6 of Fixinator a CFML code scanning tool has been released. Read Article: Fixinator Version 6 Released

ColdFusion 2025 Breaking Changes Explained

List of breaking changes in CF2025 and how to use Fixinator to spot them. Read Article: ColdFusion 2025 Breaking Changes Explained

Fixinator's ColdFusion Compatibility Scanner

Fixinator's New Compatibility Scanner: Upgrade to the latest ColdFusion version with confidence. Identify compatibility issues, deprecated features, and removed tags/functions. Read Article: Fixinator's ColdFusion Compatibility Scanner

ColdFusion Summit 2024 Slides: 20 ways to secure CF

My slides and an outline of my CF Summit 2024 talk in Las Vegas Read Article: ColdFusion Summit 2024 Slides: 20 ways to secure CF

Latest ColdFusion Security Updates - June 2026

A list of the latest ColdFusion Security Updates Read Article: Latest ColdFusion Security Updates - June 2026

Left and Right Accept Negative Counts

You can pass a negative value into CFML left or right functions. Read Article: Left and Right Accept Negative Counts