Chris Lu
02b3ec6e90
sftp: url-encode the upload path ( #10758 )
...
sftp: url-encode the upload path so filenames can't inject filer query commands
The SFTP put handler concatenated the user-controlled filename straight into
the filer upload URL, so a name containing "?" was parsed as a query string.
Build the URL via url.URL{Path: ...} so "?" becomes %3F and stays a literal
path character.
2026-08-14 09:19:37 -07:00
..
2026-08-12 19:38:22 -07:00
2026-08-08 10:28:25 -07:00
2026-08-13 13:33:15 -07:00
2026-07-27 14:06:04 -07:00
2026-08-13 13:36:31 -07:00
2026-02-19 15:46:02 -08:00
2026-04-10 17:31:14 -07:00
2026-07-29 10:30:30 -07:00
2026-08-05 17:08:21 -07:00
2026-07-22 14:38:06 -07:00
2026-06-30 21:23:53 -07:00
2026-08-11 21:11:18 -07:00
2026-07-23 17:44:02 -07:00
2026-06-24 19:36:42 -07:00
2026-08-13 21:38:22 -07:00
2026-08-13 13:22:58 -07:00
2026-08-05 00:18:22 -07:00
2026-08-10 09:51:08 -07:00
2026-06-30 13:27:49 -07:00
2026-08-13 22:32:59 -07:00
2026-08-13 22:32:59 -07:00
2026-08-12 23:00:10 -07:00
2026-08-13 13:15:20 -07:00
2026-04-14 20:48:24 -07:00
2026-08-13 23:33:01 -07:00
2026-08-14 09:19:37 -07:00
2026-08-13 19:11:38 -07:00
2026-04-23 10:05:51 -07:00
2026-08-11 12:36:22 -07:00
2026-08-13 21:38:22 -07:00
2026-08-07 17:08:15 -07:00
2026-08-11 16:36:36 -07:00
2026-08-14 08:31:31 -07:00
2026-08-07 19:44:49 -07:00
2026-08-13 13:22:58 -07:00
2026-02-23 16:27:08 -08:00
2026-04-03 16:04:27 -07:00