radon-project / radon

The Radon Programming Language
https://radon-project.github.io
GNU General Public License v3.0
23 stars 2 forks source link

[BUG]: Data leak security issue. #118

Open Almas-Ali opened 2 months ago

Almas-Ali commented 2 months ago

Describe the bug Many places we have used {self!r}. As a result, when an error occurs, the entire data is displayed on the console, which is vulnerable. Instead we should think of something else.

Expected behavior Not sure yet, but thinking to replace it with variable name or part of that data (not fully).