-
Notifications
You must be signed in to change notification settings - Fork 0
Fix CVE-2025-7783: Override form-data to 4.0.5 (merged with master fixes) #9
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
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
PR Code Suggestions ✨No code suggestions found for the PR. |
Co-authored-by: granatonatalia <[email protected]>
Co-authored-by: granatonatalia <[email protected]>
|
@copilot Resolva os conflitos. |
Co-authored-by: granatonatalia <[email protected]>
|
@copilot Resolva os conflitos. |
Co-authored-by: granatonatalia <[email protected]>
Conflitos resolvidos no commit dc71e36. A estrutura do package.json foi ajustada para corresponder exatamente à branch master (seção "overrides" antes de "browser"). Nenhuma mudança funcional - as vulnerabilidades continuam corrigidas:
|
Co-authored-by: granatonatalia <[email protected]>
* Initial plan * Initial analysis and plan for fixing 4 Dependabot security vulnerabilities Co-authored-by: granatonatalia <[email protected]> * Implement security fixes: CSP, security audit utility, xlsx→exceljs migration, axios/form-data overrides Co-authored-by: granatonatalia <[email protected]> * Fix TypeScript build errors by pinning compatible type definitions Co-authored-by: granatonatalia <[email protected]> * Address code review feedback: remove optional chaining and document CSP limitations Co-authored-by: granatonatalia <[email protected]> * Resolve merge conflicts with master branch Co-authored-by: granatonatalia <[email protected]> * Fix TypeScript error: add optional chaining to eachCell method Co-authored-by: granatonatalia <[email protected]> * Resolve merge conflicts with updated master branch (PRs #9-#13) Co-authored-by: granatonatalia <[email protected]> * Resolve merge conflicts (third iteration) - maintain type overrides and optional chaining Co-authored-by: granatonatalia <[email protected]> * Initial plan --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: granatonatalia <[email protected]>
* Initial plan * Initial analysis and plan for fixing 4 Dependabot security vulnerabilities Co-authored-by: granatonatalia <[email protected]> * Implement security fixes: CSP, security audit utility, xlsx→exceljs migration, axios/form-data overrides Co-authored-by: granatonatalia <[email protected]> * Fix TypeScript build errors by pinning compatible type definitions Co-authored-by: granatonatalia <[email protected]> * Address code review feedback: remove optional chaining and document CSP limitations Co-authored-by: granatonatalia <[email protected]> * Resolve merge conflicts with master branch Co-authored-by: granatonatalia <[email protected]> * Fix TypeScript error: add optional chaining to eachCell method Co-authored-by: granatonatalia <[email protected]> * Resolve merge conflicts with updated master branch (PRs #9-#13) Co-authored-by: granatonatalia <[email protected]> * Resolve merge conflicts (third iteration) - maintain type overrides and optional chaining Co-authored-by: granatonatalia <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: granatonatalia <[email protected]>
✅ Structure Fix: Reordered package.json sections
Changes:
Why This Change:
GitHub was detecting a conflict due to the different ordering of sections in package.json between this branch and master. By matching master's structure exactly (overrides before browser), the conflict is resolved.
Verification:
Original prompt
This pull request was created from Copilot chat.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.