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 was archived by the owner on Jan 14, 2020. It is now read-only.
Currently, the IPFS gateway (NGINX proxy) allows any content to be uploaded (with a 2MB max payload). If anything can be uploaded from anywhere, there are potential hazards, among them:
spam content / listings
inappropriate content
illegal content
There are many ways to harden the gateway, for example:
Formatted loglines, log handling, and some sort of log monitoring would give visibility into what is being uploaded through the gateway
Validating uploaded data (adheres to schema, file formats for binary fields, etc)
Authentication (ex. integration with ERC725, API keys to ensure uploads come from applications and services built by known developers, etc.)