Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Key Management: Hardcoded Encryption Key #224

Open
mikesorsibin opened this issue Jul 17, 2019 · 1 comment
Open

Key Management: Hardcoded Encryption Key #224

mikesorsibin opened this issue Jul 17, 2019 · 1 comment

Comments

@mikesorsibin
Copy link

mikesorsibin commented Jul 17, 2019

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.

@thomsebastin
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants