electron/lib
Samuel Attard 57d088517c
feat: add support for validating asar archives on macOS (#30667)
* feat: add support for validating asar archives on macOS

* chore: fix lint

* chore: update as per feedback

* feat: switch implementation to asar integrity hash checks

* feat: make ranged requests work with the asar file validator DataSourceFilter

* chore: fix lint

* chore: fix missing log include on non-darwin

* fix: do not pull block size out of missing optional

* fix: match ValidateOrDie symbol on non-darwin

* chore: fix up asar specs by repacking archives

* fix: maintain integrity chain, do not load file integrity if header integrity was not loaded

* debug test

* Update node-spec.ts

* fix: initialize header_validated_

* chore: update PR per feedback

* chore: update per feedback

* build: use final asar module

* Update fuses.json5
2021-09-09 14:49:01 -07:00
..
asar feat: add support for validating asar archives on macOS (#30667) 2021-09-09 14:49:01 -07:00
browser feat: add support for validating asar archives on macOS (#30667) 2021-09-09 14:49:01 -07:00
common feat: serialize NativeImage over ipc (#30729) 2021-09-07 10:37:45 -07:00
isolated_renderer refactor: implement <webview> using contextBridge (#29037) 2021-05-15 16:42:07 +09:00
renderer feat: serialize NativeImage over ipc (#30729) 2021-09-07 10:37:45 -07:00
sandboxed_renderer chore: move native-image.ts back into common (#30838) 2021-09-06 11:06:27 +02:00
worker fix: self.module.paths not working in web workers (#29955) 2021-07-05 08:48:46 +09:00