LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: spasi on December 15, 2024, 22:34:14

Title: LWJGL 3.3.5
Post by: spasi on December 15, 2024, 22:34:14
LWJGL 3.3.5 has been released!

Release notes (https://github.com/LWJGL/lwjgl3/blob/master/doc/notes/3.3.5.md)
Download (https://www.lwjgl.org/download)
Title: Re: LWJGL 3.3.5
Post by: cpope9141 on December 23, 2024, 00:55:43
Has anyone else reported a security threat from lwjgl-stb-natives-windows.jar ?

Windows Security reported this threat when I copied over files from the 3.3.5 custom zip from the download page:

Detected: Trojan:Script/Phonzy.B!ml
Status: Quarantined
...
Date: 12/22/2024 6:47 PM
Details: This program is dangerous and executes commands from an attacker.
Title: Re: LWJGL 3.3.5
Post by: spasi on January 06, 2025, 23:38:23
Hey cpope9141,

LWJGL 3.3.6 has been released, which seems to not suffer from the same problem.

The issue started with 3.3.4, which was the first release to use Clang-CL to build the Windows binaries. With 3.3.6 we have reverted back to MSVC and it looks like the false positives have been eliminated.
Title: Re: LWJGL 3.3.5
Post by: cpope9141 on January 07, 2025, 15:09:03
Great! Thank you!