issues Search Results · language:Dune language:Python language:JavaScript language:CSS language:CSS language:JavaScript
Filter by
42.3M results
Descrição
O logging e configurado via logging.basicConfig com format fixo %(asctime)s %(name)s %(levelname)s %(message)s
(api/main.py 27-30; identico em ui/chat_ui.py 478-481 e database/semantic_chunker.py ...
medium
security
Descrição
O /register responde 400 Username already registered quando o username existe (linhas 133-142), revelando explicitamente
quais contas estao cadastradas. O /token usa mensagem generica (bom), ...
medium
security
Summary
The README Performance notes (#14) flag a serious stack cliff on this exact build:
Measured in fp16 because on this torch 2.11+rocm7.2 build the bf16 GEMM misses the MFMA/hipBLASLt path and runs ...
enhancement
Summary
The INT4 W4A16 grouped fused-MoE GEMM (#1 / #7) is the single heaviest GPU kernel on the Kimi-K2.6 decode path, but it
currently runs with Triton s default (untuned) config for the production ...
enhancement
Descrição
Nas tres branches de falha do pipeline, a HTTPException retornada ao cliente embute a mensagem bruta da excecao via
str(e): linha 127-130 ( Erro ao gerar embedding: {str(e)}... ), 139-142 ( ...
medium
security
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

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.