Mercurial > libervia-backend
annotate dev-requirements.txt @ 3884:cea52400623d
component AP gateway: work around encoding bug in Mastodon:
Mastodon in wrongly unquoting URL path in `(request-target)`, and thus Libervia was doing
the same to check signature. However that doesn't work with Pleroma which is using the
path value used in the request (percent-encoded), and thus Pleroma signature were
rejected.
To work around that, signature is first checked without unquoting, and if this fails a new
check is done with unquoting.
Bug has been reported at https://github.com/mastodon/mastodon/issues/18871
rel 371
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 31 Aug 2022 17:07:03 +0200 |
parents | 00212260f659 |
children | f461f11ea176 |
rev | line source |
---|---|
3622
d4cb99e7e838
misc: add a `dev-requirements.txt` file
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
1 -r requirements.txt |
d4cb99e7e838
misc: add a `dev-requirements.txt` file
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
2 |
3877
00212260f659
plugin XEP-0420: Implementation of Stanza Content Encryption:
Syndace <me@syndace.dev>
parents:
3622
diff
changeset
|
3 lxml-stubs |
00212260f659
plugin XEP-0420: Implementation of Stanza Content Encryption:
Syndace <me@syndace.dev>
parents:
3622
diff
changeset
|
4 |
00212260f659
plugin XEP-0420: Implementation of Stanza Content Encryption:
Syndace <me@syndace.dev>
parents:
3622
diff
changeset
|
5 mypy |
00212260f659
plugin XEP-0420: Implementation of Stanza Content Encryption:
Syndace <me@syndace.dev>
parents:
3622
diff
changeset
|
6 pylint |
3622
d4cb99e7e838
misc: add a `dev-requirements.txt` file
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
7 pytest |
d4cb99e7e838
misc: add a `dev-requirements.txt` file
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
8 pytest_twisted |