mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-20 16:07:11 +08:00
feat(ql3): add secure console cron scheduling
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user