Просмотр исходного кода

feat: pipelines warning message

Timothy J. Baek 11 месяцев назад
Родитель
Сommit
561778d04d
1 измененных файлов с 8 добавлено и 0 удалено
  1. 8 0
      src/lib/components/admin/Settings/Pipelines.svelte

+ 8 - 0
src/lib/components/admin/Settings/Pipelines.svelte

@@ -263,6 +263,14 @@
 							{/if}
 							{/if}
 						</button>
 						</button>
 					</div>
 					</div>
+
+					<div class="mt-2 text-xs text-gray-500">
+						<span class=" font-semibold dark:text-gray-200">Warning:</span> Pipelines are a plugin
+						system with arbitrary code execution —
+						<span class=" font-medium dark:text-gray-400"
+							>don't fetch random pipelines from sources you don't trust.</span
+						>
+					</div>
 				</div>
 				</div>
 
 
 				<hr class=" dark:border-gray-800 my-3 w-full" />
 				<hr class=" dark:border-gray-800 my-3 w-full" />