|
65 | 65 | Text="Allow custom command-line arguments" |
66 | 66 | WarningText="Custom command-line arguments can change the way in which programs are installed, upgraded or uninstalled, in a way UniGetUI cannot control. Using custom command-lines can break packages. Proceed with caution." /> |
67 | 67 |
|
68 | | - |
69 | | - <!-- The lines below will soon see the light of the sun, but not yet. Please do not modify them --> |
70 | 68 | <!-- |
71 | 69 | widgets:SecureCheckboxCard |
72 | 70 | x:Name="AllowPrePostInstallCommands" |
73 | 71 | BorderThickness="1,0,1,1" |
74 | 72 | CornerRadius="0,0,8,8" |
75 | 73 | SettingName="AllowPrePostInstallCommands" |
76 | 74 | Text="Ignore custom pre-install and post-install commands when importing packages from a bundle" |
77 | | - WarningText="Pre and post install commands will be run before and after a package gets installed, upgraded or uninstalled. Be aware thay they may break things unless used carefully" / |
| 75 | + WarningText="Pre and post install commands will be run before and after a package gets installed, upgraded or uninstalled. Be aware that they may break things unless used carefully" / |
78 | 76 | --> |
79 | 77 |
|
80 | 78 | <widgets:TranslatedTextBlock |
|
88 | 86 | IsEnabled="{x:Bind AllowCLIArguments._checkbox.IsOn, Mode=OneWay}" |
89 | 87 | SettingName="AllowImportingCLIArguments" |
90 | 88 | Text="Allow importing custom command-line arguments when importing packages from a bundle" |
91 | | - WarningText="Malformed command-line arguments can break packages, or even gain remote execution. Therefore, importing custom command-line arguments is disabled by default" /> |
| 89 | + WarningText="Malformed command-line arguments can break packages, or even allow a malicious actor to gain privileged execution. Therefore, importing custom command-line arguments is disabled by default" /> |
92 | 90 |
|
93 | 91 | <!-- |
94 | 92 | widgets:SecureCheckboxCard |
|
0 commit comments