WICG / crash-reporting

Crash reporting (from Web Perf WG)
https://wicg.github.io/crash-reporting/
Other
8 stars 7 forks source link

Spec should define a processing model #11

Open clelland opened 3 years ago

clelland commented 3 years ago

From https://github.com/w3c/reporting/issues/169#issuecomment-568517978:

We should define some processing algorithm for each of the above? We describe what the reports are, but there is no guidance on processing.

This spec describes a report format, but no processing model for generating or sending them. That should be described in some amount of useful detail.

cc: @igrigorik

pes10k commented 3 years ago

I wonder if the proposers are familiar with this work, and if it has thoughts on how it could inform this proposal.

https://www.ndss-symposium.org/wp-content/uploads/2020/02/24428-paper.pdf

clelland commented 1 month ago

It looks like that paper deals with sanitizing and anonymizing data from native call stacks and core dumps -- this proposal sends far less information, just reporting the fact that a crash occurred at all, with essentally no details about the running process other than a very coarse-grained reason for the crash. (And if the crash was due to a bug in native code, then there is no other information attached at all)