kentonv changed the topic of #sandstorm to: Welcome to #sandstorm: home of all things sandstorm.io. Say hi! | Have a question but no one is here? Try asking in the discussion group: https://groups.google.com/group/sandstorm-dev
griff_ has quit [Quit: griff_]
griff_ has joined #sandstorm
frigginglorious has quit [Ping timeout: 264 seconds]
blowfist has joined #sandstorm
griff_ has quit [Quit: griff_]
michaeln3 has joined #sandstorm
michaeln3 has quit [Ping timeout: 240 seconds]
frigginglorious has joined #sandstorm
griff_ has joined #sandstorm
griff_ has quit [Ping timeout: 240 seconds]
frigginglorious has quit [Ping timeout: 240 seconds]
michaeln3 has joined #sandstorm
michaeln3 has quit [Ping timeout: 256 seconds]
kentonv has joined #sandstorm
frigginglorious has joined #sandstorm
griff_ has joined #sandstorm
griff_ has quit [Quit: griff_]
frigginglorious1 has joined #sandstorm
frigginglorious has quit [Ping timeout: 264 seconds]
frigginglorious1 is now known as frigginglorious
frigginglorious has quit [Read error: Connection reset by peer]
frigginglorious has joined #sandstorm
griff_ has joined #sandstorm
<isd> So, I'm digging into the CVEs in ttrss since it was last updated, and trying to understand their impact in Sandstorm. I think the impact is actually none -- I think we mitigate the issues already. But I'm trying to understand the mechanics of how, and I'm a little fuzzy on how we deal with window.opener issues.
<isd> Experimentally, it seems like doing window.open(...) inside of a grain doesn't give the target page useful access to anything -- there's a window.opener with some properties, but greatly restricted and nothing that seems actually dangerous; I can't even inspect window.opener.location (it's some opaque object that can't be converted to a string, and likewise for its attributes)
<isd> This looks like it's in-line with the same-origin policy.
<isd> What I don't understand is: what is the actual vector here? does it work in older browsers? Is it actually just that it's only an issue for same-origin attackers?
frigginglorious has quit [Ping timeout: 256 seconds]