![Pete Freitag Profile](https://pbs.twimg.com/profile_images/1752350254156886016/YLSgrEk9_x96.jpg)
Pete Freitag
@pfreitag
Followers
2K
Following
380
Statuses
1K
Owner of @Foundeo Inc. a ColdFusion / Java Consulting and Products Company. Focused on web app security, credited to a dozen CVEs.
NY
Joined May 2008
Posted slides and examples for my #intothebox talk: Continuos Integration Zero to Infinity. It features lots of different ways ColdFusion developers can use CI:
1
3
22
@philkellr Beyond ensuring your following secure coding practices keep an eye on the security patches in the software you use. I built for this purpose.
0
0
0
@gamesover @hoyahaxa Ah I see, when the scope is dynamic, then I usually would write a few if statements, since there are not that many scopes to deal with.
2
0
0
@gamesover @hoyahaxa Instead of structGet you can use bracket notation, form[key] or form[“checkbox” & key], etc. There is also bracket notation for accessing query cell values with a dynamic column name.
1
0
0
@daniel_nguyenx @levelsio @Cloudflare That sounds like a different kind of problem. With the setting at "Flexible" CloudFlare talks to your server with HTTP. People who hit the problem he is talking about have setup their server to use HTTPS only (port 80 closed). So they would hit the problem when setting up.
0
0
0
@levelsio @Cloudflare One thing many people don't realize is that with just two lines of apache / nginx config, and one toggle in CloudFlare's dashboard you can ensure that your web server only handles requests coming from CloudFlare. It's called Authenticated Origin Pulls:
0
0
0