Scan CFML for Security Issues from VS Code

Updated , First Published by Pete Freitag

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.

The Fixinator Code Security Scanner for ColdFusion & CFML is an easy to use security tool that every CF developer can use. It can also easily integrate into CI for automatic scanning on every commit.