-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Threat Uploads: Server side file extension validation + force downloads #11135
Conversation
DryRun Security SummaryThe pull request focuses on improving the file serving and handling functionality of the application, including replacing the use of Expand for full summarySummary: The code changes in this pull request focus on improving the file serving and handling functionality of the application. The changes include:
From an application security perspective, these changes are generally positive, as they focus on improving the security and reliability of file handling and serving within the application. However, there are a few additional security considerations that could be addressed, such as:
Overall, the code changes demonstrate a good understanding of security best practices and a commitment to improving the application's security posture. Files Changed:
Code AnalysisWe ran
Riskiness🟢 Risk threshold not exceeded. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
To be consistent with the main Manage Files features across objects, the threat uploads feature needs to have server side extension validation, as well as forcing files to be downloaded
[sc-8130]