DOMinator icon indicating copy to clipboard operation
DOMinator copied to clipboard

Results 3 DOMinator issues
Sort by recently updated
recently updated
newest added

I tried reinstalling, I have Visual C++ redistributable too but all in vain. It is the Pro trial on Windows 7x64 however can't get it to work. Please help.

...e with gcc-4.7 - fixes issue #7 (Compiled on Fedora 17 x86-64, need to verify that it still compiles on Ubuntu/Debian)

The tainted flag is not propagated through RegExp.source() method: ``` var s = new StringTainted("foo"); // "foo" is the attack payload s.tainted; // true var re = new RegExp('/' +...