ng-idle icon indicating copy to clipboard operation
ng-idle copied to clipboard

Key Management: Hardcoded Encryption Key

Open mikesorsibin opened this issue 5 years ago • 1 comments

In this line present in of angular-idle.min.js if (event.key === 'ngIdle.expiry' && event.newValue && event.newValue !== event.oldValue) { , when we do a fortify scan we encounter a error stating "Key Management: Hardcoded Encryption Key".

Could anyone help us with a solution.

mikesorsibin avatar Jul 17 '19 08:07 mikesorsibin

What you are using is an event key and not a Hardcoded Encryption Key. Fortify is reporting a false positive. You can safely ignore this issue.

thomsebastin avatar Jul 30 '20 07:07 thomsebastin