dpnishant / jsprime

a javascript static security analysis tool
http://dpnishant.github.io/jsprime
Other
585 stars 103 forks source link

Crash upon analysis submit #25

Open rmspeers opened 5 years ago

rmspeers commented 5 years ago

As soon as I submit a file in the node.js web interface, I then get a server crash as follows:

/data/jsprime/jsprime-node# node server.js 
/data/jsprime/jsprime-node/engine.js:149
            convertedFunction.push(newFunction2);
            ^

ReferenceError: convertedFunction is not defined
    at Object.asignFunctionReturnValue (/data/jsprime/jsprime-node/engine.js:149:13)
    at IncomingMessage.<anonymous> (/data/jsprime/jsprime-node/server.js:71:18)
    at IncomingMessage.emit (events.js:202:15)
    at endReadableNT (_stream_readable.js:1129:12)
    at processTicksAndRejections (internal/process/next_tick.js:76:17)

It looks like there may be some broken code here? Is this project being maintained in the future?