Key Management: Hardcoded Encryption Key For Chart.js
I facing issue related to 'Key Management: Hardcoded Encryption Key' for chart.js api. We are using Fortify Scanning for security purpose. How to avoid the 'Hardcoded Encryption K
Solution 1:
After analysed the chart.js code file, we have found there is no hardcode encryption key . Key is variable name.
Hp fortify identified the word, 'key' as encryption key. These are not encryption key it is a variable name. Hence it is a false positive.
Post a Comment for "Key Management: Hardcoded Encryption Key For Chart.js"