jsprime
jsprime copied to clipboard
a javascript static security analysis tool
Hi there, Trying to check a simple JS file I got this error: ``` /jsprime/jsprime-node/engine.js:1530 if (node2.argument.name != undefined) ^ TypeError: Cannot read property 'name' of null at /jsprime/jsprime-node/engine.js:1530:32 at...
Hi, I'm new to JSPrime and when I use the analyse option from the browser client I receive a "Global variable overwrite" message. This seems to occur regardless of the...
I am trying to run the JSPrime for static analysis of javascript but asignFunctionReturnValue() is not working properly. Hello Nishant can u provide a solution for it, the analyze() is...
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...
Hi, I was testing the browser version with 300 lines of JS code. after few minutes the Tab crashed. PK
document.write("hello" + document.location.href.substring(8) + "bye"); This is a very common example of XSS vulnerability and JS Prime is not able to detect it, any workaround for it?
I just tried out the node server.js with some code (about 2k loc): ReferenceError: convertedFunction is not defined /home/jason/playground/jsprime/jsprime-node/engine.js:149 convertedFunction.push(newFunction2); ^ ReferenceError: convertedFunction is not defined at Object.asignFunctionReturnValue (/home/jason/playground/jsprime/jsprime-node/engine.js:149:13) at...
Hi I tried to run JSPrime on my javascript code, I am facing an Maximum Call Stack exceeded error on the Chrome browser in the function checkFunctionAsReturns in engine.js. It...