-
Notifications
You must be signed in to change notification settings - Fork 371
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
Security Issues in dicer package #1512
Comments
I found a few problems with this issue:
|
Hi @Uzlopak Thank you for reaching out. Apologies for not responding to this earlier. Do you know if |
@lahirumaramba : fastify/busboy team is v open to create a fastify/dicer if we need it... busboys fix: fastify/fastify-multipart#297 |
We are also facing the same issue. We are blocked for deployment on production environment because of |
We did not plan to create a separate fork of dicer. But I could export dicer class from our busboy-fork. |
@Uzlopak thank you! I think that would be the fastest way to address this issue. Do you know what your current release schedule is? I am also looking into replacing |
@kibertoad |
@Uzlopak sure, I don't see why not. |
We are running into this security warning on several of our repos. Thanks for working on this! |
any news on this? |
Exports dicer from fastify busboy As busboy is already default import, it would be necessary to use the named export Dicer |
brilliant! :D |
@lahirumaramba Now that there is a fixed fork of Dicer available, do you need someone to open a PR with a fix here or are you planning on doing that? |
@kibertoad |
will do tomorrow |
Thank you @Uzlopak , @kibertoad ! |
@lahirumaramba |
Many thanks to @Uzlopak and @kibertoad ! This should be fixed in |
Hi,
we forked busboy and fixed two critical bugs in the package, which could cause the node-process to crash or to hang. Those bugs originated in the dicer package, which we integrated in our busboy fork and, as I already mentioned, fixed. Is there any interest in a separate @fastify/dicer package, were we only ship the bugfixed dicer package?
for tracking reasons:
fastify/busboy#68
The text was updated successfully, but these errors were encountered: