feat(ql3): add secure console cron scheduling

This commit is contained in:
whyour
2026-08-29 17:13:09 +08:00
parent 951de26ffd
commit b970e2aede
30 changed files with 1916 additions and 31 deletions
+8
View File
@@ -3168,6 +3168,14 @@ function auditSourceImports(root, packagePath, findings) {
) {
continue;
}
if (
packagePath === 'packages/ql3-local-api' &&
path.relative(packageDirectory, filePath) ===
'src/trigger/triggerPutRoute.ts' &&
specifier === '@qinglong/local-admin/trigger-administration'
) {
continue;
}
if (
path.isAbsolute(specifier) ||
forbidden.some(