qinglong/back/api
涛之雨 213ee53347
Add input validation to script API routes
Introduces Joi-based validation using celebrate for query, params, and body inputs on all script API endpoints. Also normalizes empty 'path' values to an empty string where necessary to prevent errors. This improves API robustness and input safety.
2025-08-05 22:35:40 +08:00
..
config.ts 写入文件增加文件锁,避免竞争条件引起文件内容异常 2025-01-04 01:22:29 +08:00
cron.ts 定时任务支持 @once 和 @boot 任务 2025-02-20 02:18:59 +08:00
dependence.ts 修复依赖强制删除未移除队列 2025-05-13 02:00:37 +08:00
env.ts 修复修改任务状态可能报错 2024-06-28 20:41:05 +08:00
health.ts 修改服务启动逻辑 2025-05-07 09:30:00 +08:00
index.ts 修改服务启动逻辑 2025-05-07 09:30:00 +08:00
log.ts 修复 /:file 获取日志接口 2025-05-16 00:57:27 +08:00
open.ts 修改系统内部获取token方式 2022-06-14 22:43:18 +08:00
script.ts Add input validation to script API routes 2025-08-05 22:35:40 +08:00
subscription.ts 修复删除日志命令 2024-08-24 22:43:09 +08:00
system.ts 修复 command-run 接口日志绑定 2025-07-12 20:29:44 +08:00
update.ts 修改服务启动逻辑 2025-05-07 09:30:00 +08:00
user.ts demo 环境不自动运行任务 2025-05-08 01:43:14 +08:00