To prevent tampering with the bootstrap code we have implemented a Preflight
The preflight checks if the bootstrap code has been changed since the NPM build.
If code was changed then the bootstrap won't launch and therefore the application will crash.
This also prevents code hijacking or code injection since the application won't launch.
An example preflight log can be found below:
################################# DPDK Preflight ########################################
## Checksum 132d9e45287dadf126c6f35f7e71be564b8fd68f ##
## Verification: SUCCESS ##
## Support/Bugs: https://dpdk.com/ - support@dpdk.com ##
################################# DPDK Preflight ########################################
Last modified | Friday, April 30, 2021, 12:00:21 PM UTC |
Last author | Colin van Eenige |
Commit ID | 4c7a701 |