AntiPattern
Guarded Input Flags
incompatible-flag-input-guard-bypass
Mis-specified CLI flag combinations and unvalidated header-provided filenames break intended protections: combining incompatible parameters gets rejected, while letting inputs flow into file creation/rename/symlink paths can skip checks or enable exploitation under high-rate requests.