Files
eagle0/.gitignore
T
ded06ba815 Verify installer SHA256 after download (#5224)
* Verify installer SHA256 after download

The Windows installer was downloading and launching new installer updates
without verifying the SHA256 hash, which could allow a corrupted or
tampered installer to run. This adds SHA256 verification after download
and before launching the new installer.

- Add expectedSha parameter to DownloadAndLaunchNewInstaller
- Compute SHA256 of downloaded file and compare to manifest value
- Delete the file and fail if SHA doesn't match
- Log verification success on match

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Remove accidentally committed node_modules cache files

* Add node_modules to .gitignore

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-12 11:58:03 -08:00

42 lines
635 B
Plaintext

opensource_noEdits/
*.o
*.a
*.lib
*.dSYM/
*.bundle/
.DS_Store
xcuserdata/
.codelite/
Makefile
Release/
Debug/
CMakeLists.txt
clients/unity/eagle0/Assets/Plugins/Grpc.Core/runtimes/ios.meta
.idea
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
project/target/
bazel-bin
bazel-eagle0*
bazel-out
bazel-testlogs
.ijwb
.clwb
buildWin.sh
*.psd
.vscode/
.lldbinit
__pycache__/
scripts/refresh_name_layers/vendor/
scripts/refresh_name_layers/refresh_name_layers.zip
.bazelbsp
.bsp
.metals
api_keys.txt
src/main/csharp/net/eagle0/clients/unity/eagle0/ProjectSettings/Packages/com.unity.dedicated-server/
node_modules/