Discuss anything related to Knip
Knip uses md5 to calculate the fingerprint of CodeClimate issues. Due to the nature of how this is used, the use of an insecure algorithm does not pose a security risk. However, in a FIPS compliant environment Node.js blocks the use of such hashing algorithms.
Changing the fingerprint formula is a breaking change. I suggest to replace it with a more secure algoritm, such as sha256, in the next major version.
See also remcohaszing/eslint-formatter-codeclimate#1
Discuss anything related to Knip
Knip uses md5 to calculate the fingerprint of CodeClimate issues. Due to the nature of how this is used, the use of an insecure algorithm does not pose a security risk. However, in a FIPS compliant environment Node.js blocks the use of such hashing algorithms.
Changing the fingerprint formula is a breaking change. I suggest to replace it with a more secure algoritm, such as sha256, in the next major version.
See also remcohaszing/eslint-formatter-codeclimate#1