zeroclaw/src/providers
Alex Gorevski 36f971a3d0 fix(security): address CodeQL code-scanning alerts
- Extract hard-coded test vector keys into named constants in bedrock.rs
  and linq.rs to resolve rust/hard-coded-cryptographic-value alerts
- Replace derived Debug impls with manual impls that redact sensitive
  fields (access_token, refresh_token, credential, api_key) on
  QwenOauthCredentials, QwenOauthProviderContext, and
  ResolvedEmbeddingConfig to resolve rust/cleartext-logging alerts
- Redact Matrix user_id and device_id hints in tracing::warn! diagnostic
  messages via crate::security::redact() to resolve cleartext-logging
  alert in matrix.rs

Addresses CodeQL alerts: #77, #95-106

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-19 16:31:03 -08:00
..
anthropic.rs perf: eliminate unnecessary heap allocations across agent loop, memory, and channels 2026-02-19 07:06:27 -08:00
bedrock.rs fix(security): address CodeQL code-scanning alerts 2026-02-19 16:31:03 -08:00
compatible.rs feat: add multimodal image marker support with Ollama vision 2026-02-19 21:25:21 +08:00
copilot.rs perf: eliminate unnecessary heap allocations across agent loop, memory, and channels 2026-02-19 07:06:27 -08:00
gemini.rs fix(provider): implement chat_with_history for OpenAI Codex and Gemini 2026-02-19 19:04:02 +08:00
glm.rs feat(proxy): add scoped proxy configuration and docs runbooks 2026-02-18 22:10:42 +08:00
mod.rs fix(security): address CodeQL code-scanning alerts 2026-02-19 16:31:03 -08:00
ollama.rs fix: resolve post-rebase config and ollama test regressions 2026-02-19 21:25:21 +08:00
openai_codex.rs fix(provider): use output_text content type for assistant messages in Codex history 2026-02-19 19:04:02 +08:00
openai.rs Fix skill instruction/tool injection in system prompts 2026-02-20 02:16:41 +08:00
openrouter.rs feat(proxy): add scoped proxy configuration and docs runbooks 2026-02-18 22:10:42 +08:00
reliable.rs docs(code): add decision-point comments to agent loop, security policy, and reliable provider 2026-02-19 13:19:53 -08:00
router.rs feat: add multimodal image marker support with Ollama vision 2026-02-19 21:25:21 +08:00
traits.rs feat: add multimodal image marker support with Ollama vision 2026-02-19 21:25:21 +08:00