-
Notifications
You must be signed in to change notification settings - Fork 241
[comp] Production Deploy #1792
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[comp] Production Deploy #1792
Conversation
Comp AI - Code Vulnerability Scan⏳ Analysis in progress... Reviewing 13 file(s). This may take a few moments. Powered by Comp AI - AI that handles compliance for you | Reviewed Nov 20, 2025, 05:54 PM |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
* fix(portal): fix downloading device agent on safari * fix(download-agent): align filenames and add logging --------- Signed-off-by: Mariano Fuentes <marfuen98@gmail.com> Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
Comp AI - Code Vulnerability Scan⏳ Analysis in progress... Reviewing 13 file(s). This may take a few moments. Powered by Comp AI - AI that handles compliance for you | Reviewed Nov 20, 2025, 06:37 PM |
* fix(portal): fix downloading device agent on safari * fix(download-agent): align filenames and add logging * fix(download-agent): remove temporary logging --------- Signed-off-by: Mariano Fuentes <marfuen98@gmail.com> Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
* fix(portal): fix downloading device agent on safari * fix(download-agent): align filenames and add logging * fix(download-agent): remove temporary logging * fix(download-agent): remove logging for invalid download token --------- Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
🔒 Comp AI - Security Review🔴 Risk Level: HIGHOSV scan: 2 high npm CVEs (xlsx: prototype pollution + ReDoS; ai: filetype-whitelist bypass) and code-level injection issues (command execution and SQL/IDOR risks) in several files. 📦 Dependency Vulnerabilities🟠 NPM Packages (HIGH)Risk Score: 8/10 | Summary: 2 high, 1 low CVEs found
🛡️ Code Security AnalysisView 10 file(s) with issues🔴 .github/workflows/trigger-tasks-deploy-main.yml (HIGH Risk)
Recommendations:
🔴 apps/api/buildspec.yml (HIGH Risk)
Recommendations:
🔴 apps/api/src/attachments/attachments.service.ts (HIGH Risk)
Recommendations:
🟡 apps/app/customPrismaExtension.ts (MEDIUM Risk)
Recommendations:
🟡 apps/portal/src/app/(app)/(home)/[orgId]/components/tasks/DeviceAgentAccordionItem.tsx (MEDIUM Risk)
Recommendations:
🟡 apps/portal/src/app/api/download-agent/route.ts (MEDIUM Risk)
Recommendations:
🟡 apps/portal/src/app/api/download-agent/token/route.ts (MEDIUM Risk)
Recommendations:
🟡 apps/portal/src/app/api/download-agent/utils.ts (MEDIUM Risk)
Recommendations:
🔴 packages/db/src/postinstall.ts (HIGH Risk)
Recommendations:
🔴 packages/docs/cloud-tests/gcp.mdx (HIGH Risk)
Recommendations:
💡 RecommendationsView 3 recommendation(s)
Powered by Comp AI - AI that handles compliance for you. Reviewed Nov 20, 2025 |
* refactor(prisma): improve schema resolution logic and add candidates search * chore(prisma): add script to generate Prisma client after installation * refactor(prisma): enhance schema resolution and update related logic --------- Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
* refactor(prisma): improve schema resolution logic and add candidates search * chore(prisma): add script to generate Prisma client after installation * refactor(prisma): enhance schema resolution and update related logic * refactor(prisma): update Prisma client generation script and remove old script * chore(prisma): update postinstall script for Prisma client generation * chore(prisma): remove postinstall script for Prisma client generation
* chore(prisma): add script to copy schema and generate client in deploy --------- Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
* refactor(prisma): improve schema resolution logic and add candidates search * chore(prisma): add script to generate Prisma client after installation * refactor(prisma): enhance schema resolution and update related logic * refactor(prisma): update Prisma client generation script and remove old script * chore(prisma): update postinstall script for Prisma client generation * chore(prisma): remove postinstall script for Prisma client generation * chore(prisma): add script to copy schema and generate client in deploy * chore(workflow): update DB package build step in deployment workflow
🔒 Comp AI - Security Review🔴 Risk Level: HIGHOSV scan found 2 high vulnerabilities in xlsx@0.18.5 (GHSA-4r6h-8v6p-xvw6 prototype pollution; GHSA-5pgg-2g8v-p4x9 ReDoS) and 1 low in ai@5.0.0 (filetype whitelist bypass, fixed in 5.0.52). 📦 Dependency Vulnerabilities🟠 NPM Packages (HIGH)Risk Score: 8/10 | Summary: 2 high, 1 low CVEs found
🛡️ Code Security AnalysisView 10 file(s) with issues🟡 .github/workflows/trigger-tasks-deploy-main.yml (MEDIUM Risk)
Recommendations:
🔴 apps/api/buildspec.yml (HIGH Risk)
Recommendations:
🔴 apps/api/src/attachments/attachments.service.ts (HIGH Risk)
Recommendations:
🔴 apps/app/customPrismaExtension.ts (HIGH Risk)
Recommendations:
🟡 apps/portal/src/app/(app)/(home)/[orgId]/components/tasks/DeviceAgentAccordionItem.tsx (MEDIUM Risk)
Recommendations:
🔴 apps/portal/src/app/api/download-agent/route.ts (HIGH Risk)
Recommendations:
🟡 apps/portal/src/app/api/download-agent/token/route.ts (MEDIUM Risk)
Recommendations:
🟡 apps/portal/src/app/api/download-agent/utils.ts (MEDIUM Risk)
Recommendations:
🔴 packages/db/src/postinstall.ts (HIGH Risk)
Recommendations:
🔴 packages/docs/cloud-tests/gcp.mdx (HIGH Risk)
Recommendations:
💡 RecommendationsView 3 recommendation(s)
Powered by Comp AI - AI that handles compliance for you. Reviewed Nov 20, 2025 |
|
🎉 This PR is included in version 1.60.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This is an automated pull request to release the candidate branch into production, which will trigger a deployment.
It was created by the [Production PR] action.