Opened 13 months ago
#59211 new enhancement
Plugins should be sandboxed on update to prevent fatal errors
Reported by: | oglekler | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Plugins | Keywords: | |
Focuses: | Cc: |
Description
If a plugin is already active, it will be updated without sandboxing.
Steps to reproduce:
- install a plugin
- copy the plugin folder elsewhere
- make a change in code which will trigger a fatal error (call for non-existing class for example)
- bandle the changed folder into zip and install through the plugin upload
Note: See
TracTickets for help on using
tickets.