Christoffer Quist Adamsen
Christoffer Quist Adamsen
@msridhar Added a test case that fails with the current master branch: ``` christofferqa:jalangi2 cqa$ python scripts/test.analysis.py es2015_syntax failed analysis exception!!! /jalangi2/tests/unit/es2015_syntax_jalangi_.js:23 var f = J$.X1(41, J$.W(33, 'f', J$.T(25, 42,...
ECMAScript 2015. I added the test case to show that the current version of Jalangi throws a SyntaxError for code that is not syntactically correct itself (the instrumented program is,...
@msridhar Yes, that is the case. Since the browsers are now implementing ES2015, Jalangi introduces a SyntaxError on certain code. @ksen007 This is not a matter of extending Jalangi to...
Yes. Have you marked the mitmproxy certificate as trusted in Keychain Access?
I don't experience the problems you are having with 0.17.1 (https://github.com/mitmproxy/mitmproxy/tree/v0.17.1). My steps were as follows (assuming mitmproxy has been installed properly). 1. Start mitmproxy. ``` mitmdump --quiet --anticache -s...
Yes, but I'll need access to a Mac, where mitmproxy has not previously been installed, to be sure that I don't have some hidden dependency installed. It may take a...
**Complete jalangi2 install instructions for OS X 10.10.** *Tested on an entirely fresh virtual machine, installed from the recovery partition of my Mac (see http://cs.au.dk/~cqa/jalangi2/vm.png).* 1) Install Homebrew ``` $...
Created a Chrome issue, https://bugs.chromium.org/p/chromium/issues/detail?id=646305
It appears that function declarations implicitly become let-bindings (the error message in Firefox is: "SyntaxError: redeclaration of let inc"). This should be fixed in jalangi.