-
-
Notifications
You must be signed in to change notification settings - Fork 65
Add storage-size validation for pasted JSON #4863
Copy link
Copy link
Closed
Labels
gittensor:featureGittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.help wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Assignees
Labels
gittensor:featureGittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.help wantedExtra attention is neededExtra attention is needed
Problem: The extension accepts arbitrarily large pasted JSON with no size bound and without requesting the
unlimitedStoragepermission — a large paste can silently fail or behave unpredictably.Area: AMS / Extension
Proposal: Add a reasonable size validation with a clear error message for oversized input.
Deliverables: