Lucene search
+L

2 matches found

seebug.org
seebug.org
added 2017/04/21 12:0 a.m.42 views

Chrome Universal XSS using iterables (CVE-2016-1668)

VULNERABILITY DETAILS From /thirdparty/WebKit/Source/bindings/core/v8/Iterable. h: void forEachForBinding... ... v8::LocalcreationContextscriptState-context-Global; v8::Local v8Callbackthe callback. v8Value. As; v8::Localv8ThisArgmethod performs a stable. v8Value; v8::Local args3; args2 =...

6.8CVSS8.3AI score0.01285EPSS
SaveExploits1
Jake Archibald's Blog
Jake Archibald's Blog
added 2017/04/18 3:25 p.m.18 views

Async iterators and generators

Streaming fetches are supported in Chrome, Edge, and Safari, and they look a little like this: async function getResponseSizeurl const response = await fetchurl; const reader = response.body.getReader; let total = 0; while true const done, value = await reader.read; if done return total; total +=...

7.1AI score
SaveExploits0
Rows per page
Query Builder