release: promocionar develop a main (b731774a) - #752
Merged
Merged
Conversation
…sde input.name Última js/path-injection abierta tras #737 (análisis 19d736d): el scaffolder .NET volvía a leer `input.name` como propiedad al escribir `${projectDir}/${input.name}.csproj`. Es la misma cadena que el use case validó, pero CodeQL solo ve el sanitizador sobre la variable local, no sobre una segunda lectura de la propiedad. `path.basename(projectDir)` es exactamente ese valor (`projectDir` se construye como `${cwd}/${name}`) y ya está saneado para el motor. Test: `Billing.Api` produce `Billing.Api.csproj`. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
…project-dir fix(security): nombrar el .csproj desde el directorio validado, no desde input.name
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Contributor
📊 Bilingual Coverage ImpactPR Changes
Repository Coverage
✅ Good: All EN changes have ES counterparts. Generated by GitHub Actions |
beyondnetPeru
added a commit
that referenced
this pull request
Sep 19, 2026
sync: enlazar en develop el commit de la promoción #752 (develop..main vacío)
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.
Promoción
develop→main, fijada ab731774a. Sigue a #739.Qué sube
Seguridad — #748: el scaffolder .NET nombra el
.csprojdesde el directorio validado (path.basename(projectDir)) en vez de releerinput.name; cierra la últimajs/path-injectionde CodeQL (análisis de19d736da: 8 abiertas = 7 Scorecard Token-Permissions + esta).Sync — #740: back-merge main → develop (#730/#732/#734/#735/#738 y la promoción #739) ya integrado.
Nota
mainlleva cinco bumps de dependabot (#743 @types/node, #744 nest-commander-testing, #745 esbuild, #746 setup-buildx-action, #747 actions/checkout) quedevelopno tiene; esta promoción los conserva (merge limpio, no reset). Tras el merge se lanzasdk-cli-cia mano sobre main: su triggerpushfiltra por paths y este cambio no tocasrc/sdk/cli/**, así que sin eso CodeQL no re-analiza main.🤖 Generated with Claude Code