R
0

Unpopular opinion: I used to swear by GPT-4 for code reviews, but after it missed a critical SQL injection flaw last Tuesday, I switched to Claude and caught 3 bugs in 10 minutes.

The flaw was in a WHERE clause that let unvalidated user input through, and I only noticed when the LLM pointed out the parameterization was missing - has anyone else found one model way better than another for security stuff?
1 comments

Log in to join the discussion

Log In
1 Comment
richardh44
You said it missed a critical SQL injection flaw - what specific test case did you run that Claude caught but GPT-4 didn't?
3