diff --git a/python/packages/foundry_hosting/tests/test_responses.py b/python/packages/foundry_hosting/tests/test_responses.py index 56c0a171b9..b26f33adc4 100644 --- a/python/packages/foundry_hosting/tests/test_responses.py +++ b/python/packages/foundry_hosting/tests/test_responses.py @@ -2689,6 +2689,8 @@ class TestCheckpointContextPathValidation: "bad_id", [ # Original MSRC repro: traversal embedded inside an id-shaped value. + # The 14 ``A``s pad the suffix to mimic the exact length of the + # ``api-made-dir<14-char-suffix>`` segment from the original report. "caresp_x/../../service-data/api-made-dir" + "A" * 14, # Variant report repros. "../../escape",