Has anyone used veracode for vulnerability testing...
# cfml-general
g
Has anyone used veracode for vulnerability testing of CFML - specifically via the VSCode plugin - as opposed to sending a WAR to their cloud-api?
p
As far as I can see it's not a supported language. Only supported for compiled code.
s
I use it monthly with the WAR file method. It doesn’t actually support CF
b
@Scott Bennett - I'd be interested in a few more details of how you go about generating the WAR file and how you process the results of the scan if you have time to elaborate...
f
shameless plug for Fixinator: https://fixinator.app - you can scan your CFML code for vulnerabilities and with the enterprise version you can do it all locally on your own computer (or in CI, etc)
👍 1
👍🏼 1
s
@brettpr out of the office this morning but I can send the step by step document later today
I also use fixinator on some of my clients
b
@Scott Bennett - thanks v much - no rush though...
s
I actually prefer fixinator for the cfml scanning but veracode has some extra features around licensing and sich, and also picks up any vulnerabilities in the cf engine jars
Basically we follow this (but modify based on CF version) https://docs.veracode.com/r/compilation_CF
b
Cool... Thanks @Scott Bennett - I'll give it a go - will just need to do the compile Lucee style.