[GH-ISSUE #4117] Confidential Information is stored in plain text in the DB #1473

Closed
opened 2026-03-16 20:26:49 +03:00 by kerem · 1 comment
Owner

Originally created by @Breee on GitHub (Jun 12, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4117

Is there an existing issue for this?

  • I have searched the existing issues

Summary

It's simple, confidential stuff like

  • public.Account.providerAccessToken (the JWT token of a user) is stored in plain text
  • MAILER_SMTP_URL is stored in plain text which can contain credentials
  • MICROSOFT_CLIENT_SECRET is stored in plain text, which, if someone uses a priviledged client for some reason , can wipe whole azure accounts in the wrong hands.

There are probably more cases like this and I don't like it.

Why should this be worked on?

if passwords are in plain text, the security would be compromised by anyone having a glance at it. simple

Originally created by @Breee on GitHub (Jun 12, 2024). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4117 ### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary It's simple, confidential stuff like - `public.Account.providerAccessToken` (the JWT token of a user) is stored in plain text - `MAILER_SMTP_URL` is stored in plain text which can contain credentials - `MICROSOFT_CLIENT_SECRET` is stored in plain text, which, if someone uses a priviledged client for *some reason* , can wipe whole azure accounts in the wrong hands. There are probably more cases like this and I don't like it. ### Why should this be worked on? if passwords are in plain text, the security would be compromised by anyone having a glance at it. simple
kerem 2026-03-16 20:26:49 +03:00
  • closed this issue
  • added the
    feature
    label
Author
Owner

@mirarifhasan commented on GitHub (Oct 17, 2024):

Hi @Breee
Thanks for raising this concern! It has been addressed in PR #4212. I'm closing this issue as it is now resolved.

<!-- gh-comment-id:2419154991 --> @mirarifhasan commented on GitHub (Oct 17, 2024): Hi @Breee Thanks for raising this concern! It has been addressed in PR #4212. I'm closing this issue as it is now resolved.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#1473
No description provided.