Describe the bug
Hardcoded USER_PROVISIONING_KEY value found.
To Reproduce
Identified statically:
|
#define USER_PROVISIONING_KEY "E72ttV0Ydp3" |
Expected behavior
Use asymmetric keys for authentication. Note: This will require changes to the client-side provisioning protocol as well.
Describe the bug
Hardcoded
USER_PROVISIONING_KEYvalue found.To Reproduce
Identified statically:
neuralert_firmware/neuralert/src/apps/neuralert.c
Line 99 in 093b9d9
Expected behavior
Use asymmetric keys for authentication. Note: This will require changes to the client-side provisioning protocol as well.