You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
The 'add files' endpoint of the http api passes the content-type header down into ipfs-multipart, which passes it down into the content library which was not checking for that header's presence before trying to parse it, resulting in a traceback and 500 error.
When that PR is either merged or the issue addressed manually we can then update the ipfs-multipart dependency in this repo and close this issue.
The text was updated successfully, but these errors were encountered:
daviddias
added
kind/bug
A bug in existing code (including security flaws)
P2
Medium: Good to have, but can wait until someone steps up
status/ready
Ready to be worked
and removed
P2
Medium: Good to have, but can wait until someone steps up
kind/bug
A bug in existing code (including security flaws)
labels
Jun 4, 2018
The 'add files' endpoint of the http api passes the content-type header down into
ipfs-multipart
, which passes it down into thecontent
library which was not checking for that header's presence before trying to parse it, resulting in a traceback and 500 error.This has been patched in
content
and a pr foripfs-multipart
has been opened here: ipfs-inactive/js-ipfs-multipart#1When that PR is either merged or the issue addressed manually we can then update the ipfs-multipart dependency in this repo and close this issue.
The text was updated successfully, but these errors were encountered: