#
snappy
Here are 200 public repositories matching this topic...
Optimized Go Compression Packages
-
Updated
Aug 12, 2021 - Go
A RecyclerView extension for building list more easily.
-
Updated
Dec 10, 2018 - Java
A Wayland native snapshot editing tool, inspired by Snappy on macOS
-
Updated
May 21, 2021 - C
compression
gzip
decompression
brotli
snappy
compress
compressor
zstd
lz4
compressor-benchmark
lzma
deflate
zstandard
decompress
gzip-compression
deflate-algorithm
lz4-compression
lz4-compressors
-
Updated
Aug 12, 2021 - C#
Multithreading Library for Brotli, Lizard, LZ4, LZ5, Snappy and Zstandard
-
Updated
Dec 19, 2020 - C
A lightweight, encrypted, WAN oriented, software defined network device.
-
Updated
Feb 20, 2018 - Go
-
Updated
Dec 24, 2020 - PHP
Dependency-free and performant Nim Snappy implementation.
-
Updated
Jun 30, 2021 - Nim
Sentinel-1 image pre-processing using snappy.
-
Updated
Jul 30, 2019 - Python
Thin Python wrapper to de/compression algorithms in Rust - lightweight & no dependencies
-
Updated
Jul 13, 2021 - Rust
Snappy compression format reader/writer for Crystal
-
Updated
Mar 25, 2021 - Crystal
Java serialization library - compact, fast, transparent
java
serialization
compression
decompression
snappy
compact
serialisation
gzip-compression
java-default-serialization
-
Updated
Sep 25, 2017 - Java
Nim implementation of Snappy compression algorithm
-
Updated
Dec 22, 2020 - Nim
Improve this page
Add a description, image, and links to the snappy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the snappy topic, visit your repo's landing page and select "manage topics."
I was able to confirm that
os.Create()will happily follow symlinks.Although standard tools like
tarwill not likely allow you to add two files with the same name to an archive file, it's certainly easy enough to do in code. This means that we need to add an additional check before writing to a destination to make sure that it's not a symlink outside of the destination.The vulnerab