ng-idle
ng-idle copied to clipboard
Key Management: Hardcoded Encryption Key
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.
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.