Skip to content

v3.18.0

Choose a tag to compare

@goklab goklab released this 09 Jun 18:47
· 3 commits to main since this release
  • VG951 (BOLA delete/update) is now AST-aware for the find → compare → mutate pattern: a bare-id mutation preceded by a post-fetch ownership comparison against the session is no longer falsely flagged.
  • Validated on real production code (clean stash diff): 2 false positives removed, both genuinely ownership-guarded; 0 true positives lost, 0 other-rule drift.
  • Reuses the existing AST engine (shared anchor + ownership-comparison helpers); no rule or tool count change (442 / 37).