1
0
mirror of https://github.com/minio/minio.git synced 2025-02-20 01:52:31 -05:00

7 Commits

Author SHA1 Message Date
Harshavardhana
e5c83535af
chore: upgrade deps ()
Signed-off-by: Harshavardhana <harsha@minio.io>
2024-05-28 02:27:44 -07:00
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
Klaus Post
2c7bcee53f
Add cross-version remapped merges to xl-meta ()
Adds `-xver` which can be used with `-export` and `-combine` to attempt to combine files across versions if data is suspected to be the same. Overlapping data is compared.

Bonus: Make `inspect` accept wildcards.
2024-05-19 08:31:54 -07:00
Harshavardhana
f4389fb322
update dependencies for https://pkg.go.dev/vuln/GO-2023-2402 () 2023-12-18 18:35:20 -08:00
Harshavardhana
2a82c15bf1
update all our deps () 2023-06-26 15:36:56 -07:00
Harshavardhana
3683673fb0
add missing gorilla/mux migration, update credits () 2023-01-23 08:46:37 -08:00
Anis Elleuch
7e73fc2870
Implement inspect data API v2 ()
Co-authored-by: Klaus Post <klauspost@gmail.com>
2022-11-02 13:36:38 -07:00