1
0
mirror of https://github.com/minio/minio.git synced 2025-03-12 12:40:10 -04:00

4 Commits

Author SHA1 Message Date
Harshavardhana
e0fe7cc391
fix: information disclosure bug in preconditions GET ()
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 12:17:46 -07:00
Harshavardhana
f4389fb322
update dependencies for https://pkg.go.dev/vuln/GO-2023-2402 () 2023-12-18 18:35:20 -08:00
Harshavardhana
8c4561b8da
add all missing go.mod for debugging tools () 2023-09-18 13:47:03 -07:00
Anis Eleuch
a65df1e67b
debug: new tool to reorder local erasure disks () 2023-03-15 13:53:17 -07:00