Skip to content

Commit 1c11ed9

Browse files
committed
fix: Strengthen security warning for direct token values
Address CodeRabbit feedback by making the security warning more explicit about the risks of using direct string tokens in production environments.
1 parent 878de56 commit 1c11ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/v3/shared.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"anyOf": [
77
{
88
"type": "string",
9-
"description": "Direct token value (not recommended for production)"
9+
"description": "Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead)"
1010
},
1111
{
1212
"type": "object",

0 commit comments

Comments
 (0)