bump major #138
Annotations
16 errors
Python / Tests (3.9):
tests/test_csrf.py#L86
test_csrf_enabled
AttributeError: 'FlaskClient' object has no attribute 'cookie_jar'
|
Python / Tests (3.9):
tests/test_csrf.py#L213
test_csrf_not_signed_correctly
ImportError: cannot import name 'TimedJSONWebSignatureSerializer' from 'itsdangerous' (/opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages/itsdangerous/__init__.py)
|
Python / Tests (3.9):
tests/test_csrf.py#L240
test_csrf_token_rotation
ImportError: cannot import name 'TimedJSONWebSignatureSerializer' from 'itsdangerous' (/opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages/itsdangerous/__init__.py)
|
Python / Tests (3.9):
tests/test_csrf.py#L306
test_csrf_no_referer
AttributeError: 'FlaskClient' object has no attribute 'cookie_jar'
|
Python / Tests (3.9):
tests/test_csrf.py#L334
test_csrf_malformed_referer
AttributeError: 'FlaskClient' object has no attribute 'cookie_jar'
|
Python / Tests (3.9):
tests/test_csrf.py#L362
test_csrf_insecure_referer
AttributeError: 'FlaskClient' object has no attribute 'cookie_jar'
|
Python / Tests (3.9):
tests/test_csrf.py#L393
test_csrf_bad_referer
AttributeError: 'FlaskClient' object has no attribute 'cookie_jar'
|
Python / Tests (3.9)
Process completed with exit code 1.
|
Python / Tests (3.12):
tests/test_csrf.py#L86
test_csrf_enabled
AttributeError: 'FlaskClient' object has no attribute 'cookie_jar'
|
Python / Tests (3.12):
tests/test_csrf.py#L213
test_csrf_not_signed_correctly
ImportError: cannot import name 'TimedJSONWebSignatureSerializer' from 'itsdangerous' (/opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages/itsdangerous/__init__.py)
|
Python / Tests (3.12):
tests/test_csrf.py#L240
test_csrf_token_rotation
ImportError: cannot import name 'TimedJSONWebSignatureSerializer' from 'itsdangerous' (/opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages/itsdangerous/__init__.py)
|
Python / Tests (3.12):
tests/test_csrf.py#L306
test_csrf_no_referer
AttributeError: 'FlaskClient' object has no attribute 'cookie_jar'
|
Python / Tests (3.12):
tests/test_csrf.py#L334
test_csrf_malformed_referer
AttributeError: 'FlaskClient' object has no attribute 'cookie_jar'
|
Python / Tests (3.12):
tests/test_csrf.py#L362
test_csrf_insecure_referer
AttributeError: 'FlaskClient' object has no attribute 'cookie_jar'
|
Python / Tests (3.12):
tests/test_csrf.py#L393
test_csrf_bad_referer
AttributeError: 'FlaskClient' object has no attribute 'cookie_jar'
|
Python / Tests (3.12)
Process completed with exit code 1.
|