security: fix CVE-2024-23647 #17384
Annotations
2 errors and 1 warning
run unittest:
authentik/providers/oauth2/tests/test_token_pkce.py#L58
TestTokenPKCE.test_pkce_missing_in_token
AssertionError: {'error': 'invalid_grant', 'error_description': 'The provide[167 chars]ent'} != {'error': 'invalid_request', 'error_description': 'The reque[22 chars]med'}
- {'error': 'invalid_grant',
? - ^^
+ {'error': 'invalid_request',
? ^^^^^
+ 'error_description': 'The request is otherwise malformed'}
- 'error_description': 'The provided authorization grant or refresh token is '
- 'invalid, expired, revoked, does not match the '
- 'redirection URI used in the authorization request, or '
- 'was issued to another client'}
|
run unittest
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/setup-node@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading