Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update usage of unsafe API, upgrade libarchive to 3.7.4, upgrade async http client #120

Merged
merged 1 commit into from
Jun 18, 2024

Commits on Jun 17, 2024

  1. Memory safety and security fixes

    Reduce the use of unsafe swift constructs in favour of ones that
    are memory safe. In the HTTP client remove the use of the unsafe
    mutable pointer in favour of direct Data conversion before writing
    the downloaded file to disk.
    
    Upgrade the version of libarchive to 3.7.4, which includes some
    fixes.
    
    Fix the changes to the SwiftlyHTTPClient that changed it to
    use the shared async HTTPClient. That broke the interactions with
    the GitHub REST API's. Update to the new async http client that
    fixes problems with decompression limits.
    cmcgee1024 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    d8a3482 View commit details
    Browse the repository at this point in the history