Skip to content

issues Search Results · language:Dune language:Python language:Java language:JavaScript language:JavaScript language:Java

Filter by

55.4M results  (746 ms)

55.4M results

Contexto Um investigador frequentemente quer rodar o mesmo transform em múltiplas entidades (ex: whois_lookup em 10 domínios). Hoje isso exige 10 chamadas de API manuais. Problema - Fluxo manual não ...
area:backend
priority:low

Contexto O código usa type hints em alguns lugares (List[Entity], Dict[str, Any], Optional[str]) mas de forma inconsistente. Não há verificação de tipos no CI. Problema - Type hints parciais dão falsa ...
area:backend
priority:low

I noticed in accountController.js your registerUser function may have a bug. on line 16, I believe that correctly verifying if the email exists, the code should instead be if (exists) { . Unless I missed ...

Summary #225 added a TokenBlacklist domain port and InMemoryTokenBlacklist implementation to the Java backend, and wired it into LogoutUseCaseImpl and AuthController. However, the blacklist is not yet ...
bug
security

Contexto A entidade Device existe mas nenhum transform aceita Device como input. Um caso simples e útil: dado um MAC address, descobrir o fabricante (OUI lookup). Problema - Device é um beco sem saída ...
area:backend
priority:low

Contexto Atualmente, rodar o mesmo transform na mesma entidade duas vezes executa a lógica completa (incluindo chamadas de API externas) duas vezes. Isso é desperdício de quota de API e tempo. Problema ...
area:backend
priority:medium

Contexto Vários services retornam dados simulados quando a API real falha ou não está configurada: - GeoIPService: fallback para dados simulados por faixa de IP - WhoisService: fallback para dados ...
area:backend
priority:medium

Contexto Não há visibilidade sobre performance dos transforms: qual é lento? Qual está falhando? Qual está consumindo mais quota? Problema - Debugging de transform lento é difícil (qual service está ...
area:backend
priority:low

Contexto O grafo de entidades naturalmente sugere uma pipeline: Domain → resolve_ip → IPAddress → geoip_lookup → Device. Mas hoje cada passo é manual. Problema - O investigador precisa manualmente: ...
area:backend
priority:medium

Contexto Quando uma API key está inválida/expirada ou o serviço está offline, o transform falha silenciosamente (retorna dados simulados ou vazios). O usuário não sabe se o problema é a key, o serviço, ...
area:backend
priority:medium
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.