Security Patch & Dependency Optimization#170
Merged
Merged
Conversation
* **Actualización de nodemailer:** de la versión `^7.0.9` a la `8.0.5` (cambio importante/ruptura de compatibilidad) mediante `npm audit fix --force`. * **Resolución de vulnerabilidad:** se soluciona el fallo `GHSA-c7w3-x93f-qmm8` (inyección de comandos SMTP). * **Depuración del árbol de dependencias:** se eliminaron 75 paquetes sin uso y se actualizaron 18 paquetes.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
1. Resumen
Este PR consolida una serie de mejoras críticas en la seguridad y el mantenimiento del proyecto, centrándose en el aislamiento de procesos de instalación, la actualización del entorno de ejecución y la eliminación de código legado detectado en auditorías previas.
2. Funcionalidades y Cambios
ignore-scripts=trueen .npmrc para prevenir la ejecución automática de scripts maliciosos durante la instalación.npm run secure-installpara flujos de trabajo protegidos en local y CI.onDelete: Cascade) para asegurar la integridad referencial en schema.prisma._deprecated/).generate-token.js.getUserProfileByIden lib/data/users.ts, reemplazando datos estáticos en la vista de perfil.3. Cambios en la Infraestructura de CI
npx prisma generateen el workflow, ya que el bloqueo de scripts de NPM impide que se genere automáticamente durante elinstall.4. Archivos Clave Modificados
Checklist Pre-Merge
ignore-scripts.