Skip to main content
lrambaud
Participant
March 24, 2015
Question

exporting coldfusion code to java so it can be scanned by security software

  • March 24, 2015
  • 1 reply
  • 407 views

Is there an easy way to do this?

A client needs to scan all code and, of course, it doesn't scan cfm's.

It will scan java. 

This topic has been closed for replies.

1 reply

Carl Von Stetten
Legend
April 10, 2015

I'm going to go out on a limb and say no, it is not possible.  Even if you compile the ColdFusion code, it compiles to Java bytecode, not Java source code.  I'm not sure what security software they are using or even how that stuff works, but I would be surprised if it can interpret bytecode.

-Carl V.