Highlights
Denial of Service: 2 prior fixes. Scrutinize any change in this area.
whisperjav/modules/speech_segmentation/factory.py: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Denial of Service: Unvalidated custom parameters passed from GUI inputs to speech segmenter backends can lead to service crashes. This represents a high risk as it allows local or remote user inputs to directly destabilize the application backend.
Denial of Service: A known out-of-bounds memory indexing bug in PyTorch's MPS backend during beam search causes execution crashes. Forcing greedy decoding (num_beams=1) under this backend environment is necessary to prevent runtime service termination.