0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. PocketMine-MP
  2. /
  3. src
  4. /
  5. resourcepacks
DDylan T.ZippedResourcePack: ensure header UUID is valid
008e2da6创建于 1月2日历史提交
文件最后提交记录最后更新时间
json
Use PHP-CS-Fixer to enforce file header presence 3 年前
ResourcePack.php
Bump phpstan/phpstan from 1.11.2 to 1.11.8 in the development-patch-updates group (#6410) 1 年前
ResourcePackException.php
Use PHP-CS-Fixer to enforce file header presence 3 年前
ResourcePackManager.php
ResourcePackManager: validate pack UUIDs fixes CrashArchive ##12248760 1 年前
ZippedResourcePack.php
ZippedResourcePack: ensure header UUID is valid I assumed that a check in ResourcePackManager would be sufficient, but it's not. PlayerResourcePackOfferEvent can also be a source of invalid UUIDs, and also people may reflect their way in (which is super annoying, but not much I can do about it). In PM6 we should change the UUIDs to be internally represented by Uuid objects instead of strings, so that the validity is contractually guaranteed. 4 个月前