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
We could accept gzip compressed data in the payload or a different lighter format like messagepack.
The problem with Gzip is that we would have to implement logic to protect the system from zip bomb attacks.
The problem with messagepack is that we'd have to add another dependency to not only the server but also the OpenWrt agent, but we could solve this by making this optional.
I will leave this here as an idea for now, we will come back to it later on if there's more consensus on the next steps.
The text was updated successfully, but these errors were encountered:
We could accept gzip compressed data in the payload or a different lighter format like messagepack.
The problem with Gzip is that we would have to implement logic to protect the system from zip bomb attacks.
The problem with messagepack is that we'd have to add another dependency to not only the server but also the OpenWrt agent, but we could solve this by making this optional.
I will leave this here as an idea for now, we will come back to it later on if there's more consensus on the next steps.
The text was updated successfully, but these errors were encountered: