Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions docs/source/reference/geotiff.rst
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,9 @@ turn the process into a port scanner. The knobs are:
(env). Per-call total byte budget for a remote read. The kwarg wins
over the env var; the env var wins over the built-in default. Pass
``max_cloud_bytes=None`` to disable the cap on a single call. Locked
by ``xrspatial/geotiff/tests/test_max_cloud_bytes_dispatcher_silent_drop_2026_05_15.py``,
``xrspatial/geotiff/tests/test_open_geotiff_max_cloud_bytes_annot_2106.py``,
and ``xrspatial/geotiff/tests/test_http_read_all_bounded_2051.py``.
by ``xrspatial/geotiff/tests/integration/test_http_sources.py``
(max_cloud_bytes_dispatcher and max_cloud_bytes_annot sections, plus
the http_read_all_bounded section).
* ``XRSPATIAL_COG_MAX_TILE_BYTES``. Per-tile / per-strip compressed
byte cap (default 256 MiB). Locked by
``xrspatial/geotiff/tests/read/test_tiling.py``,
Expand All @@ -296,9 +296,8 @@ turn the process into a port scanner. The knobs are:
* ``XRSPATIAL_GEOTIFF_ALLOW_PRIVATE_HOSTS``. Set to ``1`` (or
``true`` / ``yes``) to disable the private-host reject. Off by
default; locked by
``xrspatial/geotiff/tests/test_ssrf_hardening_1664.py``,
``xrspatial/geotiff/tests/test_dns_rebinding_pin_issue_1846.py``,
and ``xrspatial/geotiff/tests/test_uppercase_scheme_ssrf_2323.py``.
``xrspatial/geotiff/tests/integration/test_http_sources.py``
(ssrf_hardening, dns_rebinding, and uppercase_scheme_ssrf sections).
* ``XRSPATIAL_VRT_ALLOWED_ROOTS``. Colon-separated list of additional
directory roots that a VRT is allowed to reference. The default
containment rule (sources must live under the VRT's directory) is
Expand Down Expand Up @@ -558,8 +557,8 @@ regression test that locks the behaviour.
see also "Degenerate-axis writes" above.
* - HTTP read against a private / loopback / link-local host
without ``XRSPATIAL_GEOTIFF_ALLOW_PRIVATE_HOSTS=1``
- ``xrspatial/geotiff/tests/test_ssrf_hardening_1664.py``,
``xrspatial/geotiff/tests/test_dns_rebinding_pin_issue_1846.py``
- ``xrspatial/geotiff/tests/integration/test_http_sources.py``
(ssrf_hardening and dns_rebinding sections)
* - Unsupported feature flags more broadly (codec, layout, and
writer combos that ``SUPPORTED_FEATURES`` does not promise)
- ``xrspatial/geotiff/tests/test_unsupported_features_2349.py``
Expand Down
8 changes: 4 additions & 4 deletions docs/source/reference/release_gate_geotiff.rst
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,8 @@ HTTP / fsspec reads
- URLs resolving to loopback, link-local, or RFC1918 ranges raise
:class:`xrspatial.geotiff.UnsafeURLError` unless
``XRSPATIAL_GEOTIFF_ALLOW_PRIVATE_HOSTS=1`` is set.
- ``xrspatial/geotiff/tests/test_ssrf_hardening_1664.py``,
``xrspatial/geotiff/tests/test_dns_rebinding_pin_issue_1846.py``,
- ``xrspatial/geotiff/tests/integration/test_http_sources.py``
(ssrf_hardening and dns_rebinding sections),
``xrspatial/geotiff/tests/release_gates/test_stable_features.py``
(HTTP SSRF presence gate)
- `#2344`_
Expand All @@ -365,8 +365,8 @@ HTTP / fsspec reads
- stable
- ``open_geotiff(max_cloud_bytes=...)`` forwards to every read backend
(no silent drop).
- ``xrspatial/geotiff/tests/test_max_cloud_bytes_dispatcher_silent_drop_2026_05_15.py``,
``xrspatial/geotiff/tests/test_open_geotiff_max_cloud_bytes_annot_2106.py``
- ``xrspatial/geotiff/tests/integration/test_http_sources.py``
(max_cloud_bytes_dispatcher and max_cloud_bytes_annot sections)
- `#2344`_

Nodata lifecycle
Expand Down
Loading
Loading