Markus Koschany
Markus Koschany
jide oss has been included in Debian since 2013 and from there it became part of Ubuntu and other derivatives. It seems that Windows L&F is not gone but was...
I can confirm that Windows specific classes make the build fail on Linux with OpenJDK 10 at the moment. It also fails now because the class WindowsGraphicsUtilsPort cannot be found....
I maintain UH for Debian.
Maybe I was not clear in my initial report. atlas.sql is not part of your source tarball distribution. It used to work with the Git snapshot from September 2018 even...
I run setup.py build_i18n as documented in https://github.com/unknown-horizons/unknown-horizons/wiki/Linux. The build log says: The Python Imaging Library (PIL / Pillow) package is needed to run the atlas generator. Ok, now I...
When generate_atlases is called from within setup.py I get the following error message: Recreating all atlases Traceback (most recent call last): File "/home/apo/src/todo/unknown-horizons/horizons/engine/generate_atlases.py", line 429, in generator.recreate() File "/home/apo/src/todo/unknown-horizons/horizons/engine/generate_atlases.py", line...
I think building the atlas files from source is a good thing no matter if it is a development or release version. You will also ensure that your tooling works...
I believe this line in lib/PageRender.php needs to be fixed as well. The old value must be escaped with htmlspecialchars too. After that I cannot reproduce the XSS exploit anymore....
Hello, is this the fix for CVE-2022-3276 or are #1487 #1486 1485 also needed to resolve it ?