File tree Expand file tree Collapse file tree 16 files changed +32
-32
lines changed
Expand file tree Collapse file tree 16 files changed +32
-32
lines changed Original file line number Diff line number Diff line change 2323 "anyOf" : [
2424 {
2525 "type" : " string" ,
26- "description" : " Direct token value (not recommended for production)"
26+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
2727 },
2828 {
2929 "type" : " object" ,
Original file line number Diff line number Diff line change 2323 "anyOf" : [
2424 {
2525 "type" : " string" ,
26- "description" : " Direct token value (not recommended for production)"
26+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
2727 },
2828 {
2929 "type" : " object" ,
240240 "anyOf" : [
241241 {
242242 "type" : " string" ,
243- "description" : " Direct token value (not recommended for production)"
243+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
244244 },
245245 {
246246 "type" : " object" ,
451451 "anyOf" : [
452452 {
453453 "type" : " string" ,
454- "description" : " Direct token value (not recommended for production)"
454+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
455455 },
456456 {
457457 "type" : " object" ,
638638 "anyOf" : [
639639 {
640640 "type" : " string" ,
641- "description" : " Direct token value (not recommended for production)"
641+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
642642 },
643643 {
644644 "type" : " object" ,
788788 "anyOf" : [
789789 {
790790 "type" : " string" ,
791- "description" : " Direct token value (not recommended for production)"
791+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
792792 },
793793 {
794794 "type" : " object" ,
Original file line number Diff line number Diff line change 4242 "anyOf" : [
4343 {
4444 "type" : " string" ,
45- "description" : " Direct token value (not recommended for production)"
45+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
4646 },
4747 {
4848 "type" : " object" ,
Original file line number Diff line number Diff line change 1919 "anyOf" : [
2020 {
2121 "type" : " string" ,
22- "description" : " Direct token value (not recommended for production)"
22+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
2323 },
2424 {
2525 "type" : " object" ,
Original file line number Diff line number Diff line change 1919 "anyOf" : [
2020 {
2121 "type" : " string" ,
22- "description" : " Direct token value (not recommended for production)"
22+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
2323 },
2424 {
2525 "type" : " object" ,
Original file line number Diff line number Diff line change 1919 "anyOf" : [
2020 {
2121 "type" : " string" ,
22- "description" : " Direct token value (not recommended for production)"
22+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
2323 },
2424 {
2525 "type" : " object" ,
Original file line number Diff line number Diff line change 286286 "anyOf" : [
287287 {
288288 "type" : " string" ,
289- "description" : " Direct token value (not recommended for production)"
289+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
290290 },
291291 {
292292 "type" : " object" ,
503503 "anyOf" : [
504504 {
505505 "type" : " string" ,
506- "description" : " Direct token value (not recommended for production)"
506+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
507507 },
508508 {
509509 "type" : " object" ,
714714 "anyOf" : [
715715 {
716716 "type" : " string" ,
717- "description" : " Direct token value (not recommended for production)"
717+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
718718 },
719719 {
720720 "type" : " object" ,
901901 "anyOf" : [
902902 {
903903 "type" : " string" ,
904- "description" : " Direct token value (not recommended for production)"
904+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
905905 },
906906 {
907907 "type" : " object" ,
10511051 "anyOf" : [
10521052 {
10531053 "type" : " string" ,
1054- "description" : " Direct token value (not recommended for production)"
1054+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
10551055 },
10561056 {
10571057 "type" : " object" ,
Original file line number Diff line number Diff line change 88 "anyOf" : [
99 {
1010 "type" : " string" ,
11- "description" : " Direct token value (not recommended for production)"
11+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
1212 },
1313 {
1414 "type" : " object" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const schema = {
2222 "anyOf" : [
2323 {
2424 "type" : "string" ,
25- "description" : "Direct token value (not recommended for production)"
25+ "description" : "Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
2626 } ,
2727 {
2828 "type" : "object" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const schema = {
2222 "anyOf" : [
2323 {
2424 "type" : "string" ,
25- "description" : "Direct token value (not recommended for production)"
25+ "description" : "Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
2626 } ,
2727 {
2828 "type" : "object" ,
@@ -239,7 +239,7 @@ const schema = {
239239 "anyOf" : [
240240 {
241241 "type" : "string" ,
242- "description" : "Direct token value (not recommended for production)"
242+ "description" : "Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
243243 } ,
244244 {
245245 "type" : "object" ,
@@ -450,7 +450,7 @@ const schema = {
450450 "anyOf" : [
451451 {
452452 "type" : "string" ,
453- "description" : "Direct token value (not recommended for production)"
453+ "description" : "Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
454454 } ,
455455 {
456456 "type" : "object" ,
@@ -637,7 +637,7 @@ const schema = {
637637 "anyOf" : [
638638 {
639639 "type" : "string" ,
640- "description" : "Direct token value (not recommended for production)"
640+ "description" : "Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
641641 } ,
642642 {
643643 "type" : "object" ,
@@ -787,7 +787,7 @@ const schema = {
787787 "anyOf" : [
788788 {
789789 "type" : "string" ,
790- "description" : "Direct token value (not recommended for production)"
790+ "description" : "Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
791791 } ,
792792 {
793793 "type" : "object" ,
You can’t perform that action at this time.
0 commit comments