af37e96f3d
Fix CVE-2022-21712: twisted is an event-driven networking engine written in Python. In affected versions twisted exposes cookies and authorization headers when following cross-origin redirects. This issue is present in the `twited.web.RedirectAgent` and `twisted.web. BrowserLikeRedirectAgent` functions. Users are advised to upgrade. There are no known workarounds. Update hash of license file (author added and update in year:13aa59746a
adfdf23477
7e65fbeed3
) https://github.com/twisted/twisted/security/advisories/GHSA-92x2-jw7w-xvvx https://github.com/twisted/twisted/releases/tag/twisted-22.1.0 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
18 lines
702 B
Makefile
18 lines
702 B
Makefile
################################################################################
|
|
#
|
|
# python-twisted
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_TWISTED_VERSION = 22.1.0
|
|
PYTHON_TWISTED_SOURCE = Twisted-$(PYTHON_TWISTED_VERSION).tar.gz
|
|
PYTHON_TWISTED_SITE = https://files.pythonhosted.org/packages/77/b8/8108806ebf2b33654989fd1511281dc94a49fa7e03326d84fe5498ecfae4
|
|
PYTHON_TWISTED_SETUP_TYPE = setuptools
|
|
PYTHON_TWISTED_LICENSE = MIT
|
|
PYTHON_TWISTED_LICENSE_FILES = LICENSE
|
|
PYTHON_TWISTED_CPE_ID_VENDOR = twistedmatrix
|
|
PYTHON_TWISTED_CPE_ID_PRODUCT = twisted
|
|
PYTHON_TWISTED_DEPENDENCIES = python-incremental host-python-incremental
|
|
|
|
$(eval $(python-package))
|