📦 deps(thirdparty): update snapshots
This commit is contained in:
@@ -412,7 +412,7 @@ client = MyClient(endpoint, credential)
|
||||
|
||||
#### ❌ INCORRECT: Hardcoded Credentials
|
||||
\`\`\`python
|
||||
client = MyClient(endpoint, api_key="hardcoded") # Security risk
|
||||
client = MyClient(endpoint, credential="[redacted API key]") # Security risk
|
||||
\`\`\`
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user