Octasol / octasol

Octasol - An open-source, trustless bounty platform on Solana, utilizing an escrow mechanism for secure transactions. It allows organizations to list bounties while verified developers can compete and win them without trust concerns.
https://octasol.io
GNU General Public License v3.0
14 stars 11 forks source link

[Security] Sensitive Information Logged in Console in Production #4

Closed atj393 closed 3 days ago

atj393 commented 4 days ago

Description

Sensitive information, such as user details (e.g., names, emails, and session details), is currently being logged to the browser console in the production environment. This can pose a security and privacy risk, especially if someone gains access to these logs or if the data is inadvertently exposed.

Details

Steps to Reproduce

  1. Navigate to the live application in a browser.
  2. Open the browser's Developer Tools (F12 or Ctrl + Shift + I).
  3. Go to the Console tab.
  4. Log in as a user, and go to the profile page or dashboard.
  5. Observe logs containing sensitive data in the console.

Expected Behavior

Suggested Fix

Impact

This issue affects user privacy and can expose sensitive information, which is a potential risk for users of the platform.

atj393 commented 4 days ago

@A91y Can I take over this issue? Then could you assign it to me?

A91y commented 4 days ago

Go ahead @atj393