domato icon indicating copy to clipboard operation
domato copied to clipboard

DOM fuzzer

Results 4 domato issues
Sort by recently updated
recently updated
newest added

Classic python object shallow-copy problem. ```python context = { 'lastvar': last_var, 'lines': [], 'variables': {}, 'interesting_lines': [], 'force_var_reuse': False } ... while len(context['lines']) < num_lines: tmp_context = context.copy() try: if...

I noticed that the CVEs referred are bit old despite the fact that i was able to discover the recent CVE-2022-3040 with Domato. I didn't know that this Domato finding...

Attached is the Domato output that triggered CVE-2022-3040 https://bugs.chromium.org/p/chromium/issues/detail?id=1341539 [fuzz_3467842.txt](https://github.com/googleprojectzero/domato/files/9897498/fuzz_3467842.txt) I added this CVE to the ref section in readme under Chromium

* Add WebGPU and helper grammar. * Add custom generator that reads entrypoints, binding indexes, etc from the wgsl scripts that are injected into the template and injects them into...