brotli
Here are 222 public repositories matching this topic...
-
Updated
May 24, 2021 - TypeScript
-
Updated
Apr 19, 2021 - Pascal
-
Updated
May 29, 2021 - Dockerfile
-
Updated
May 18, 2021 - C
-
Updated
Mar 25, 2021 - Rust
-
Updated
Jun 4, 2021 - Shell
-
Updated
Feb 3, 2021 - C
[Q] fork status
Hi, I would like to package this fork for voidlinux, however I've being queried about
What makes this fork authoritative? This is doubly relevant because the homepage is still p7zip.sourceforge.net, but that site does not appear to direct people to the new fork.
and I'm in no position to answer the question, would you mind shed some light on this?
tracking https://github.com/void-linux/
-
Updated
Oct 15, 2020 - C
-
Updated
May 28, 2021 - JavaScript
-
Updated
Jun 4, 2021 - Go
-
Updated
May 26, 2021 - C#
-
Updated
Jan 1, 2021 - JavaScript
-
Updated
Feb 5, 2018 - Makefile
-
Updated
Jun 1, 2021 - Dockerfile
100% code coverage
As titled, this repo would benefit from having 100% code coverage (-100 flag in tap).
-
Updated
Dec 19, 2020 - C
-
Updated
Jul 29, 2020 - Go
-
Updated
May 4, 2021 - JavaScript
-
Updated
Oct 10, 2020 - C#
-
Updated
Oct 15, 2018
Improve this page
Add a description, image, and links to the brotli topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the brotli 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