Christian Holler (:decoder)
Christian Holler (:decoder)
There are several problems to watch out for here: 1. What if there is no filename available? (e.g. what happens with a JIT crash?) The code should fallback to use...
I think allowing the user to set their timezone is the easiest approach right now and also has the benefit of not silently changing the UI behavior if we set...
The interface lives here: /crashmanager/crashes/query/ Example URL: /crashmanager/crashes/query/?query={%22op%22:%22AND%22,%22tool__name__contains%22:%22LangFuzz%22,%22notUnboxedArrays%22:{%22args__contains%22:%22--unboxed-arrays%22,%22op%22:%22NOT%22},%22noBugOnFile%22:{%22bucket__bug__isnull%22:%221%22,%22bucket__isnull%22:%221%22,%22op%22:%22OR%22},%22crashAddressNumeric__gte%22:%2216%22}
This should be fixed except the CSP tests because we don't deploy CSP on this host.
To me this looks like multiple things (output from ASan and output from Mac Crash Handler?) are mixed together. ASan is outputting its trace in one piece on stderr, there...
We should implement a function in FTB that detects and sanitizes Windows paths (translates backward slashes to forward slashes) and call that function in the Collector to sanitize stderr and...
> Logs should be textual, and if they can't be represented as Unicode, it should be up the reporter to ignore those errors. FuzzManager should also enforce the type that...
I think, if at all, the Collector itself should be sanitizing the data in some way (and do so consistently for all submits). Maybe we can use the errors="ignore" approach...
I will take a look at this later this week, but I am not sure if this is a bug in FuzzManager or rather in funfuzz. The "error in sourced...
This should be fixed except the CSP tests because we don't deploy CSP on this host.