kubo/core/commands/cmdutils
Marcin Rataj a2519b57be feat: limit pin names to 255 bytes (#10981)
adds validation to ensure pin names don't exceed 255 bytes across all
commands that accept pin names. this prevents issues with filesystem
limitations and improves compatibility.

affected commands:
- ipfs pin add --name
- ipfs add --pin-name
- ipfs pin ls --name (filter)
- ipfs pin remote add --name
- ipfs pin remote ls --name (filter)
- ipfs pin remote rm --name (filter)

(cherry picked from commit 1107ac42af)
2025-09-27 03:21:55 +02:00
..
sanitize.go fix(cmds): cleanup unicode identify strings (#9465) 2025-09-19 04:46:38 +02:00
utils.go feat: limit pin names to 255 bytes (#10981) 2025-09-27 03:21:55 +02:00