snowflakedb / snowflake-connector-net

Snowflake Connector for .NET
Apache License 2.0
172 stars 130 forks source link

SNOW-1406763 Test special chars in password #943

Closed sfc-gh-knozderko closed 1 month ago

sfc-gh-knozderko commented 1 month ago

Description

SNOW-1406763 Test special chars in password

Checklist

gitguardian[bot] commented 1 month ago

⚠️ GitGuardian has uncovered 2 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | | | -------------- | ------------------ | ------------------------------ | ---------------- | --------------- | -------------------- | | [9511947](https://dashboard.gitguardian.com/workspace/265002/incidents/9511947?occurrence=130874647) | Triggered | ODBC Connection String | 5a3c4518c75938f53d59886108616b4fb2ee03f6 | Snowflake.Data.Tests/UnitTests/SFOktaTest.cs | [View secret](https://github.com/snowflakedb/snowflake-connector-net/commit/5a3c4518c75938f53d59886108616b4fb2ee03f6#diff-0bd42c5d85825314b86bbaa72f13112b7f237e8eb80cd0cc99d2fa6f55c6e6e5R98) | | [9511947](https://dashboard.gitguardian.com/workspace/265002/incidents/9511947?occurrence=130874648) | Triggered | ODBC Connection String | 5a3c4518c75938f53d59886108616b4fb2ee03f6 | Snowflake.Data.Tests/UnitTests/SFOktaTest.cs | [View secret](https://github.com/snowflakedb/snowflake-connector-net/commit/5a3c4518c75938f53d59886108616b4fb2ee03f6#diff-0bd42c5d85825314b86bbaa72f13112b7f237e8eb80cd0cc99d2fa6f55c6e6e5R119) |
🛠 Guidelines to remediate hardcoded secrets
The above secret(s) have been detected in your PR. Please take an appropriate action for each secret: - If it’s a **true positive**, remove the secret from source code, revoke it and migrate to a secure way of storing and accessing secrets (see http://go/secrets-and-code). Once that’s done, go to the incidents page linked in the “GitGuardian id” column (log in using SnowBiz Okta) and resolve the incident. - If it’s a **false positive**, go to the incidents page linked in the “GitGuardian id” column (log in using SnowBiz Okta) and ignore the incident. - If you didn't add this secret - and only then - you may ignore this check as it's non-blocking. If you *did* add the secret and you ignore this check, you'll be assigned a "Security Finding" ticket in Jira in a few days. Note: - **A secret is considered leaked from the moment it touches GitHub.** Rewriting git history by force pushing or other means is not necessary and doesn’t change the fact that the secret has to be revoked. - This check has a “Skip: false positive” button. **Don’t use it.** It will mark all detected secrets as false positives but only in the context of this specific run - it won’t remember this action in subsequent check runs. If you encounter any problems you can reach out to us on Slack: #gitguardian-secret-scanning-help

🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.