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 264264 "anyOf" : [
265265 {
266266 "type" : " string" ,
267- "description" : " Direct token value (not recommended for production)"
267+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
268268 },
269269 {
270270 "type" : " object" ,
481481 "anyOf" : [
482482 {
483483 "type" : " string" ,
484- "description" : " Direct token value (not recommended for production)"
484+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
485485 },
486486 {
487487 "type" : " object" ,
687687 "anyOf" : [
688688 {
689689 "type" : " string" ,
690- "description" : " Direct token value (not recommended for production)"
690+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
691691 },
692692 {
693693 "type" : " object" ,
874874 "anyOf" : [
875875 {
876876 "type" : " string" ,
877- "description" : " Direct token value (not recommended for production)"
877+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
878878 },
879879 {
880880 "type" : " object" ,
983983 "anyOf" : [
984984 {
985985 "type" : " string" ,
986- "description" : " Direct token value (not recommended for production)"
986+ "description" : " Direct token value (SECURITY RISK: not recommended for production - use secrets or environment variables instead )"
987987 },
988988 {
989989 "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