Пакет python3-module-safehttpx: Информация
Исходный пакет: python3-module-safehttpx
Версия: 0.1.6-alt1
Собран: 13 августа 2025 г. 21:52 в задании #391623
Категория: Разработка/Python 3
Сообщить об ошибке в пакетеДомашняя страница: https://github.com/gradio-app/safehttpx
Лицензия: Apache-2.0
О пакете: A small Python library created to help developers protect their applications from Server Side Request Forgery (SSRF) attacks.
Описание:
A small Python library created to help developers protect their applications from Server Side Request Forgery (SSRF) attacks. It implements an asynchronous GET method called safehttpx.get(), which is a wrapper around httpx.AsyncClient.get() while performing DNS validation on the supplied URL using Google DNS.
Сопровождающий: Pavel Shilov