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

feat: add length/hash validation for downloads #247

Merged
merged 2 commits into from
Nov 22, 2023

Commits on Nov 22, 2023

  1. feat: add length/hash validation for downloads

    Fixes #246 (possibly)
    though it requires microsoft/vscode-update-server#167
    in order to be fully functional. At minimum it validates the length of
    the stream matches the content-length the CDN told us about, and it
    will validate SHA256 checksums when the update server provides them.
    
    (I looked at getting them other ways, but it's very roundabout; the
    update server should just add them on all its headers.)
    connor4312 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    6a41b27 View commit details
    Browse the repository at this point in the history
  2. 2.3.7

    connor4312 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    3df8dfd View commit details
    Browse the repository at this point in the history