There was an error while loading. Please reload this page.
1 parent 01a2ad8 commit 0f77e99Copy full SHA for 0f77e99
1 file changed
securedrop/source_app/session_manager.py
@@ -43,6 +43,8 @@ def log_user_in(
43
)
44
45
# Save the passphrase in the user's session cookie
46
+ # TODO: this is not encrypted and is recoverable client-side by anyone with
47
+ # access to the cookie. This is known and tracked at <https://github.com/freedomofpress/securedrop/issues/204>.
48
session[cls._SESSION_COOKIE_KEY_FOR_CODENAME] = supplied_passphrase
49
50
# Save the session expiration date in the user's session cookie
0 commit comments