fix(files): Implement file upload renaming security fix from SA-CORE-2020-012 #1115
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://www.drupal.org/sa-core-2020-012 also affects our custom file upload service.
We don't want to depend on REST module in Drupal core, so I duplicated the code from FileUploadResource and modified it to what we need.
Not really nice, but should cover the security fix and give us comprehensive file name coverage.
We don't need to report this to the Drupal security team because graphql's file upload service is not in any release yet and has just been introduced in #1112 .