bzip2
Here are 83 public repositories matching this topic...
-
Updated
Nov 19, 2020 - C#
-
Updated
Dec 13, 2020 - C
-
Updated
Dec 10, 2020 - C
-
Updated
Dec 10, 2020 - C++
-
Updated
Nov 28, 2020 - PHP
-
Updated
Jul 13, 2020 - C++
Typescript support
Do you plan on generating declaration files for supporting Typescript?
You could either have them as part of the repo or contribute to https://github.com/DefinitelyTyped/DefinitelyTyped/
Thanks in advance!
-
Updated
Nov 18, 2020 - C++
-
Updated
Oct 27, 2020 - C
-
Updated
Nov 29, 2020 - C#
-
Updated
Nov 10, 2016 - Lua
-
Updated
Mar 11, 2019 - Python
-
Updated
Nov 15, 2020 - Java
-
Updated
Dec 5, 2020 - Ada
-
Updated
Sep 16, 2020 - Perl
-
Updated
Feb 26, 2019 - C++
Improve this page
Add a description, image, and links to the bzip2 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bzip2 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