kopia lustrzana https://gitlab.com/jaywink/federation
Merge branch 'master' into todos-and-issues
commit
2ee17e4aa6
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## [0.25.1] - 2024-02-18
|
||||
|
||||
### Fixed
|
||||
|
||||
* Address CVE-2024-23832 by ensuring that a pulled AP payload id netloc is the same as the request fid netloc.
|
||||
|
||||
## [0.25.0] - 2024-01-06
|
||||
|
||||
### Added
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from recommonmark.parser import CommonMarkParser
|
||||
|
||||
__version__ = "0.24.1"
|
||||
__version__ = "0.25.1"
|
||||
|
||||
#
|
||||
# Federation documentation build configuration file, created by
|
||||
|
|
|
@ -7,7 +7,7 @@ from federation.exceptions import NoSuitableProtocolFoundError
|
|||
if TYPE_CHECKING:
|
||||
from federation.types import RequestType
|
||||
|
||||
__version__ = "0.25.0"
|
||||
__version__ = "0.25.1"
|
||||
|
||||
PROTOCOLS = (
|
||||
"activitypub",
|
||||
|
|
Ładowanie…
Reference in New Issue