openclaw/src/security
jonisjongithub 1ac2a2cac5 fix(security): recognize Venice-style claude-opus-45 as top-tier model
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.
2026-01-27 15:59:06 -05:00
..
audit-extra.ts fix(security): recognize Venice-style claude-opus-45 as top-tier model 2026-01-27 15:59:06 -05:00
audit-fs.ts fix: use Windows ACLs for security audit 2026-01-26 18:19:58 +00:00
audit.test.ts fix(security): recognize Venice-style claude-opus-45 as top-tier model 2026-01-27 15:59:06 -05:00
audit.ts refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
external-content.test.ts fix(security): prevent prompt injection via external hooks (gmail, we… (#1827) 2026-01-26 13:34:04 +00:00
external-content.ts fix(security): prevent prompt injection via external hooks (gmail, we… (#1827) 2026-01-26 13:34:04 +00:00
fix.test.ts refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
fix.ts refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
windows-acl.ts fix: use Windows ACLs for security audit 2026-01-26 18:19:58 +00:00