minio/docs/debugging/inspect
Harshavardhana e0fe7cc391
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 12:17:46 -07:00
..
decrypt-v1.go Inspect: Add error if no results (#19476) 2024-04-11 14:22:47 -07:00
decrypt-v2.go Inspect: Add error if no results (#19476) 2024-04-11 14:22:47 -07:00
export.go remove io/util for advanced golang (#16011) 2022-11-08 07:58:02 -08:00
go.mod fix: information disclosure bug in preconditions GET (#19810) 2024-05-27 12:17:46 -07:00
go.sum Add cross-version remapped merges to xl-meta (#19765) 2024-05-19 08:31:54 -07:00
main.go Add cross-version remapped merges to xl-meta (#19765) 2024-05-19 08:31:54 -07:00
utils.go Implement inspect data API v2 (#15474) 2022-11-02 13:36:38 -07:00