I am getting Veracode issue (CWE ID 327 & 326) "Use of a Broken or Risky Cryptographic Algorithm" with Two Microsoft DLL's(microsoft.codeanalysis.dll and microsoft.identitymodel.tokens.dll).
Below are the approaches we have tried to mitigate this issue but the issue still persists.
- Tried scanning with new version DLL's
- Updated hashing algorithm as suggested by vera code (from SHA 256 to 512 and scanned).
- Removed all algorithm-related code from the application and scanned.
- Created a new test Angular- .net core project then scanned.
Don't know how to configure the project to mitigate the flaws.