| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/aflow/flow/assessment: add UAF moderation workflow | Dmitry Vyukov | 2026-01-12 | 1 | -0/+4 |
| | | | | | | | Add workflow that can be used for moderation of UAF bugs (consistent/actionable reports), such UAF bugs can be upstreammed automatically, even if they happened only once and don't have a reproducer. | ||||
| * | pkg/report: move TitleToCrashType to crash package | Dmitry Vyukov | 2026-01-09 | 3 | -1/+371 |
| | | | | | | | | | | TitleToCrashType is a simple function with no heavy dependencies that is used by the dashboard app. Currnetly we have to import pkg/report into dashboard/app, and this package has lots of heavy deps (symbolizer, demangler, coverage report generation, etc). Move TitleToCrashType to pkg/report/crash (where it arguably belongs anyway). | ||||
| * | pkg/report: introduce null ptr crash types | Taras Madan | 2025-07-09 | 1 | -2/+6 |
| | | |||||
| * | dashboard/app: sort bugs by impact | Taras Madan | 2025-07-08 | 1 | -3/+3 |
| | | | | | | The impact score is deducted from the title. Impact is max(known_titles). | ||||
| * | pkg/report: split crash.KFENCE | Taras Madan | 2025-07-04 | 1 | -25/+31 |
| | | |||||
| * | pkg/report: split crash.KCSAN | Taras Madan | 2025-07-03 | 1 | -3/+4 |
| | | | | | | Introduce crash.KCSANAssert. Introduce crash.KCSANUnknown. | ||||
| * | pkg/report: use crash.KASANUnknown instead of crash.KASANOther | Taras Madan | 2025-07-03 | 1 | -2/+2 |
| | | | | | | | What we need is the category for "matched unknown KASAN bug". This king on bugs should be recategorised. The final goal is to keep this category empty. | ||||
| * | pkg/report: split crash.KMSAN | Taras Madan | 2025-07-03 | 1 | -2/+6 |
| | | |||||
| * | pkg/report: split crash.KASAN into parts | Taras Madan | 2025-07-03 | 1 | -17/+25 |
| | | | | | We want to prioritize KASAN bugs differently. | ||||
| * | dashboard/app: use crash types instead, no regexps | Taras Madan | 2025-07-02 | 1 | -14/+79 |
| | | |||||
| * | pkg/report: add crash.KFENCE type | Taras Madan | 2025-06-27 | 1 | -0/+1 |
| | | |||||
| * | pkg/report: detect the lost connection crash type | Aleksandr Nogikh | 2024-12-03 | 1 | -0/+1 |
| | | |||||
| * | pkg/report: introduce crash.SyzFailure report type | Aleksandr Nogikh | 2023-07-06 | 1 | -0/+1 |
| | | | | | It refers to SYZFAIL and SYZFATAL errors. | ||||
| * | pkg/report/crash: explicitly print UNKNOWN for UnknownType | Aleksandr Nogikh | 2023-07-05 | 1 | -0/+7 |
| | | |||||
| * | pkg/report: move report.Type to pkg/report/crash | Aleksandr Nogikh | 2023-07-05 | 1 | -0/+21 |
| This will help avoid a circular dependency pkg/vcs -> pkg/report -> pkg/vcs. | |||||
