Viewing profile — koto1sa
koto1sa
HN member- Joined
- Sat, Jul 26, 2014, 10:24 PM UTC
- HN karma
- 108
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About koto1sa
No profile information was provided.
Recent public activity
-
comment
Comment #20479133
I don't think you can build applications without using the dangerous sinks at all yet. Some common scenarios we know are common: window.open href Setting text on a script element S…
-
comment
Comment #20476930
Trusted Types aim to prevent the injection, XSS-y CSP directives (script-src etc) act as an XSS exploit mitigation that fires after the injection is already there. So, for example,…
-
comment
Comment #20476886
Well, the age of in-browser reflected xss filters is simply over. This was a flawed idea for multiple reasons, and they are thankfully now gone from Chrome and Edge ( https://ports…
-
comment
Comment #20476840
Exactly. That said, because the API itself is typed, it is possible to have the runtime enforcement also verified when statically type-checking your application code (e.g. that inn…
-
comment
Comment #20476305
Disclaimer: I'm working on the Trusted Types project in Google. To clarify, Trusted Types are not a replacement for XSS auditor. They are both related to XSS, but are fundamentally…
-
comment
Comment #16463856
That's a well researched problem, and is common in most JavaScript frameworks. In practice it makes it harder to protect applications using them against XSS. Check https://www.slid…
-
comment
Comment #10122585
See https://github.com/google/end-to-end/wiki/Key-Distribution . In short, we don't invest much into WoT.
-
comment
Comment #10121866
I'm an developer on E2E team as well and can confirm that there's no 'hardening' going on. E2E is, to the best of our knowledge and we have expressed what that exactly means in our…
-
comment
Comment #10121850
One of the developers here: Yes, the Keyring reimplementation is in progress and ends very soon. After the redesign, applications built on top of E2E library will be able to use di…
-
comment
Comment #8092297
As vague as is may sound, once we feel it's ready. The development is active, but there is still a lot of work to make the project release-ready. You might help too - we started ac…
-
comment
Comment #8092288
Symmetric encryption key (Km in the article) get encrypted separately with Alice, Bob, Sam and Joe public keys and then all those encrypted keys get concatenated with the message.
-
comment
Comment #8091043
That's this bug: https://code.google.com/p/end-to-end/issues/detail?id=121 , it will get fixed after weekend. Disclaimer: I'm a member of E2E team.