mirror of
https://github.com/xtool-org/xtool.git
synced 2026-06-24 12:21:34 +02:00
74d6a91537
# fix: hardening `mobileprovision.c` to avoid future crashes. ## Context: I found two common weakness inside `Sources/CXKit/mobileprovision.c`, which seems to be an important layer of `xtool`'s signing logic. ### Common weaknesses found: - CWE-476 - CWE-119 --------- Co-authored-by: Kabir Oberai <oberai.kabir@gmail.com>