[dev] [tofikwest] tofik/v1-security-questionnaire#1755
Merged
Conversation
…ng and auto-answering - Add questionnaire file upload and parsing functionality - Implement AI-powered question extraction from PDFs - Add auto-answer functionality using RAG with vector embeddings - Add questionnaire results display, editing, and export - Implement vector embedding sync for organization policies - Add batch processing for questionnaire answers - Fix TypeScript build error in analytics package - Resolve merge conflict in bun.lock
🔒 Comp AI - Security Review🔴 Risk Level: HIGHOSV scan: 2 HIGH CVEs in xlsx@0.18.5 (Prototype Pollution, ReDoS) and 1 LOW CVE in ai@5.0.0 (filetype whitelist bypass). 📦 Dependency Vulnerabilities🟠 NPM Packages (HIGH)Risk Score: 8/10 | Summary: 2 high, 1 low CVEs found
🛡️ Code Security AnalysisView 18 file(s) with issues🔴 apps/app/src/app/(app)/[orgId]/security-questionnaire/actions/create-trigger-token.ts (HIGH Risk)
Recommendations:
🟡 apps/app/src/app/(app)/[orgId]/security-questionnaire/actions/parse-questionnaire-ai.ts (MEDIUM Risk)
Recommendations:
🟡 apps/app/src/app/(app)/[orgId]/security-questionnaire/actions/upload-questionnaire-file.ts (MEDIUM Risk)
Recommendations:
🟡 apps/app/src/app/(app)/[orgId]/security-questionnaire/actions/vendor-questionnaire-orchestrator.ts (MEDIUM Risk)
Recommendations:
🟡 apps/app/src/app/(app)/[orgId]/security-questionnaire/components/QuestionnaireUpload.tsx (MEDIUM Risk)
Recommendations:
🟡 apps/app/src/app/(app)/[orgId]/security-questionnaire/hooks/useQuestionnaireActions.ts (MEDIUM Risk)
Recommendations:
🟡 apps/app/src/app/(app)/[orgId]/security-questionnaire/hooks/useQuestionnaireAutoAnswer.ts (MEDIUM Risk)
Recommendations:
🟡 apps/app/src/app/(app)/[orgId]/security-questionnaire/hooks/useQuestionnaireParse.ts (MEDIUM Risk)
Recommendations:
🔴 apps/app/src/app/(app)/[orgId]/security-questionnaire/hooks/useQuestionnaireSingleAnswer.ts (HIGH Risk)
Recommendations:
🟡 apps/app/src/app/(app)/[orgId]/security-questionnaire/hooks/useQuestionnaireState.ts (MEDIUM Risk)
Recommendations:
🟡 apps/app/src/app/(app)/[orgId]/tasks/[taskId]/automation/[automationId]/lib/chat-context.tsx (MEDIUM Risk)
Recommendations:
🔴 apps/app/src/jobs/tasks/vendors/answer-question-helpers.ts (HIGH Risk)
Recommendations:
🟡 apps/app/src/jobs/tasks/vendors/answer-question.ts (MEDIUM Risk)
Recommendations:
🔴 apps/app/src/jobs/tasks/vendors/parse-questionnaire.ts (HIGH Risk)
Recommendations:
🟡 apps/app/src/jobs/tasks/vendors/vendor-questionnaire-orchestrator.ts (MEDIUM Risk)
Recommendations:
🔴 apps/app/src/lib/vector/core/delete-embeddings.ts (HIGH Risk)
Recommendations:
🟡 apps/app/src/lib/vector/core/find-existing-embeddings.ts (MEDIUM Risk)
Recommendations:
🔴 apps/app/src/lib/vector/core/find-similar.ts (HIGH Risk)
Recommendations:
💡 RecommendationsView 3 recommendation(s)
Powered by Comp AI - AI that handles compliance for you. Reviewed Nov 17, 2025 |
claudfuen
pushed a commit
that referenced
this pull request
Nov 17, 2025
# [1.59.0](v1.58.0...v1.59.0) (2025-11-17) ### Features * **questionnaire:** add security questionnaire feature with AI parsing and auto-answering ([#1755](#1755)) ([dd4f86c](dd4f86c)) * **questionnaire:** enhance S3 client creation on parse action ([#1760](#1760)) ([4079b73](4079b73)) * **security-questionnaire:** add AI-powered questionnaire parsing an… ([#1751](#1751)) ([e06bb15](e06bb15)) * **security-questionnaire:** add support for questionnaire file uploads to S3 ([#1758](#1758)) ([1ba8866](1ba8866)) * **security-questionnaire:** add tooltip and disable CTA for unpublished policies ([#1761](#1761)) ([849966e](849966e)) * **tasks:** enhance task management with automation features and UI improvements ([#1752](#1752)) ([60dfb28](60dfb28)) * **trust-access:** implement trust access request management system ([#1739](#1739)) ([2ba3d5d](2ba3d5d))
Contributor
|
🎉 This PR is included in version 1.59.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
This is an automated pull request to merge tofik/v1-security-questionnaire into dev.
It was created by the [Auto Pull Request] action.