docs(security): SonarQube triage inventory (86 issues) - #97
Conversation
Inventario das issues SonarCloud com severidade, tipo, regra, componente e linha. Totais: BLOCKER 1, CRITICAL 24, MAJOR 35, MINOR 26 Tipos: VULNERABILITY 4, BUG 1, CODE_SMELL 81 Bead: mro-2wjm.1 Nenhuma alteracao de codigo de producao.
|
Warning Review limit reached
Next review available in: 59 minutes Limit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?Wait for the limit to reset, then comment An organization admin can change what happens after included review limits in Billing. How do review limits work?CodeRabbit enforces per-developer PR review limits within each organization. For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…rule messages Cada achado agora traz: - codigo real numerado extraido da worktree (linha >>> = sink) - mensagem completa da regra (descricao do problema e do fix) - CWE/classe de vulnerabilidade e effort onde disponivel
|
There was a problem hiding this comment.
Pull request overview
Adds a documentation-only SonarCloud/SonarQube triage inventory for flext-sh/flext-cli, intended to track and prioritize remediation decisions for the current set of static-analysis findings across the codebase.
Changes:
- Introduces
docs/security/sonarqube-triage.mdwith a per-issue listing (severity/type/rule/component:line) and embedded code excerpts pointing at the reported lines. - Provides a summary section with totals and a rules breakdown intended to help prioritize work.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| | `python:S3358` | 3 | | ||
| | `python:S5754` | 2 | | ||
| | `githubactions:S8233` | 2 | | ||
| | `python:S5778` | 2 | |
| Cada issue traz a **mensagem do SonarQube** (descreve o problema e o impacto), o **código real** (linha `>>>`), o tipo e o effort estimado. | ||
| **Decisão**: `corrigir` / `falso-positivo` (marcar na plataforma com justificativa) / `risco-aceito`. Ordem: BLOCKER → CRITICAL → VULNERABILITY → MAJOR. CODE_SMELL em volume pede correção de padrão. | ||
|
|



Triagem SonarCloud — inventário
86 issues — BLOCKER 1, CRITICAL 24, MAJOR 35, MINOR 26
Tipos: VULNERABILITY 4, BUG 1, CODE_SMELL 81
Bead:
mro-2wjm.1Conteúdo
docs/security/sonarqube-triage.md: severidade, tipo, regra, componente e linha de cada issue, com coluna de decisão (corrigir/falso-positivo/risco-aceito).Nenhuma alteração de código.
Prioridade: BLOCKER → CRITICAL → VULNERABILITY → MAJOR. CODE_SMELL em volume sugere correção de padrão na causa raiz, não issue a issue.
Dados brutos:
~/sonarqube-violations/by-repo/flext-sh_flext-cli.jsonSummary by cubic
Added a SonarCloud triage inventory for 86 issues with per-issue decisions, now including numbered code snippets, full rule messages, CWE categories, and estimated effort. Documentation only; no code changes.
docs/security/sonarqube-triage.mdwith a per-issue table (severity, type, rule, component, line, decision) and enriched entries (code snippet with sink marker, full rule message, CWE/class, effort).Written for commit 9bd10ee. Summary will update on new commits.