Skip to content

Commit de2c3a8

Browse files
committed
utcp-http 1.1.2
Ships the SSRF fix from 5b16e43 (#83): tool invocation now revalidates the resolved URL against the same HTTPS / loopback allowlist that manual discovery uses, and the allowlist itself is now hostname-based instead of prefix-based so `http://localhost.evil.com` is rejected.
1 parent 5b16e43 commit de2c3a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/communication_protocols/http/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "utcp-http"
7-
version = "1.1.1"
7+
version = "1.1.2"
88
authors = [
99
{ name = "UTCP Contributors" },
1010
]

0 commit comments

Comments
 (0)