You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix ReDoS in Qwen regex: replace nested quantifier with safe `qwen[\d.]*(?:-\w+)*`
- Fix re.IGNORECASE silently ignored in endpoint_db.py (was passed as pos arg)
- Fix DeepSeek/OpenAI double-attribution: add byte-range dedup in detect_api_key
- Remove bare "grok" and "qwen" from model registry (false positives via prefix match)
- Add word boundary to o[13] model pattern to prevent partial matches
- Remove non-existent "deepseek" PyPI package from KNOWN_AI_PACKAGES
- Remove dead seen_components parameter from code_scanner.py
- Revert unauthorized ci.yml threshold change from --fail-on critical
- Remove docs/guides/n8n-quickstart.md (per review, unrelated to PR scope)
- Add 15 new tests for xAI, DeepSeek, Qwen detection + dedup + case-insensitive endpoints
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments