[Chartjs]-Key Management: Hardcoded Encryption Key for chart.js

5👍

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.

Leave a comment