Pete Freitag Pete Freitag

Scan CFML for Security Issues from VS Code

Updated: May 27, 2020
coldfusion

Thanks to the new commandbox vscode extension, it is now really easy to scan your CFML code for security issues from VS Code with Fixinator:

Scan CFML Code For Security Vulnerabilities with Fixinator from VS Code

Here's how:

Here's an example: box.json

{
    "name":"fixinator-demo",
    "scripts": {
        "fixinator" : "fixinator severity=high"
    }
}

You can see I am passing severity=high there, you can customize with whatever fixinator arguments you need.


Like this? Follow me ↯

Scan CFML for Security Issues from VS Code was first published on April 21, 2020.


FuseGuard Web App Firewall for ColdFusion

The FuseGuard Web Application Firewall for ColdFusion & CFML is a high performance, customizable engine that blocks various attacks against your ColdFusion applications.

CFBreak
The weekly newsletter for the CFML Community


Post a Comment