You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a potential issue in the read methods of both FolderAssetLoader and CustomAssetLoader where files are read into memory without any size restrictions. This could lead to memory exhaustion if a maliciously large file is provided.
There is a potential issue in the
read
methods of bothFolderAssetLoader
andCustomAssetLoader
where files are read into memory without any size restrictions. This could lead to memory exhaustion if a maliciously large file is provided.Original discussion: https://github.com/codaishin/project-zyheeda-bevy/pull/283#discussion_r1833174508\n\nRequested by @codaishin
The text was updated successfully, but these errors were encountered: