Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .config/CredScanSuppressions.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"placeholder": "p%40ssw0rd1",
"_justification": "URL-encoded form of 'p@ssw0rd1', used throughout documentation examples in connection string URIs for SQL Server, PostgreSQL, Oracle, MongoDB, Redis, Valkey, Garnet, NATS, RabbitMQ, and ClickHouse."
},
{
"placeholder": "password",
"_justification": "Another fake password used in documentation examples in database and service connection strings. Not a real credential."
},
Comment thread
eerhardt marked this conversation as resolved.
{
Comment on lines +13 to 16
"placeholder": "secret",
"_justification": "Placeholder password used in documentation examples illustrating Docker/Docker Compose usage (e.g., POSTGRES_PASSWORD=secret) where the value mirrors real-world Docker Compose examples. Not a real credential."
Expand Down