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" ,
742742 "anyOf" : [
743743 {
744744 "type" : " string" ,
745- "description" : " Direct token value (not recommended for production)"
745+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
746746 },
747747 {
748748 "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 262262 "anyOf" : [
263263 {
264264 "type" : " string" ,
265- "description" : " Direct token value (not recommended for production)"
265+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
266266 },
267267 {
268268 "type" : " object" ,
479479 "anyOf" : [
480480 {
481481 "type" : " string" ,
482- "description" : " Direct token value (not recommended for production)"
482+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
483483 },
484484 {
485485 "type" : " object" ,
685685 "anyOf" : [
686686 {
687687 "type" : " string" ,
688- "description" : " Direct token value (not recommended for production)"
688+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
689689 },
690690 {
691691 "type" : " object" ,
872872 "anyOf" : [
873873 {
874874 "type" : " string" ,
875- "description" : " Direct token value (not recommended for production)"
875+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
876876 },
877877 {
878878 "type" : " object" ,
981981 "anyOf" : [
982982 {
983983 "type" : " string" ,
984- "description" : " Direct token value (not recommended for production)"
984+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
985985 },
986986 {
987987 "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" ,
@@ -741,7 +741,7 @@ const schema = {
741741 "anyOf" : [
742742 {
743743 "type" : "string" ,
744- "description" : "Direct token value (not recommended for production)"
744+ "description" : "Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
745745 } ,
746746 {
747747 "type" : "object" ,
You can’t perform that action at this time.
0 commit comments