-
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 <233764542+granatonatalia@users.noreply.github.com>
Co-authored-by: granatonatalia <233764542+granatonatalia@users.noreply.github.com>
|
@copilot Resolva os conflitos. |
Co-authored-by: granatonatalia <233764542+granatonatalia@users.noreply.github.com>
|
@copilot Resolva os conflitos. |
Co-authored-by: granatonatalia <233764542+granatonatalia@users.noreply.github.com>
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:
|
* Initial plan * Initial analysis and plan for fixing 4 Dependabot security vulnerabilities Co-authored-by: granatonatalia <233764542+granatonatalia@users.noreply.github.com> * Implement security fixes: CSP, security audit utility, xlsx→exceljs migration, axios/form-data overrides Co-authored-by: granatonatalia <233764542+granatonatalia@users.noreply.github.com> * Fix TypeScript build errors by pinning compatible type definitions Co-authored-by: granatonatalia <233764542+granatonatalia@users.noreply.github.com> * Address code review feedback: remove optional chaining and document CSP limitations Co-authored-by: granatonatalia <233764542+granatonatalia@users.noreply.github.com> * Resolve merge conflicts with master branch Co-authored-by: granatonatalia <233764542+granatonatalia@users.noreply.github.com> * Fix TypeScript error: add optional chaining to eachCell method Co-authored-by: granatonatalia <233764542+granatonatalia@users.noreply.github.com> * Resolve merge conflicts with updated master branch (PRs #9-#13) Co-authored-by: granatonatalia <233764542+granatonatalia@users.noreply.github.com> * Resolve merge conflicts (third iteration) - maintain type overrides and optional chaining Co-authored-by: granatonatalia <233764542+granatonatalia@users.noreply.github.com> * Initial plan --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: granatonatalia <233764542+granatonatalia@users.noreply.github.com>
* Initial plan * Initial analysis and plan for fixing 4 Dependabot security vulnerabilities Co-authored-by: granatonatalia <233764542+granatonatalia@users.noreply.github.com> * Implement security fixes: CSP, security audit utility, xlsx→exceljs migration, axios/form-data overrides Co-authored-by: granatonatalia <233764542+granatonatalia@users.noreply.github.com> * Fix TypeScript build errors by pinning compatible type definitions Co-authored-by: granatonatalia <233764542+granatonatalia@users.noreply.github.com> * Address code review feedback: remove optional chaining and document CSP limitations Co-authored-by: granatonatalia <233764542+granatonatalia@users.noreply.github.com> * Resolve merge conflicts with master branch Co-authored-by: granatonatalia <233764542+granatonatalia@users.noreply.github.com> * Fix TypeScript error: add optional chaining to eachCell method Co-authored-by: granatonatalia <233764542+granatonatalia@users.noreply.github.com> * Resolve merge conflicts with updated master branch (PRs #9-#13) Co-authored-by: granatonatalia <233764542+granatonatalia@users.noreply.github.com> * Resolve merge conflicts (third iteration) - maintain type overrides and optional chaining Co-authored-by: granatonatalia <233764542+granatonatalia@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: granatonatalia <233764542+granatonatalia@users.noreply.github.com>
✅ 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.