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
Few endpoints are accessible and not protected by the user authorization walls used in the app. The JWT tokens verification rule hasn't been implemented yet.
Anyone can access this endpoint by adding the required query parameter. This has to be resolved by adding a dependency check for authorization.
Few endpoints are accessible and not protected by the user authorization walls used in the app. The JWT tokens verification rule hasn't been implemented yet.
Hackme/app/main.py
Lines 101 to 104 in bbd1c37
Hackme/app/admin/dashboard.py
Lines 13 to 16 in bbd1c37
The text was updated successfully, but these errors were encountered: