Commit fffec99
fix(analyzer): use word boundaries for auth detection, remove redirect
- auth() now uses \bauth\(\) to avoid matching authToken(), authorize()
- getServerSession uses \b boundaries
- useSession uses \b boundaries
- Removed 'redirect' pattern — too many false positives (redirect URLs, variables)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 60c22e5 commit fffec99
1 file changed
+7
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
282 | 282 | | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
287 | 286 | | |
288 | 287 | | |
289 | 288 | | |
| |||
360 | 359 | | |
361 | 360 | | |
362 | 361 | | |
363 | | - | |
| 362 | + | |
364 | 363 | | |
365 | | - | |
366 | | - | |
| 364 | + | |
| 365 | + | |
367 | 366 | | |
368 | 367 | | |
369 | 368 | | |
| |||
0 commit comments