The security audit was incorrectly flagging venice/claude-opus-45 as 'Below Claude 4.5' because the regex expected -4-5 (with dash) but Venice uses -45 (without dash between 4 and 5). Updated isClaude45OrHigher() regex to match both formats. Added test case to prevent regression. |
||
|---|---|---|
| .. | ||
| audit-extra.ts | ||
| audit-fs.ts | ||
| audit.test.ts | ||
| audit.ts | ||
| external-content.test.ts | ||
| external-content.ts | ||
| fix.test.ts | ||
| fix.ts | ||
| windows-acl.ts | ||