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" ,
446446 "anyOf" : [
447447 {
448448 "type" : " string" ,
449- "description" : " Direct token value (not recommended for production)"
449+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
450450 },
451451 {
452452 "type" : " object" ,
633633 "anyOf" : [
634634 {
635635 "type" : " string" ,
636- "description" : " Direct token value (not recommended for production)"
636+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
637637 },
638638 {
639639 "type" : " object" ,
783783 "anyOf" : [
784784 {
785785 "type" : " string" ,
786- "description" : " Direct token value (not recommended for production)"
786+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
787787 },
788788 {
789789 "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" ,
709709 "anyOf" : [
710710 {
711711 "type" : " string" ,
712- "description" : " Direct token value (not recommended for production)"
712+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
713713 },
714714 {
715715 "type" : " object" ,
896896 "anyOf" : [
897897 {
898898 "type" : " string" ,
899- "description" : " Direct token value (not recommended for production)"
899+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
900900 },
901901 {
902902 "type" : " object" ,
10461046 "anyOf" : [
10471047 {
10481048 "type" : " string" ,
1049- "description" : " Direct token value (not recommended for production)"
1049+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
10501050 },
10511051 {
10521052 "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" ,
@@ -445,7 +445,7 @@ const schema = {
445445 "anyOf" : [
446446 {
447447 "type" : "string" ,
448- "description" : "Direct token value (not recommended for production)"
448+ "description" : "Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
449449 } ,
450450 {
451451 "type" : "object" ,
@@ -632,7 +632,7 @@ const schema = {
632632 "anyOf" : [
633633 {
634634 "type" : "string" ,
635- "description" : "Direct token value (not recommended for production)"
635+ "description" : "Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
636636 } ,
637637 {
638638 "type" : "object" ,
@@ -782,7 +782,7 @@ const schema = {
782782 "anyOf" : [
783783 {
784784 "type" : "string" ,
785- "description" : "Direct token value (not recommended for production)"
785+ "description" : "Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
786786 } ,
787787 {
788788 "type" : "object" ,
You can’t perform that action at this time.
0 commit comments