You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The biggest risk is that we indvertitedly might induce information disclure by telling the user detailed exceptions or error messages . In particular, observe that:
in the 500 handler, msg becomes part of the returned HTTP response
In the project, not enough care is dedicated in the exception management of the satosa HTTP handlers.
Sometimes we have good exceptions like this
eudi-wallet-it-python/pyeudiw/satosa/default/response_handler.py
Line 150 in 5b73246
and sometimes we have approximative error management like this one
eudi-wallet-it-python/pyeudiw/satosa/default/response_handler.py
Line 161 in 5b73246
The biggest risk is that we indvertitedly might induce information disclure by telling the user detailed exceptions or error messages . In particular, observe that:
msg
becomes part of the returned HTTP responseeudi-wallet-it-python/pyeudiw/satosa/utils/base_http_error_handler.py
Line 53 in 5b73246
troubleshoot
becomes part of the returned HTTP response messageeudi-wallet-it-python/pyeudiw/satosa/utils/base_http_error_handler.py
Line 77 in 5b73246
eudi-wallet-it-python/pyeudiw/satosa/utils/base_http_error_handler.py
Line 105 in 5b73246
The text was updated successfully, but these errors were encountered: