This website requires JavaScript.
Explore
Help
Sign In
joe
/
kami-parse-server
Public Access
Watch
1
Star
0
Fork
0
You've already forked kami-parse-server
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3dd99dd80e27e5e1d99b42844180546d90c7aa90
kami-parse-server
/
spec
/
ParseFile.spec.js
Manuel
a318e7bbaf
feat: Add new Parse Server option
fileUpload.fileExtensions
to restrict file upload by file extension; this fixes a security vulnerability in which a phishing attack could be performed using an uploaded HTML file; by default the new option only allows file extensions matching the regex pattern
^[^hH][^tT][^mM][^lL]?$
, which excludes HTML files; if your app currently depends on uploading files with HTML file extensions then this may be a breaking change and you could allow HTML file upload by setting the option to
['.*']
(
#8538
)
2023-05-21 01:23:00 +02:00
46 KiB
Raw
Blame
History
View Raw
Reference in New Issue
View Git Blame
Copy Permalink