CWE-400 (Uncontrolled Resource Consumption) via Regular Expression Denial of Service — a regex compiled from a plain string literal with one of these two well-documented structural shapes turns a ...
Given a set of candidate numbers (candidates) (without duplicates) and a target number (target), find all unique combinations in candidates where the candidate numbers sums to target. The same ...