You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file context feature reads any file with a known extension (.bpmn, .dmn, .form, .process-application) without checking the file size. This could result in a crash if I rename my 1GB .exe to .bpmn.
Problem you would like to solve
The file context feature reads any file with a known extension (
.bpmn
,.dmn
,.form
,.process-application
) without checking the file size. This could result in a crash if I rename my 1GB.exe
to.bpmn
.Proposed solution
Check file size before reading file.
Alternatives considered
Do nothing. Consider it an edge case.
Additional context
Related to #4762.
The text was updated successfully, but these errors were encountered: