Hi, what are the (security) implications of running bootloader with #define NRF_BL_APP_CRC_CHECK_SKIPPED_ON_GPREGRET2 1 in production code?
We use sdk15.0.0 with secure dfu. We are not planning to update softdevice nor bootloader to our product at any point. Updating application could happen though over nrf connect app.
We know that NRF_BL_APP_CRC_CHECK_SKIPPED_ON_GPREGRET2 == 0 enables bootloader to check the application's CRC. But in the worst case (crc does not match) we can just update the firmware again over nrf connect app. Is there anything else we should be worried about?