-
Notifications
You must be signed in to change notification settings - Fork 227
Open
Description
I observed that the Discord manifest script appends all found manifest files instead of only parsing the one that's related to Discord.
Here's the log of the "processed files list" :
For discordmanifest module:
3 files for regex */mobile/Containers/Data/Application/*/Documents/RCTAsyncLocalStorage_V1/manifest.json located at:
C:\Temp\ileapp\iLEAPP_Reports_2025-11-17_Monday_112337\data\private\var\mobile\Containers\Data\Application\27A0920F-1D77-4DE3-99BB-C9B89AF575E3\Documents\RCTAsyncLocalStorage_V1\manifest.json
C:\Temp\ileapp\iLEAPP_Reports_2025-11-17_Monday_112337\data\private\var\mobile\Containers\Data\Application\C56E9C42-C4AB-463A-9B12-A1C8019EE65D\Documents\RCTAsyncLocalStorage_V1\manifest.json
C:\Temp\ileapp\iLEAPP_Reports_2025-11-17_Monday_112337\data\private\var\mobile\Containers\Data\Application\15B02AE7-7243-41F5-906F-33335516A5DB\Documents\RCTAsyncLocalStorage_V1\manifest.json
App ID 27A0920F-1D77-4DE3-99BB-C9B89AF575E3 corresponds to the Amazon app
App ID C56E9C42-C4AB-463A-9B12-A1C8019EE65D corresponds to the Discord app
App ID 15B02AE7-7243-41F5-906F-33335516A5DB corresponds to the Facebook app
The "Discord Manifest report" heading shows that the manifest was located at the Facebook app path instead of the Discord app:
C:\Temp\ileapp\iLEAPP_Reports_2025-11-17_Monday_112337\data\private\var\mobile\Containers\Data\Application\15B02AE7-7243-41F5-906F-33335516A5DB\Documents\RCTAsyncLocalStorage_V1\manifest.json
The "Discord Manifest report" itself shows all 3 found manifest files parsed and appended together, instead of validating which one belongs to Discord and parsing only this one.
Metadata
Metadata
Assignees
Labels
No labels