ironic/releasenotes/notes/image-cache-size-28a9072901b98edf.yaml
Dmitry Tantsur f944322b8f Do not use any parts of image URL in temporary file names
We currently use the last component, which is:
a) a potential information exposure,
b) can hit file name length limits [1]

Use the master path file name instead, which is always a UUID.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=2014630

Change-Id: I2aa1230468132c2b7a8585d691ec180947f89c1e
(cherry picked from commit 7d85694fdf)
2021-10-18 11:00:30 +02:00

6 lines
121 B
YAML

---
fixes:
- |
Fixes ``File name too long`` in the image caching code when a URL contains
a long query string.