os
os copied to clipboard
Main package repository for production Wolfi images
## Summary Fix use-after-free vulnerability in the unicode-escape decoder with non-strict error handlers. ## Details - **CVE**: CVE-2025-4516 - **Severity**: Medium - **Issue**: Use-after-free crash when using `bytes.decode("unicode_escape", error="ignore|replace")` ##...
Adds guarddog package. Most dependencies are required for tests. make passes, tests do not. Library test does not pass when uncommented/re-enabled. Not sure what best practices are for creating a...
This PR resolves the issue with nested directories within `/opt/jsonnet/grafonnet/` and improve alignment with the source structure. Earlier the pipeline use to create an nested directories like `/opt/jsonnet/grafonnet/clean/clean/`, `/opt/jsonnet/grafonnet/custom/custom/,` and...
Version stream GCC 14 in preparation for the GCC 15 update.
## Summary This PR fixes a P0 issue where APKO builds were resolving to ancient Python versions (e.g., python-3.12=3.12.2-r6) instead of current versions (e.g., 3.12.10-r1). ## Root Cause The python-3.XX-base...