mirror of
https://github.com/xtool-org/xtool.git
synced 2026-02-04 11:53:30 +01:00
# 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>