zip-rs-wasm/examples
Mathijs van de Nes 88445219ec Only allow path::Component::Normal when extracting
Previously, Component::Root and Component::Prefix where still allowed.
This meant some files could be extracted to a location outside the current directory.
Only safe components are Normal and Curdir, but since Curdir does not do anything we filter it aswell.

Resolves #27
2017-02-12 17:05:21 +01:00
..
extract.rs Only allow path::Component::Normal when extracting 2017-02-12 17:05:21 +01:00
extract_lorem.rs Do not use feature exit_status 2015-04-03 14:54:57 +02:00
write_sample.rs Update the write API 2016-10-30 09:09:50 +01:00