{
  "id": 815338,
  "title": "Don't Let the AI Find Your Bugs. Let It Judge Them.",
  "url": "https://urgent.news/2026/08/13/dont-let-the-ai-find-your-bugs-let-it-judge-them",
  "topic": "ai",
  "section": "AI",
  "published": "2026-08-13T22:44:53.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/alimafana/dont-let-the-ai-find-your-bugs-let-it-judge-them-5dbp"
  },
  "original_language": "en",
  "account": null,
  "summary": "My vulnerability scanner flagged this Java method as SQL injection: String id = request . getParameter ( \"id\" ); // user input if (! id . matches ( \"[0-9]+\" )) { // digits only, or throw throw new IllegalArgumentException ( \"id must be numeric\" ); } String sql = \"DELETE FROM products WHERE id = \" + id ; stmt . executeUpdate ( sql ); // flagged as SQL injection Look at line 2. The input must be…",
  "key_points": [],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}