CVE-2026-44479: Unhandled Index Route Unconditional Continue

An unconditional 'continue' follows a specific exclusion condition. For loop control flows where the excluded value is intended to fall through and process subsequent configurations (such as SSR handler assignments), an unconditional continue mistakenly skips the rest of the loop block. Ensure the continue is guarded conditionally or correctly isolated.

Provally CuratedPublic repositoryLowMedium confidenceVerifiedApache-2.0TS
greprules fetch cve-2026-44479-unhandled-index-route-unconditional-continue --engine opengrep

Description

An unconditional 'continue' follows a specific exclusion condition. For loop control flows where the excluded value is intended to fall through and process subsequent configurations (such as SSR handler assignments), an unconditional continue mistakenly skips the rest of the loop block. Ensure the continue is guarded conditionally or correctly isolated.