Commit a585b5c
committed
fix(whitelist): 防止无 UUID 的白名单条目被缓存
在加载白名单数据到缓存时,添加了对 UUID 是否存在的检查。只有当条目包含有效的 UUID 时,
才会将其放入缓存中。这样可以避免因缓存了不完整的条目而导致潜在的问题。1 parent 46cd6fd commit a585b5c
1 file changed
Lines changed: 4 additions & 1 deletion
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
601 | 601 | | |
602 | 602 | | |
603 | 603 | | |
604 | | - | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
605 | 608 | | |
606 | 609 | | |
607 | 610 | | |
| |||
0 commit comments