数据库对象单元格内容明码显示密码
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 4.7k
- Forks
- 364
- PR merge metrics
- No merged PRs in 30d
Description
有connect()函数创建数据库对象,单元格内容明码显示数据库密码不安全,建议不显示密码。
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the connect() function and the database object cell rendering to find where the password becomes visible. Confirm how sensitive connection fields are represented, then ensure the database password is omitted or masked in cell content and verify that ordinary connection details still display correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- database, security
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100