This website requires JavaScript.
Explore
Help
Sign In
MyFavMirrors
/
minio
Watch
1
Star
0
Fork
0
You've already forked minio
mirror of
https://github.com/minio/minio.git
synced
2024-12-28 16:15:56 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c91d1ec2e3
minio
/
docs
/
debugging
/
pprofgoparser
/
go.mod
4 lines
68 B
Modula-2
Raw
Normal View
History
Unescape
Escape
add all missing go.mod for debugging tools (#18049)
2023-09-18 16:47:03 -04:00
module
github
.
com
/
minio
/
minio
/
docs
/
debugging
/
pprofgoparser
fix: information disclosure bug in preconditions GET (#19810) precondition check was being honored before, validating if anonymous access is allowed on the metadata of an object, leading to metadata disclosure of the following headers. ``` Last-Modified Etag x-amz-version-id Expires: Cache-Control: ``` although the information presented is minimal in nature, and of opaque nature. It still simply discloses that an object by a specific name exists or not without even having enough permissions.
2024-05-27 15:17:46 -04:00
go
1.21
Reference in New Issue
Copy Permalink