Open Issues Need Help
View All on GitHubAI Summary: Fix a critical security vulnerability in a banking system's financial module. The system currently accepts absurdly large negative transaction amounts without error, allowing potential financial attacks. The task requires implementing input validation to restrict transaction amounts to a valid range (0.01 to Balance - Reserve), adding CAPTCHA for suspicious operations, and logging all attempts to input negative sums.
Complexity:
4/5
bug help wanted invalid