Hi Community,
I have a VR app on the Meta Quest store created with UE 4.27 (which I need to stay with).
While uploading a new ASTC build I got a warning that the build is using a version of libVorbis that contains a vulnerability (CVE-2020-20412 : lib/codebook.c in libvorbis before 1.3.6, as used in StepMania 5.0.12 and other products, has insufficient array bounds)).
I’m prompted to fix it by updating libVorbis to version 1.3.7 or higher.
I’ve found the folder that contains the library: \UE_4.27\Engine\Source\ThirdParty\Vorbis\libvorbis-1.3.2
However when I download the latest version of libVorbis as .zip, it has a completely different file- and folder structure. I assume that I have to somehow build/compile this for UE 4.27 (?) which I don’t have any experience with.
Does anyone have a hint or is there a beginner/non-programmer-friendly documentation how to update the library?
Thank you,
Marc