mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-21 21:14:17 +02:00
* fix: URL-encode path params in OpenAPI provider to prevent SSRF/path traversal Co-authored-by: Claude <noreply@anthropic.com> * Exempt too-long from core-category requirement in triage * fix: also encode dots in path params to prevent bare .. traversal * fix: only encode .. (not all dots) to preserve valid dotted values * fix: encode all dots in path params to prevent single-dot normalization * fix: check decoded path stays within prefix in double-encoding test --------- Co-authored-by: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_allof_requestbody.py | ||
| test_circular_references.py | ||
| test_direct_array_schemas.py | ||
| test_director.py | ||
| test_legacy_compatibility.py | ||
| test_models.py | ||
| test_nullable_fields.py | ||
| test_parser.py | ||
| test_propertynames_ref_rewrite.py | ||
| test_schemas.py | ||
| test_transitive_references.py | ||