Coder Social home page Coder Social logo

Comments (3)

DvTonder avatar DvTonder commented on August 29, 2024

I see it only enables when you are not in safe mode - is there a reason for this?

from cmfilemanager.

jruesga avatar jruesga commented on August 29, 2024

First at all, zip has no compression action, because the busybox versión not implements a zip executable. It can be done by java, by this breaks how shell console works (using always linux commands). Also i think this has some legal concerns. Zip is only supported for uncompression. So, only compression/uncompression executables from busybox were implemented:

compression: gzip, bzip2, tar, tar+gzip, tar+bzip2
uncompression gzip, bzip2, tar, tar+gzip, tar+bzip2, tar+lzma, zip, xz and unix compress

The reason for not enabling unzip in safe mode is that I can't create a sandboxed folder for the uncompression of the zip (as i can do with tar), and the zip can contain relative paths, and if there are uncompressed in a folder, the result is that some extracted files or folder should be extracted in a folder system (overwritting or trying the filesystem). Running sage mode in a non privileged console normally this is not a risk, but i decided not allow it.

from cmfilemanager.

DvTonder avatar DvTonder commented on August 29, 2024

OK. Makes sense. Thanks for clarifying
On 2012-10-30 6:32 PM, "Jorge Ruesga" [email protected] wrote:

First at all, zip has no compression action, because the busybox versión
not implements a zip executable. It can be done by java, by this breaks how
shell console works (using always linux commands). Also i think this has
some legal concerns. Zip is only supported for uncompression. So, only
compression/uncompression executables from busybox were implemented:

compression: gzip, bzip2, tar, tar+gzip, tar+bzip2
uncompression gzip, bzip2, tar, tar+gzip, tar+bzip2, tar+lzma, zip, xz and
unix compress

The reason for not enabling unzip in safe mode is that I can't create a
sandboxed folder for the uncompression of the zip (as i can do with tar),
and the zip can contain relative paths, and if there are uncompressed in a
folder, the result is that some extracted files or folder should be
extracted in a folder system (overwritting or trying the filesystem).
Running sage mode in a non privileged console normally this is not a risk,
but i decided not allow it.


Reply to this email directly or view it on GitHubhttps://github.com//issues/26#issuecomment-9925516.

from cmfilemanager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.