ci(codeql): exclui vendor/ da análise (código de terceiros)#300
Draft
Lucas-Belucci-Bellini wants to merge 1 commit into
Draft
ci(codeql): exclui vendor/ da análise (código de terceiros)#300Lucas-Belucci-Bellini wants to merge 1 commit into
Lucas-Belucci-Bellini wants to merge 1 commit into
Conversation
vendor/ guarda repos de terceiros importados como referencia (Omega Prism/JARVIS), fora do build/deploy (.vercelignore) e nao importados por src/. O CodeQL estava varrendo esse codigo externo e poluindo os PRs com alertas que nao sao nossos (ex.: os 6 da #294, todos em vendor/obsidian-second-brain). paths-ignore: vendor tira o ruido sem perder cobertura real do nosso codigo. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WVGexdsK5EK86CD3QWkHoQ
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Lucas-Belucci-Bellini
pushed a commit
that referenced
this pull request
Jun 27, 2026
…VIS) Importados via tarball (git clone externo bloqueado no ambiente remoto): - turbovec (Rust+Python): busca vetorial / memoria semantica (RAG). - react-bits (React+TS): 130+ efeitos de UI p/ portar ao redesign vanilla. - agenthatch (Python): compilador SKILL.md -> agentes (Conselho/JARVIS-tools). Nenhum roda no JARVIS-web como esta (Python/Rust/React); referencia p/ app/nativo ou porte manual (#238). README atualizado com o lote 2 e licencas (react-bits = Commons Clause). CL4R1T4S vai em branch separada (AGPL). Inclui paths-ignore: vendor no codeql.yml pra essa branch ficar verde (mesma politica do PR #300 no main). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WVGexdsK5EK86CD3QWkHoQ
This was referenced Jun 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Exclui
vendor/do CodeQLvendor/guarda repositórios de terceiros importados como referência (Omega Prism / JARVIS — ver #294). Esse código:.vercelignore+ nada emsrc/importa de lá);Hoje o CodeQL varre
vendor/e enche os PRs de alertas externos. Exemplo concreto: a #294 está com 6 review comments dogithub-advanced-security, todos emvendor/obsidian-second-brain/...(Python de terceiros). E vai piorar conforme entram mais vendors (ex.:agenthatch, também Python).Mudança
Uma linha de config no step
initdocodeql.yml:src/,desktop/e o resto seguem analisados normalmente — só o código de terceiros sai do scan. Sem perda de cobertura real.🤖 Generated with Claude Code
https://claude.ai/code/session_01WVGexdsK5EK86CD3QWkHoQ
Generated by Claude Code