-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Description
MD5's length must be 32, but checking with wrong number(36)
In here, checking with 36
Line 208 in f0e8221
| if len(fileId) != 36 && !strings.HasPrefix(fileId, "file_") { |
Line 292 in f0e8221
| if len(fileId) != 36 && !strings.HasPrefix(fileId, "file_") { |
Line 854 in f0e8221
| if len(fileId) != 36 && !strings.HasPrefix(fileId, "file_") { |
In here, checking with 64
Line 1312 in f0e8221
| if !strings.HasPrefix(fileId, "file_") || len(fileId) > 64 { |

Metadata
Metadata
Assignees
Labels
No labels