issues Search Results · language:Edge language:Python language:PHP language:Java language:JavaScript language:HTML
Filter by
21.3M results
If all moves loses the engine should choose the longest PV.
Descrição
Em generate(), apenas a pergunta do turno atual passa por _sanitize_question (linha 151). O historico de conversa e
anexado as mensagens sem nenhuma sanitizacao (loop linhas 157-158: messages.append({ ...
medium
security
Descrição
O servico qdrant publica as portas 6333 (REST) e 6334 (gRPC) no host (linhas 12-14). O Docker faz bind em 0.0.0.0 por
padrao, entao qualquer host que alcance a maquina ve o Qdrant. Nenhuma API ...
infrastructure
medium
security
Descrição
O prompt da claude-code-action interpola diretamente github.event.issue.title (linha 50) e github.event.issue.body
(linha 52) — texto 100% controlavel por qualquer pessoa que abra uma issue ...
infrastructure
medium
security
Issue Metadata
| Field | Value |
| --- | --- |
| Date | 2026-06-11 |
| Status | INIT |
| Type | implementation |
| Branch | feat/issue-reconcile-crashes-unboundlocalerror-shadowed-import |
| Archetypes ...
atdd:INIT
atdd-issue
Descrição
O endpoint POST /chat (unico endpoint pesado da API) nao possui nenhum rate-limit nem quota por usuario. Somente auth.py
aplica @limiter.limit (register 3/h, token 5/15min); o decorator de limite ...
high
security
Descrição
O repositorio e PUBLICO e tanto .env.example (linha 102) quanto SETUP.md (linhas 94 e 121) fornecem
JWT_SECRET_KEY=super-secret-key-replace-in-production. Esse valor tem 38 caracteres, passando ...
high
security
Descrição
O cache global _sessions (linha 41) e indexado APENAS pelo req.session_id fornecido pelo cliente.
_get_or_create_buffer(req.session_id) (linha 118) nao usa current_user em nenhum momento — o ...
high
security
Descrição
load_checkpoint aceita qualquer resultado e run_evaluation_async faz results = list(existing) sem verificar se cada
question_id existe no dataset atual. O caminho do checkpoint e fixo e compartilhado ...
bug
medium
Descrição
Todo o pipeline embeda texto cru: generate_embedding (retrieval/embedder.py:31) passa a pergunta direta para embed_text,
e a indexacao (database/semantic_chunker.py:92-95) passa as frases do ...
bug
medium

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.