BfArM-MVH/grz-tools

Database configuration masks password with `***`

オープン

#622 opened on 2026/06/22

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Python (12 件のフォーク)auto 404
good first issuepriority: lowtype: bug

Repository metrics

Stars
 (3 個のスター)
PR merge metrics
 (平均マージ 16d 9h) (30d で 12 merged PRs)

説明

in https://github.com/BfArM-MVH/grz-tools/blob/867fc1d439f682cf574a65b64d700e98c6d802bc/packages/grz-db/src/grz_db/models/submission/__init__.py#L574:

str(self.engine.url) masks the password with stars ***. Therefore, the wrong password is being passed to sqlalchemy -> authentication fails.

コントリビューターガイド