Closed kitsudaiki closed 1 month ago
moved token-key from type CryptoPP::SecByteBlock
to std::string
, because the ASan check had problems detected with the CryptoPP. Thats also the reason, why the symetric-encryption tests of the hanami_crypt
-lib had to be disabled. Should be checked in the future again. Maybe a newer version with ubuntu 24.04 base fix the problem.
QA
Description
For more safety regarding memory corruption, ASan should be added to the build.
Acceptance Criteria
Blocked by
How to test