Skip to content

Tags: craftablescience/sourcepp

Tags

v2026.4.2

Toggle v2026.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: add SECURITY.md

v2026.3.9

Toggle v2026.3.9's commit message
docs: document nuget publication

v2026.2.18

Toggle v2026.2.18's commit message
vpkpp: fix directory traversal vulnerability

Packed files with nested directories labeled .. are able to extract to directories above the specified output directory.
This commit adds a safeguard to check whether the absolute path of the extracted file is above the specified output directory, and does not extract that file if so.

Co-authored-by: Elle Woods <ellewoods@tuta.io>

v2026.2.11

Toggle v2026.2.11's commit message
vtfpp: fix swizzling for xbox platform

v2026.1.3

Toggle v2026.1.3's commit message
cmake: allow sourcepp libraries to be built as dlls

v2025.12.4

Toggle v2025.12.4's commit message
python: add bindings to kvpp

v2025.11.05

Toggle v2025.11.05's commit message
vtfpp: ps3 orange box textures have reversed mips

v2025.11.02

Toggle v2025.11.02's commit message
vtfpp: fix dumb error breaking mip calculations

v2025.09.28

Toggle v2025.09.28's commit message
cmake: add EXCLUDE_FROM_ALL back to webm to fix python build