-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add mime types for sharedlib and executable #33595
Conversation
|
ef38a6f
to
4c127a8
Compare
Add mime types for application/x-sharedlib and application/x-executable Signed-off-by: Sujith H <sharidasan@owncloud.com>
4c127a8
to
3083f9a
Compare
Codecov Report
@@ Coverage Diff @@
## master #33595 +/- ##
============================================
- Coverage 64.76% 64.22% -0.55%
+ Complexity 18330 18269 -61
============================================
Files 1198 1193 -5
Lines 69382 69076 -306
Branches 1276 1277 +1
============================================
- Hits 44938 44363 -575
- Misses 24072 24341 +269
Partials 372 372
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #33595 +/- ##
=========================================
Coverage 64.76% 64.76%
Complexity 18330 18330
=========================================
Files 1198 1198
Lines 69382 69382
Branches 1276 1276
=========================================
Hits 44938 44938
Misses 24072 24072
Partials 372 372
Continue to review full report at Codecov.
|
As per the discussion at #33595 (comment), I have added
|
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.
👍
@sharidas please backport |
Backport to stable10 PR #33893 |
Add mime types for application/x-sharedlib
and application/x-executable
Signed-off-by: Sujith H sharidasan@owncloud.com
Description
Add mime type mapping for
application/x-sharedlib
andapplication/x-executable
. This would help files detected with the mentioned missing mime types. Hence this pr addsapplication/x-sharedlib
andapplication/x-executable
mime types tomimetypemapping.dist.json
file.Related Issue
Motivation and Context
Add missing mime types mapping to the mimetypemapping.dist.json file. The missing mime types detected are
application/x-sharedlib
andapplication/x-executable
.How Has This Been Tested?
sharedlib block
File mimetype upload
from the drop down list and from the select drop down selectis
. Addapplication/x-sharedlib
to the text field.Blocked Requests
onlyfrom the drop down next to
Save Rulesbutton. Click the button
Save Rules`.libau.so
.Screenshots (if appropriate):
.so
file.dll
fileTypes of changes
Checklist:
Open tasks: