-
Updated
Jul 13, 2021 - Go
gzip
Here are 421 public repositories matching this topic...
I was able to confirm that os.Create() will happily follow symlinks.
Although standard tools like tar will 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
-
Updated
May 5, 2021 - JavaScript
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Aug 12, 2021 - Go
-
Updated
Aug 4, 2021 - TypeScript
-
Updated
Jun 4, 2021 - C#
-
Updated
Aug 12, 2021 - C
WOFF format support
-
Updated
Mar 19, 2020 - JavaScript
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Aug 15, 2021 - TypeScript
-
Updated
Jan 14, 2021 - JavaScript
-
Updated
Jul 4, 2021 - 1C Enterprise
-
Updated
May 3, 2021 - PHP
-
Updated
Jun 3, 2021 - JavaScript
-
Updated
Oct 15, 2020 - C
-
Updated
Jun 1, 2021 - C
-
Updated
Aug 13, 2021 - 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
Jul 6, 2021 - Go
-
Updated
Mar 30, 2020 - C++
Improve this page
Add a description, image, and links to the gzip topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gzip topic, visit your repo's landing page and select "manage topics."
Feature request
Feature description
The generated and installed config files permission are too open, any user logined on the system can read and write them. So i suggest append a
chmodcommand into Extract tar step to keep config files more safty.How the feature is useful